All Frameworks  Class Hierarchy  This Framework  Indexes   

GSMInterfaces Interface 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 GetFirstPoint( oFirstPoint)
Gets the first point.
Parameters:
oFirstPoint
first point
o GetSecondPoint
public virtual GetSecondPoint( oSecondPoint)
Gets the second point.
Parameters:
oSecondPoint
second point
o GetThirdPoint
public virtual GetThirdPoint( oThirdPoint)
Gets the third point.
Parameters:
oThirdPoint
third point
o SetFirstPoint
public virtual SetFirstPoint( const iFirstPoint)
Sets the first point.
Parameters:
iFirstPoint
first point
o SetSecondPoint
public virtual SetSecondPoint( const iSecondPoint)
Sets the second point.
Parameters:
iSecondPoint
second point
o SetThirdPoint
public virtual SetThirdPoint( const iThirdPoint)
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

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