Struct ruststep::ap203::config_control_design::Pcurve [−][src]
pub struct Pcurve {
pub curve: Curve,
pub basis_surface: SurfaceAny,
pub reference_to_curve: DefinitionalRepresentation,
}
Fields
curve: Curve
basis_surface: SurfaceAny
reference_to_curve: DefinitionalRepresentation
Implementations
pub fn new(
curve: Curve,
basis_surface: SurfaceAny,
reference_to_curve: DefinitionalRepresentation
) -> Self
pub fn new(
curve: Curve,
basis_surface: SurfaceAny,
reference_to_curve: DefinitionalRepresentation
) -> Self
Constructs a new Pcurve
.
Methods from Deref<Target = Curve>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pcurve
impl UnwindSafe for Pcurve
Blanket Implementations
Mutably borrows from an owned value. Read more