All Frameworks Class Hierarchy This Framework Previous Next Indexes
GSMInterfaces Interface CATIGSMPlane3Points
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGSMPlane3Points
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMPlane3Points
Interface to plane through three points feature.
Role: Allows you to access data of the plane feature passing though three points.
- See also:
- CATIGSMFactory.CreatePlane
Method Index
- o
GetFirstPoint(CATISpecObject_var&)
- Gets the first point.
- o
GetSecondPoint(CATISpecObject_var&)
- Gets the second point.
- o
GetThirdPoint(CATISpecObject_var&)
- Gets the third point.
- o
SetFirstPoint(CATISpecObject_var)
- Sets the first point.
- o
SetSecondPoint(CATISpecObject_var)
- Sets the second point.
- o
SetThirdPoint(CATISpecObject_var)
- Sets the third point.
Methods
o GetFirstPoint
public virtual HRESULT GetFirstPoint( | CATISpecObject_var& | oFirstPoint) = 0 |
-
Gets the first point.
- Parameters:
-
- oFirstPoint
- first point
o GetSecondPoint
public virtual HRESULT GetSecondPoint( | CATISpecObject_var& | oSecondPoint) = 0 |
-
Gets the second point.
- Parameters:
-
- oSecondPoint
- second point
o GetThirdPoint
public virtual HRESULT GetThirdPoint( | CATISpecObject_var& | oThirdPoint) = 0 |
-
Gets the third point.
- Parameters:
-
- oThirdPoint
- third point
o SetFirstPoint
-
Sets the first point.
- Parameters:
-
- iFirstPoint
- first point
o SetSecondPoint
-
Sets the second point.
- Parameters:
-
- iSecondPoint
- second point
o SetThirdPoint
-
Sets the third point.
- Parameters:
-
- iThirdPoint
- third point
This object is included in the file: CATIGSMPlane3Points.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces