CATGSMUseItf Interface CATIGSMUsePointTangent
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUsePointTangent
Interface to point tangent feature.
Role: Allows you to access data of the point feature created as follow :
The tangent to the curve at this point is colinear to a given direction.
The resulting feature can contain several points.
- See also:
-
Method Index
- o
GetCurve(CATIMmiMechanicalFeature_var&)
- Gets the curve.
- o
GetDirection(CATIGSMUseDirection_var&)
- Gets the direction.
- o
SetCurve(CATIMmiMechanicalFeature_var)
- Set the curve.
- o
SetDirection(CATIGSMUseDirection_var)
- Sets the direction.
Methods
o GetCurve
public virtual GetCurve( | | oCurve) |
-
Gets the curve.
- Parameters:
-
- oCurve
- Support curve
o GetDirection
public virtual GetDirection( | | oDirection) |
-
Gets the direction.
- See also:
-
o SetCurve
public virtual SetCurve( | const | iCurve) |
-
Set the curve.
- Parameters:
-
- iCurve
- Supportting curve
o SetDirection
public virtual SetDirection( | const | iDirection) |
-
Sets the direction.
- See also:
-
This object is included in the file: CATIGSMUsePointTangent.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.