EndPoint constructor
init
Constructs a new instance of EndPoint
def __init__(self):
...
init
Construct a EndPoint
from a Cartesian point.
def __init__(self, point):
...
Parameter | Type | Description |
---|---|---|
point | aspose.threed.utilities.Vector3 |
init
Construct a EndPoint
from a real parameter.
def __init__(self, v):
...
Parameter | Type | Description |
---|---|---|
v | float |
See Also
- module
aspose.threed.entities
- class
EndPoint