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
oCurvethe supporting Curve for thePointTangentfeature.Dim oCurve As CATIAReference Set oCurve = PointTangent.Curve
- Property Direction() As
-
Returns or Sets the direction.
- Example :
-
This example retrieves in
oDirectionthe tangent direction use to compute on supporting curve thePointTangentfeature.Dim oDirection As CATIAHybridShapeDirection Set oDirection = PointTangent.Direction