Expand description
Partially defined objects
This module contains types that mirror the full object types from
crate::objects, only the types from this module can be defined only
partially, with the non-defined parts being inferred when a full object is
constructed.
Implementation Note
This API was created as a replacement for the original partial object API. This is still a work in progress.
Structs
- Caches conversions from full to partial objects
- Wrapper around a partial object
- A partial
Cycle - A partial
Face - A partial
HalfEdge - A partial
Shell - A partial
Sketch - A partial
Solid
Enums
- A possibly undefined curve
Traits
- Implemented for objects that a partial object variant exists for
- Implemented for partial objects