GSMInterfaces HybridShapePointTangent (Object)
All Frameworks Object Hierarchy This Framework Indexes
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:
Length
See also:
Reference
See also:
HybridShapeDirection
See also:
HybridShapeFactory
Property Index
Curve
Returns or Gets the supporting curve.
Direction
Returns or Sets the direction.
Properties
Returns or Gets the supporting curve.
Sub-element(s) supported (see
Boundary object):
Edge .
Example :
This example retrieves in oCurve
the supporting Curve for the PointTangent
feature.
Dim oCurve As CATIAReference
Set oCurve = PointTangent.Curve
o 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
Copyright © 2003, Dassault Systèmes. All rights reserved.