CATGSMUseItf Interface CATIGSMUsePlane3Points
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUsePlane3Points
Interface to plane through three points feature.
Role: Allows you to access data of the plane feature passing though three points.
- See also:
-
Method Index
- o
GetFirstPoint(CATIMmiMechanicalFeature_var&)
- Gets the first point.
- o
GetSecondPoint(CATIMmiMechanicalFeature_var&)
- Gets the second point.
- o
GetThirdPoint(CATIMmiMechanicalFeature_var&)
- Gets the third point.
- o
SetFirstPoint(CATIMmiMechanicalFeature_var)
- Sets the first point.
- o
SetSecondPoint(CATIMmiMechanicalFeature_var)
- Sets the second point.
- o
SetThirdPoint(CATIMmiMechanicalFeature_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: CATIGSMUsePlane3Points.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.