All Frameworks Class Hierarchy This Framework Previous Next Indexes
GSMInterfaces Interface CATIGSMPointBetween
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGSMPointBetween
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMPointBetween
Interface to point feature created between two other points.
Role: Allows you to access data of the point feature created between two points.
- See also:
- CATIGSMFactory.CreatePointBetween
Method Index
- o
GetFirstPoint(CATISpecObject_var&)
- Gets the first reference point.
- o
GetOrientation(CATGSMOrientation&)
- Gets the orientation.
- o
GetRatio(CATICkeParm_var&)
- Gets the Ratio.
- o
GetSecondPoint(CATISpecObject_var&)
- Gets the second reference point.
- o
GetSupport(CATISpecObject_var&)
- Gets the support curve or surface.
- o
InvertOrientation()
- Inverts the orientation.
- o
SetFirstPoint(CATISpecObject_var)
- Sets the first reference point.
- o
SetOrientation(CATGSMOrientation)
- Sets the orientation.
- o
SetRatio(CATICkeParm_var)
- Sets the Ratio.
- o
SetSecondPoint(CATISpecObject_var)
- Sets the second reference point.
- o
SetSupport(CATISpecObject_var)
- Sets the support curve or surface.
Methods
o GetFirstPoint
public virtual HRESULT GetFirstPoint( | CATISpecObject_var& | oFirstPoint) = 0 |
-
Gets the first reference point.
o GetOrientation
-
Gets the orientation.
o GetRatio
public virtual HRESULT GetRatio( | CATICkeParm_var& | oRatio) = 0 |
-
Gets the Ratio.
o GetSecondPoint
public virtual HRESULT GetSecondPoint( | CATISpecObject_var& | oSecondPoint) = 0 |
-
Gets the second reference point.
o GetSupport
public virtual HRESULT GetSupport( | CATISpecObject_var& | oSupport) = 0 |
-
Gets the support curve or surface.
If a support is given, the input point should lie on the support.
- Parameters:
-
- oSupport
- support curve or surface
o InvertOrientation
public virtual HRESULT InvertOrientation( | )= 0 |
-
Inverts the orientation.
o SetFirstPoint
-
Sets the first reference point.
o SetOrientation
-
Sets the orientation.
o SetRatio
-
Sets the Ratio.
o SetSecondPoint
-
Sets the second reference point.
o SetSupport
-
Sets the support curve or surface.
If a support is given, the input point should lie on the support.
- Parameters:
-
- iSupport
- support curve or surface
This object is included in the file: CATIGSMPointBetween.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces