|
IGeom3DCurve::Curvature
Description
This method allows you to get the curvature of a curve in a given parameter.
Syntax
Curvature = Curvature( Parameter );
Input:(Double) Parameter |
The parameter of point in which the curvature will be defined. |
Return: (Variant) Curvature |
Variant that contains double array of curvature vector coordinates (x,y,z). |
Note
All coordinates are given relative to the model's main UCS.
|