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):
    ...
ParameterTypeDescription
normalaspose.threed.utilities.Vector3
positionaspose.threed.utilities.Vector3

See Also