Skip to main content

surface_properties

Function surface_properties 

Source
pub fn surface_properties(
    model: &Model,
    shape: &Shape,
    deflection: Deflection,
    tol: Tolerances,
) -> OgeomResult<MassProperties>
Expand description

The area of a shape’s faces, and how it is distributed.

§Errors

As ogeom_mesh::triangulate_face.