All Frameworks Class Hierarchy This Framework Indexes
GSMInterfaces Interface CATIGSMPlaneOffsetPt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMPlaneOffsetPt
Interface to offset plane feature with point reference.
Role: Allows you to access data of the plane feature parallel to
another plane and passing through a Point.
- See also:
- CATIGSMFactory.CreatePlaneOffsetPt
Method Index
- o
GetReferencePlane(CATISpecObject_var&)
- Gets the reference plane.
- o
GetReferencePoint(CATISpecObject_var&)
- Gets the reference point.
- o
SetReferencePlane(CATISpecObject_var)
- Sets the reference plane.
- o
SetReferencePoint(CATISpecObject_var)
- Sets the reference point.
Methods
o GetReferencePlane
| public virtual GetReferencePlane( | | oSupport) |
-
Gets the reference plane.
- Parameters:
-
- oSupport
- reference Plane
o GetReferencePoint
| public virtual GetReferencePoint( | | oReferencePoint) |
-
Gets the reference point.
- Parameters:
-
- oReferencePoint
- reference point
o SetReferencePlane
| public virtual SetReferencePlane( | const | iSupport) |
-
Sets the reference plane.
- Parameters:
-
- iSupport
- reference plane
o SetReferencePoint
| public virtual SetReferencePoint( | const | iReferencePoint) |
-
Sets the reference point.
- Parameters:
-
- iReferencePoint
- reference point
This object is included in the file: CATIGSMPlaneOffsetPt.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces