CATGSMUseItf Interface CATIGSMUseCircle3Points

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


interface CATIGSMUseCircle3Points

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

See also:


Method Index


o GetFirstPoint(CATIMmiMechanicalFeature_var&)
Gets the first passing point.
o GetSecondPoint(CATIMmiMechanicalFeature_var&)
Gets the second passing point.
o GetSupport(CATIMmiMechanicalFeature_var&)
Gets the support surface.
o GetThirdPoint(CATIMmiMechanicalFeature_var&)
Gets the third passing point.
o RemoveSupport()
Removes the support surface.
o SetFirstPoint(CATIMmiMechanicalFeature_var)
Sets the first passing point.
o SetSecondPoint(CATIMmiMechanicalFeature_var)
Sets the second passing point.
o SetSupport(CATIMmiMechanicalFeature_var)
Sets the support surface.
o SetThirdPoint(CATIMmiMechanicalFeature_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: CATIGSMUseCircle3Points.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.