Struct obj::raw::object::Group [−][src]
Expand description
A group which contains ranges of points, lines and polygons
Fields
points: Vec<Range>
Multiple range of points
lines: Vec<Range>
Multiple range of lines
polygons: Vec<Range>
Multiple range of polygons
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Group
impl UnwindSafe for Group
Blanket Implementations
Mutably borrows from an owned value. Read more