Skip to main content

BoundaryNestedSolid

Type Alias BoundaryNestedSolid 

Source
pub type BoundaryNestedSolid<T> = Vec<BoundaryNestedMultiOrCompositeSurface<T>>;
Expand description

A solid represented as shells with generic index type

Aliased Typeยง

pub struct BoundaryNestedSolid<T> { /* private fields */ }