All Frameworks  Class Hierarchy  This Framework  Indexes   

GSMInterfaces Interface CATIGSMCircle3Points

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIGSMCircle3Points

Interface to circle trough three points feature.
Role: Allows you to access data of the circle feature created by using three points.

See also:
CATIGSMFactory.CreateCircle


Method Index


o GetFirstPoint(CATISpecObject_var&)
Gets the first passing point.
o GetSecondPoint(CATISpecObject_var&)
Gets the second passing point.
o GetSupport(CATISpecObject_var&)
Gets the support surface.
o GetThirdPoint(CATISpecObject_var&)
Gets the third passing point.
o RemoveSupport()
Removes the support surface.
o SetFirstPoint(CATISpecObject_var)
Sets the first passing point.
o SetSecondPoint(CATISpecObject_var)
Sets the second passing point.
o SetSupport(CATISpecObject_var)
Sets the support surface.
o SetThirdPoint(CATISpecObject_var)
Sets the third passing point.

Methods


o GetFirstPoint
public virtual GetFirstPoint( oFirstPoint)
Gets the first passing point.
Parameters:
oFirsPoint
first point
o GetSecondPoint
public virtual GetSecondPoint( oSecondPoint)
Gets the second passing point.
Parameters:
oSecondPoint
second point
o GetSupport
public virtual GetSupport( oSupport)
Gets the support surface. If a surface is given, the circle will lie on this surface (geodesic circle).
Parameters:
oSupport
the support surface.
o GetThirdPoint
public virtual GetThirdPoint( oThirdPoint)
Gets the third passing point.
Parameters:
oThirdPoint
third point
o RemoveSupport
public virtual RemoveSupport()
Removes the support surface.
o SetFirstPoint
public virtual SetFirstPoint( const iFirstPoint)
Sets the first passing point.
Parameters:
iFirsPoint
first point
o SetSecondPoint
public virtual SetSecondPoint( const iSecondPoint)
Sets the second passing point.
Parameters:
iSecondPoint
second point
o SetSupport
public virtual SetSupport( const iSupport)
Sets the support surface. If a surface is given, the circle will lie on this surface (geodesic circle).
Parameters:
iSupport
the support surface.
o SetThirdPoint
public virtual SetThirdPoint( const iThirdPoint)
Sets the third passing point.
Parameters:
iThirdPoint
third point

This object is included in the file: CATIGSMCircle3Points.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces

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