CATGSMUseItf Interface CATIGSMUseGridSubset

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIGSMUseGridSubset

Interface to GridSubset feature.

Role: Allows you to access/modify data of a GridSubset feature
GridSubset features are used to create GridSets

See also:
See also:


Method Index


o GetFacesSorted(CATLISTV(CATIMmiMechanicalFeature_var)&)
Gets all faces sorted by absolute offsets.
o GetFacesSorted(CATLISTV(CATIMmiMechanicalFeature_var)&,CATListOfDouble&)
Gets all faces sorted by absolute offsets.
o GetFacesSorted(CATLISTV(CATIMmiMechanicalFeature_var)&,CATIGSMUseGridFace_var&,CATLISTV(CATIMmiMechanicalFeature_var)&,CATListOfDouble&,CATListOfDouble&)
Gets all faces sorted by absolute offsets.
o GetGridSet(CATIGSMUseGridSet_var&)
Gets the father (GridSet) of the Subset.
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
public virtual GetFacesSorted( oLstFaces)
Gets all faces sorted by absolute offsets.
Parameters:
oLstFaces
List of faces sorted by absolute offsets.
See also:
o GetFacesSorted
public virtual GetFacesSorted( oLstFaces,
oLstAbsOffsets)
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:
o GetFacesSorted
public virtual GetFacesSorted( oLstFacesBfr,
ospOriginFace,
oLstFacesAft,
oLstAbsOffsetsBfr,
oLstAbsOffsetsAft)
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:
o GetGridSet
public virtual GetGridSet( ospSet)
Gets the father (GridSet) of the Subset.
Parameters:
ospSet
The father of the Subset.
See also:
o GetNamingPrefix
public virtual GetNamingPrefix( oPrefix)
Gets prefix of faces.
Parameters:
oPrefix
Subset's prefix.
o GetNbFaces
public virtual GetNbFaces( oNbFaces)
Gets the number of faces.
Parameters:
oNbFaces
The number of faces.
o GetNbFaces
public virtual GetNbFaces( oNbFacesBfr,
oOriginFaceExist,
oNbFacesAft)
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: CATIGSMUseGridSubset.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.