Skip to main content

resolve_plane

Function resolve_plane 

Source
pub fn resolve_plane<S: Scalar>(
    part: &Part<S>,
    plane: &EntityRef,
) -> GeopResult<CoordinateSystem<S>>
Expand description

The frame of the plane plane refers to in part: u/v a sketch’s x/y on it, w = u x v its normal. Fails if it is not a plane.