All Frameworks Class Hierarchy This Framework Previous Next Indexes
GSMInterfaces Interface CATIGSMGridSubset
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGSMGridSubset
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMGridSubset
Interface to GridSubset feature.
Role: Allows you to access/modify data of a GridSubset feature
GridSubset features are used to create GridSets
- See also:
- CATIGSMFactory.CreateGridSet
- See also:
- CATIGSMGridSet
Method Index
- o
GetFacesSorted(CATLISTV(CATISpecObject_var)&)
- Gets all faces sorted by absolute offsets.
- o
GetFacesSorted(CATLISTV(CATISpecObject_var)&,CATIGSMGridFace_var&,CATLISTV(CATISpecObject_var)&,CATListOfDouble&,CATListOfDouble&)
- Gets all faces sorted by absolute offsets.
- o
GetFacesSorted(CATLISTV(CATISpecObject_var)&,CATListOfDouble&)
- Gets all faces sorted by absolute offsets.
- o
GetNamingPrefix(CATUnicodeString&)
- Gets prefix of faces.
- o
GetNbFaces(int&)
- Gets the number of faces.
- o
GetNbFaces(int&,CATBoolean&,int&)
- Gets the number of faces.
Methods
o GetFacesSorted
-
Gets all faces sorted by absolute offsets.
- Parameters:
-
- oLstFaces
- List of faces sorted by absolute offsets.
- See also:
- CATIGSMGridFace
o GetFacesSorted
-
Gets all faces sorted by absolute offsets.
- Parameters:
-
- oLstFacesBfr
- List of before origin faces sorted by absolute offsets (decreasing order).
- ospOriginFace
- The origin face if exist in this subset.
- oLstFacesAft
- List of after origin faces sorted by absolute offsets (increasing order).
- oLstAbsOffsetsBfr
- List of absolute offsets (in model unit (mm)) of "oLstFacesBfr"
- oLstAbsOffsetsAft
- List of absolute offsets (in model unit (mm)) of "oLstFacesAft"
- See also:
- CATIGSMGridFace
o GetFacesSorted
-
Gets all faces sorted by absolute offsets.
- Parameters:
-
- oLstFaces
- List of faces sorted by absolute offsets.
- oLstAbsOffsets
- List of absolute offsets (in model unit (mm)) of "oFaces"
- See also:
- CATIGSMGridFace
o GetNamingPrefix
-
Gets prefix of faces.
- Parameters:
-
- oPrefix
- Subset's prefix.
o GetNbFaces
public virtual HRESULT GetNbFaces( | int& | oNbFaces) =0 |
-
Gets the number of faces.
- Parameters:
-
- oNbFaces
- The number of faces.
o GetNbFaces
public virtual HRESULT GetNbFaces( | int& | oNbFacesBfr, |
| CATBoolean& | oOriginFaceExist, |
| int& | oNbFacesAft) =0 |
-
Gets the number of faces.
- Parameters:
-
- oNbFacesBfr
- The number of faces before origin.
- oOriginFaceExist
- If this subset contains the origin face.
- oNbFacesAft
- The number of faces after origin.
This object is included in the file: CATIGSMGridSubset.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces