Plane.offset
- Plane.offset(distance)[source]
Returns a new offset plane by a given distance. Plane normal is used as positive direction.
- plane:
compas.geometry.Plane
The plane to be offset.
- distance:
float
The offset distance.
- Returns
Plane
– The offset plane.
- plane: