Struct ruststep::ap203::config_control_design::FaceSurface [−][src]
pub struct FaceSurface {
pub face: Face,
pub geometric_representation_item: GeometricRepresentationItem,
pub face_geometry: SurfaceAny,
pub same_sense: bool,
}
Fields
face: Face
geometric_representation_item: GeometricRepresentationItem
face_geometry: SurfaceAny
same_sense: bool
Implementations
pub fn new(
face: Face,
geometric_representation_item: GeometricRepresentationItem,
face_geometry: SurfaceAny,
same_sense: bool
) -> Self
pub fn new(
face: Face,
geometric_representation_item: GeometricRepresentationItem,
face_geometry: SurfaceAny,
same_sense: bool
) -> Self
Constructs a new FaceSurface
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 FaceSurface
impl Send for FaceSurface
impl Sync for FaceSurface
impl Unpin for FaceSurface
impl UnwindSafe for FaceSurface
Blanket Implementations
Mutably borrows from an owned value. Read more