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

NameTypeAccessDescription
IsCartesianPointboolReadGets the is cartesian point.
AsPointVector3ReadGets the as point.
AsValuedoubleReadGets the as value.

Methods

SignatureDescription
EndPoint(point: Vector3)Cartesian point
EndPoint(v: double)Parameter value
FromDegree(degree: double)End point
FromRadian(radian: double)End point
ToString()String representation

See Also