AugmentedPolylineCurve3dD2Vectors Property
|
Property that represents the array of the
second derivative vectors to the curve at each control point.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Vector3dCollection D2Vectors { get; }
Public ReadOnly Property D2Vectors As Vector3dCollection
Get
public:
property Vector3dCollection^ D2Vectors {
Vector3dCollection^ get ();
}
member D2Vectors : Vector3dCollection with get
Property Value
Vector3dCollection
See Also