-
Retrieves the the characteristic points of the curve : the start point, the middle point and the end point.
- Parameters:
-
- oCoordinates
- The information of the characteristic points of the curve with respect to the product coordinate system:
- oCoordinates(0) is the X coordinate of the startpoint of the curve
- oCoordinates(1) is the Y coordinate of the startpoint of the curve
- oCoordinates(2) is the Z coordinate of the startpoint of the curve
- oCoordinates(3) is the X coordinate of the midpoint of the curve
- oCoordinates(4) is the Y coordinate of the midpoint of the curve
- oCoordinates(5) is the Z coordinate of the midpoint of the curve
- oCoordinates(6) is the X coordinate of the endpoint of the curve
- oCoordinates(7) is the Y coordinate of the endpoint of the curve
- oCoordinates(8) is the Z coordinate of the endpoint of the curve
- Example:
- This example retrieves the characteristic points of the curve of NewMeasurable measure.
Dim Coordinates (8)
NewMeasurable.GetPointsOnCurve Coordinates
Copyright © 2003, Dassault Systèmes. All rights reserved.