Struct ruststep::ap201::explicit_draughting::Polyline [−][src]
pub struct Polyline {
pub bounded_curve: BoundedCurve,
pub points: Vec<CartesianPoint>,
}
Fields
bounded_curve: BoundedCurve
points: Vec<CartesianPoint>
Implementations
Constructs a new Polyline
.
Methods from Deref<Target = BoundedCurve>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = BoundedCurve
type Target = BoundedCurve
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Polyline
impl UnwindSafe for Polyline
Blanket Implementations
Mutably borrows from an owned value. Read more