HybridShapePointTangent (Object)

Point Tangent.
Role: Allows to access data of the point feature created as follow :
The tangent to the curve at this point is colinear to a given direction.
Note: The resulting feature can contain several points.
See also:
See also:
See also:
See also:

Properties


Property Curve() As
Returns or Gets the supporting curve.
Sub-element(s) supported (see object): .
Example
:
This example retrieves in oCurve the supporting Curve for the PointTangent feature.
 Dim oCurve As CATIAReference   
 Set oCurve  = PointTangent.Curve
 
Property Direction() As
Returns or Sets the direction.
Example
:
This example retrieves in oDirection the tangent direction use to compute on supporting curve the PointTangent feature.
 Dim oDirection As CATIAHybridShapeDirection
 Set oDirection  = PointTangent.Direction