cloudViewer.geometry.ccPlanarEntityInterface#
- class cloudViewer.geometry.ccPlanarEntityInterface#
The Interface for a planar entity.
- __init__(*args, **kwargs)#
- get_normal(self)#
Returns the entity normal
- Returns:
typing.Annotated[numpy.typing.NDArray[numpy.float64], “[3, 1]”]
- normal_vector_is_shown(self)#
Whether normal vector is shown or not.
- Returns:
bool