HalfSpace constructor
__init__(self)
Constructs a new instance of HalfSpace
def __init__(self):
...
__init__(self, normal, position)
Constructs a new instance of HalfSpace with given normal vector and a position on the cutter plane;
def __init__(self, normal, position):
...
| Parameter | Type | Description |
|---|---|---|
| normal | aspose.threed.utilities.Vector3 | |
| position | aspose.threed.utilities.Vector3 |
See Also
- module
aspose.threed.entities - class
HalfSpace