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
public virtual HRESULT GetOrientation(CATGSMOrientation& oOrientation) = 0
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
public virtual HRESULT SetFirstPoint( const CATISpecObject_var iFirstPoint) = 0
Sets the first reference point.
o SetOrientation
public virtual HRESULT SetOrientation( const CATGSMOrientation iOrientation) = 0
Sets the orientation.
o SetRatio
public virtual HRESULT SetRatio( const CATICkeParm_var iRatio) = 0
Sets the Ratio.
o SetSecondPoint
public virtual HRESULT SetSecondPoint( const CATISpecObject_var iSecondPoint) = 0
Sets the second reference point.
o SetSupport
public virtual HRESULT SetSupport( const CATISpecObject_var iSupport) = 0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.