GeometryControlPoints Property |
Gets all control points
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IArrayList<Vector4> ControlPoints { get; }
Public ReadOnly Property ControlPoints As IArrayList(Of Vector4)
Get
public:
property IArrayList<Vector4>^ ControlPoints {
IArrayList<Vector4>^ get ();
}
member ControlPoints : IArrayList<Vector4> with get
Property Value
Type:
IArrayListVector4
See Also