CATSrsUseItf Interface CATISrsUseGridSet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISrsUseGridSet
Interface to GridSet feature.
Role: Allows you to access/modify data of the GridSet feature.
GridSet feature allows to generate sets of parallel GridFaces.
- See also:
-
- See also:
- ,
Method Index
- o
GetFacesOfGroup(CATIMmiMechanicalFeature_var&,CATLISTV(CATIMmiMechanicalFeature_var)&)
- Gets all faces within a group.
- o
GetGroupFaces(CATLISTV(CATIMmiMechanicalFeature_var)&,CATLISTV(CATIMmiMechanicalFeature_var)&,CATListOfDouble&,CATListOfDouble&)
- Gets all faces which is last face of a group and their offsets.
- o
GetNamingPrefix(CATUnicodeString&)
- Gets prefix of face's name.
- o
IsSymmetric()
- Retrieve symmetric mode status
Methods
o GetFacesOfGroup
public virtual GetFacesOfGroup( | const | ispLastPlaneFace, |
| | olvPlaneFaces) |
-
Gets all faces within a group.
- Parameters:
-
- ispPlaneFace
- Last face of the group.
- olvPlaneFaces
- List of faces within a group.
o GetGroupFaces
public virtual GetGroupFaces( | | olvAfterLastPlaneFaces, |
| | olvBeforeLastPlaneFaces, |
| | olvAfterOffsets, |
| | olvBeforeOffsets) |
-
Gets all faces which is last face of a group and their offsets. Origin face is excluded
- Parameters:
-
- olvLastAfterPlaneFaces
- List of faces which is last face of a group after origin.
- olvLastBeforePlaneFaces
- List of faces which is last face of a group before origin.
- olvAfterOffsets
- List of offsets (in model unit (mm)) of "oFaces" after origin.
- olvBeforeOffsets
- List of offsets (in model unit (mm)) of "oFaces" before origin.
- See also:
-
o GetNamingPrefix
public virtual GetNamingPrefix( | | oPrefix) |
-
Gets prefix of face's name.
- Parameters:
-
- oPrefix
- Subset's prefix.
o IsSymmetric
public virtual IsSymmetric( | ) |
-
Retrieve symmetric mode status
- Returns:
- TRUE if the GridSet is symmetric. FALSE otherwise.
This object is included in the file: CATISrsUseGridSet.h
If needed, your Imakefile.mk should include the module: CATSrsUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.