All Frameworks Class Hierarchy This Framework Previous Next Indexes
GSMInterfaces Interface CATIGSMBoundary
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGSMBoundary
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMBoundary
Interface to boundary surfacic features.
Role: Allows you to set/get boundary of an element
- See also:
- CATIGSMFactory.CreateBoundary
Method Index
- o
GetElem()
- Gets reference element.
- o
GetFrom()
- Gets from.
- o
GetFromOrientation()
- Gets from orientation.
- o
GetSupport()
- Gets support.
- o
GetTo()
- Gets to.
- o
GetToOrientation()
- Gets reference element.
- o
GetType()
- Gets type of boundary.
- o
SetElem(CATISpecObject_var)
- Sets reference feature.
- o
SetFrom(CATISpecObject_var)
- Sets from.
- o
SetFromOrientation(CATGSMOrientation)
- Sets from orientation.
- o
SetSupport(CATISpecObject_var)
- Sets support.
- o
SetTo(CATISpecObject_var)
- Sets to.
- o
SetToOrientation(CATGSMOrientation)
- Sets to orientation.
- o
SetType(CATIGSMBoundaryPropag)
- Sets type.
Methods
o GetElem
-
Gets reference element.
- Returns:
- surfacic feature
o GetFrom
-
Gets from.
- Returns:
- surfacic feature
o GetFromOrientation
-
Gets from orientation.
- Returns:
- orientation
o GetSupport
-
Gets support.
- Returns:
- surfacic feature
o GetTo
-
Gets to.
- Returns:
- surfacic feature
o GetToOrientation
-
Gets reference element.
- Returns:
- orientation
o GetType
-
Gets type of boundary.
- Returns:
- bboundary propagation type
o SetElem
-
Sets reference feature.
- Parameters:
-
- iElem
- reference feature
o SetFrom
-
Sets from.
- Parameters:
-
- iElem
- reference feature
o SetFromOrientation
-
Sets from orientation.
- Parameters:
-
- iType
- orientation
o SetSupport
-
Sets support.
- Parameters:
-
- iElem
- support
o SetTo
-
Sets to.
- Parameters:
-
- iElem
- reference feature
o SetToOrientation
-
Sets to orientation.
- Parameters:
-
- iType
- orientation
o SetType
-
Sets type.
- Parameters:
-
- iType
- type boundary
This object is included in the file: CATIGSMBoundary.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces