Struct ruststep::ap203::config_control_design::EdgeCurve [−][src]
pub struct EdgeCurve {
pub edge: Edge,
pub geometric_representation_item: GeometricRepresentationItem,
pub edge_geometry: CurveAny,
pub same_sense: bool,
}
Fields
edge: Edge
geometric_representation_item: GeometricRepresentationItem
edge_geometry: CurveAny
same_sense: bool
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EdgeCurve
impl UnwindSafe for EdgeCurve
Blanket Implementations
Mutably borrows from an owned value. Read more