Type Definition truck_rendimpl::modeling::Shell[][src]

type Shell = Shell<Point3<f64>, NURBSCurve<Vector4<f64>>, NURBSSurface<Vector4<f64>>>;

Shell, a connected compounded faces.

Trait Implementations

impl Shape for Shell[src]