CATGSOUseItf Interface CATIGSMUseTransfer
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUseTransfer
Interface to Transfer feature.
Role:Allows to access data of the Transfer feature.
- See also:
-
Method Index
- o
GetElementToTransfer(CATIMmiMechanicalFeature_var&)
- Gets the specification to transfer.
- o
GetSurfaceToUnfold(CATIMmiMechanicalFeature_var&)
- Gets the surface to unfold.
- o
GetTypeOfTransfer(CATGSMTypeOfTransfer&)
- Gets the type of transfer.
- o
GetUnfoldType(CATGSMUnfoldSurfaceType&)
- Gets the type of unfold to take into account during transfer.
- o
GetUnfoldedSurface(CATIMmiMechanicalFeature_var&)
- Gets the unfolded surface.
- o
SetElementToTransfer(CATIMmiMechanicalFeature_var&)
- Set the specification to transfer.
- o
SetSurfaceToUnfold(CATIMmiMechanicalFeature_var&)
- Sets the surface to unfold.
- o
SetTypeOfTransfer(CATGSMTypeOfTransfer)
- Set the type of transfer.
- o
SetUnfoldType(CATGSMUnfoldSurfaceType)
- Sets the type of unfold to take into account during transfer.
- o
SetUnfoldedSurface(CATIMmiMechanicalFeature_var&)
- Sets the unfolded surface.
Methods
o GetElementToTransfer
public virtual GetElementToTransfer( | | ohSpecObject) |
-
Gets the specification to transfer.
- Parameters:
-
- ohSpecObject
- the specification to transfer.
o GetSurfaceToUnfold
public virtual GetSurfaceToUnfold( | | ohSpecObject) |
-
Gets the surface to unfold.
- Parameters:
-
- ohSpecObject
- the surface.
o GetTypeOfTransfer
public virtual GetTypeOfTransfer( | | oType) |
-
Gets the type of transfer.
- Parameters:
-
- oType
- the type of transfer.
o GetUnfoldType
public virtual GetUnfoldType( | | oType) |
-
Gets the type of unfold to take into account during transfer.
- Parameters:
-
- oType
- CATGSMUndefinedSurfaceType if the type is undefined,
CATGSMRuledSurfaceType if the surface to unfold is ruled,
CATGSMAnySurfaceType if the surface to unfold is any
- See also:
-
o GetUnfoldedSurface
public virtual GetUnfoldedSurface( | | ohSpecObject) |
-
Gets the unfolded surface.
- Parameters:
-
- ohSpecObject
- the surface.
o SetElementToTransfer
public virtual SetElementToTransfer( | const | ihSpecObject) |
-
Set the specification to transfer.
- Parameters:
-
- ihSpecObject
- the specification to transfer.
o SetSurfaceToUnfold
public virtual SetSurfaceToUnfold( | const | ihSpecObject) |
-
Sets the surface to unfold.
- Parameters:
-
- ihSpecObject
- the surface.
o SetTypeOfTransfer
public virtual SetTypeOfTransfer( | const | iType) |
-
Set the type of transfer.
- Parameters:
-
- iType
- the type of transfer.
o SetUnfoldType
public virtual SetUnfoldType( | const | iType) |
-
Sets the type of unfold to take into account during transfer.
- Parameters:
-
- iType
- CATGSMUndefinedSurfaceType if the type is undefined,
CATGSMRuledSurfaceType if the surface to unfold is ruled,
CATGSMAnySurfaceType if the surface to unfold is any
- See also:
-
o SetUnfoldedSurface
public virtual SetUnfoldedSurface( | const | ihSpecObject) |
-
Sets the unfolded surface.
- Parameters:
-
- ihSpecObject
- the surface.
This object is included in the file: CATIGSMUseTransfer.h
If needed, your Imakefile.mk should include the module: CATGSOUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.