All Frameworks  Class Hierarchy  This Framework  Indexes   

GSMInterfaces Interface 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 GetFirstPoint( oFirstPoint)
Gets the first reference point.
o GetOrientation
public virtual GetOrientation( oOrientation)
Gets the orientation.
o GetRatio
public virtual GetRatio( oRatio)
Gets the Ratio.
o GetSecondPoint
public virtual GetSecondPoint( oSecondPoint)
Gets the second reference point.
o GetSupport
public virtual GetSupport( oSupport)
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 InvertOrientation()
Inverts the orientation.
o SetFirstPoint
public virtual SetFirstPoint( const iFirstPoint)
Sets the first reference point.
o SetOrientation
public virtual SetOrientation( const iOrientation)
Sets the orientation.
o SetRatio
public virtual SetRatio( const iRatio)
Sets the Ratio.
o SetSecondPoint
public virtual SetSecondPoint( const iSecondPoint)
Sets the second reference point.
o SetSupport
public virtual SetSupport( const iSupport)
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.