|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
| CurveShapeProperty (TopoShape edge) | |
| void | SetCurve (TopoShape edge) |
| void | SetParameter (double U) |
| GPnt | Value () |
| GVec | D1 () |
| GVec | D2 () |
| GVec | D3 () |
| boolean | IsTangentDefined () |
| GDir | Tangent () |
| GDir | Normal () |
| double | Curvature () |
| GPnt | CentreOfCurvature () |
<>
CurveShapeProperty is used to get the local property of Curve.
| GVec CurveShapeProperty.D1 | ( | ) |
Returns the first U derivative.
| GVec CurveShapeProperty.D2 | ( | ) |
Returns the second U derivatives
| GVec CurveShapeProperty.D3 | ( | ) |
Returns the third derivatives.
| boolean CurveShapeProperty.IsTangentDefined | ( | ) |
returns True if the U tangent is defined. For example, the tangent is not defined if the two first U derivatives are null.
| GDir CurveShapeProperty.Normal | ( | ) |
Returns the normal direction.
| GDir CurveShapeProperty.Tangent | ( | ) |
Returns the tangent direction <D> on the iso-V.