Planes

compas_cgal.types.Planes

A sequence of planes, with each plane defined as an actual Plane object, or as a tuple of a point and normal vector, with each point represented by a Point object or an equivalent list of coordinates, and each vector represented by a Vector object or an equivalent list of components.

alias of Union[Sequence[Plane], Sequence[Tuple[Point, Vector]], Sequence[Tuple[Annotated[List[float]], Annotated[List[float]]]]]