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