Planes
- compas_cgal.types.Planes[source]
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
Sequence[Plane] |Sequence[Tuple[Point,Vector]] |Sequence[Tuple[Annotated[List[float], 3],Annotated[List[float], 3]]]