EndPoint
Overview
EndPoint is a class in Aspose.3D FOSS for Python.
The end point to trim the curve, can be a parameter value or a Cartesian point.
This class declares 3 methods for EndPoint objects in Python programs.
Available methods include: __init__, from_degree, from_radian.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: as_point, as_value, is_cartesian_point.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_cartesian_point | bool | Read | Is the end point a Cartesian point? |
as_point | "aspose.threed.utilities.Vector3" | Read | Gets the end point as Cartesian point, or thrown an exception. |
as_value | float | Read | Gets the end point as a real parameter, or throw an exception. |
Methods
| Signature | Description |
|---|---|
__init__() | Not implemented in the FOSS edition — throws at runtime. Calls init on this EndPoint instance. |
from_degree(degree: float) → "EndPoint" | Create an end point measured in degree. |
from_radian(degree: float) → "EndPoint" | Create an end point measured in radian. |