EndPoint
Overview
EndPoint is a struct in Aspose.3D FOSS for .NET.
The end point to trim the curve, can be a parameter value or a Cartesian point.
This struct provides 4 methods for working with EndPoint objects in .NET programs.
Available methods include: EndPoint, FromDegree, FromRadian, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: AsPoint, AsValue, IsCartesianPoint.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsCartesianPoint | bool | Read | Gets the is cartesian point. |
AsPoint | Vector3 | Read | Gets the as point. |
AsValue | double | Read | Gets the as value. |
Methods
| Signature | Description |
|---|---|
EndPoint(point: Vector3) | Cartesian point |
EndPoint(v: double) | Parameter value |
FromDegree(degree: double) | End point |
FromRadian(radian: double) | End point |
ToString() | String representation |