CATGSMUseItf Interface CATIGSMUseGridFace
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUseGridFace
Interface to GridFace features.
Role: Allows you to access/modify data of a GridFace feature
GridFace features are used to create GridSets
- See also:
-
- See also:
-
- See also:
-
Method Index
- o
GetAbsOffset(double&)
- Gets the signed offset value from GridSet's origin.
- o
GetGridSet(CATIGSMUseGridSet_var&)
- Gets the grand-father (GridSet) of the face.
- o
GetGridSetDirection(CATIGSMUseDirection_var&)
- Gets the GridSet's direction feature.
- o
GetGridSetOrientation(CATBoolean&)
- Gets the GridSet's orientation.
- o
GetGridSubset(CATIGSMUseGridSubset_var&)
- Gets the father (GridSubset) of the face.
- o
GetReference(CATIMmiMechanicalFeature_var&)
- Gets the reference.
- o
GetRelOffset(double&)
- Gets the signed offset value from reference.
- o
IsOriginFace()
- Test if it is an origin face.
Methods
o GetAbsOffset
public virtual GetAbsOffset( | | oAbsOffset) |
-
Gets the signed offset value from GridSet's origin.
- Parameters:
-
- oAbsOffset
- Offset numerical value in model unit (mm).
- See also:
-
o GetGridSet
public virtual GetGridSet( | | ospSet) |
-
Gets the grand-father (GridSet) of the face.
- Parameters:
-
- ospSet
- The grand-father of the face.
- See also:
-
o GetGridSetDirection
public virtual GetGridSetDirection( | | ospDirection) |
-
Gets the GridSet's direction feature.
- Parameters:
-
- ohDirection
- GridSet's direction (GridSet's orientation is not taken in account).
- See also:
- ,
o GetGridSetOrientation
public virtual GetGridSetOrientation( | | oOrient) |
-
Gets the GridSet's orientation.
- Parameters:
-
- oOrient
- GridSet's orientation according to its direction.
(TRUE means that GridSet's orientation is the same as its direction)
- See also:
-
o GetGridSubset
public virtual GetGridSubset( | | ospSubset) |
-
Gets the father (GridSubset) of the face.
- Parameters:
-
- ospSubset
- The father of the face.
- See also:
-
o GetReference
public virtual GetReference( | | ospReference) |
-
Gets the reference.
- Parameters:
-
- ospReference
- The reference of the face.
o GetRelOffset
public virtual GetRelOffset( | | oRelOffset) |
-
Gets the signed offset value from reference.
- Parameters:
-
- oRelOffset
- Offset numerical value in model unit (mm).
o IsOriginFace
public virtual IsOriginFace( | ) |
-
Test if it is an origin face.
- Returns:
- S_OK if it is an origin face
S_FALSE if it is not an origin face
E_FAIL if an error occured
This object is included in the file: CATIGSMUseGridFace.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.