Struct ruststep::ap203::config_control_design::ConicalSurface [−][src]
pub struct ConicalSurface {
pub elementary_surface: ElementarySurface,
pub radius: LengthMeasure,
pub semi_angle: PlaneAngleMeasure,
}
Fields
elementary_surface: ElementarySurface
radius: LengthMeasure
semi_angle: PlaneAngleMeasure
Implementations
pub fn new(
elementary_surface: ElementarySurface,
radius: LengthMeasure,
semi_angle: PlaneAngleMeasure
) -> Self
pub fn new(
elementary_surface: ElementarySurface,
radius: LengthMeasure,
semi_angle: PlaneAngleMeasure
) -> Self
Constructs a new ConicalSurface
.
Methods from Deref<Target = ElementarySurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ElementarySurface
type Target = ElementarySurface
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConicalSurface
impl Send for ConicalSurface
impl Sync for ConicalSurface
impl Unpin for ConicalSurface
impl UnwindSafe for ConicalSurface
Blanket Implementations
Mutably borrows from an owned value. Read more