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

show_normal_vector(self, state)#

Show normal vector.

Parameters:

state (bool) – normal vector shown flag.

Returns:

None