Struct ruststep::ap203::config_control_design::OffsetSurface [−][src]
pub struct OffsetSurface {
pub surface: Surface,
pub basis_surface: SurfaceAny,
pub distance: LengthMeasure,
pub self_intersect: Logical,
}
Fields
surface: Surface
basis_surface: SurfaceAny
distance: LengthMeasure
self_intersect: Logical
Implementations
pub fn new(
surface: Surface,
basis_surface: SurfaceAny,
distance: LengthMeasure,
self_intersect: Logical
) -> Self
pub fn new(
surface: Surface,
basis_surface: SurfaceAny,
distance: LengthMeasure,
self_intersect: Logical
) -> Self
Constructs a new OffsetSurface
.
Methods from Deref<Target = Surface>
Trait Implementations
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 OffsetSurface
impl Send for OffsetSurface
impl Sync for OffsetSurface
impl Unpin for OffsetSurface
impl UnwindSafe for OffsetSurface
Blanket Implementations
Mutably borrows from an owned value. Read more