Struct ruststep::ap201::explicit_draughting::FillAreaStyleHatching [−][src]
pub struct FillAreaStyleHatching {
pub geometric_representation_item: GeometricRepresentationItem,
pub hatch_line_appearance: CurveStyle,
pub start_of_next_hatch_line: OneDirectionRepeatFactorAny,
pub point_of_reference_hatch_line: CartesianPoint,
pub pattern_start: CartesianPoint,
pub hatch_line_angle: PlaneAngleMeasure,
}
Fields
geometric_representation_item: GeometricRepresentationItem
hatch_line_appearance: CurveStyle
start_of_next_hatch_line: OneDirectionRepeatFactorAny
point_of_reference_hatch_line: CartesianPoint
pattern_start: CartesianPoint
hatch_line_angle: PlaneAngleMeasure
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
hatch_line_appearance: CurveStyle,
start_of_next_hatch_line: OneDirectionRepeatFactorAny,
point_of_reference_hatch_line: CartesianPoint,
pattern_start: CartesianPoint,
hatch_line_angle: PlaneAngleMeasure
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
hatch_line_appearance: CurveStyle,
start_of_next_hatch_line: OneDirectionRepeatFactorAny,
point_of_reference_hatch_line: CartesianPoint,
pattern_start: CartesianPoint,
hatch_line_angle: PlaneAngleMeasure
) -> Self
Constructs a new FillAreaStyleHatching
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 FillAreaStyleHatching
impl Send for FillAreaStyleHatching
impl Sync for FillAreaStyleHatching
impl Unpin for FillAreaStyleHatching
impl UnwindSafe for FillAreaStyleHatching
Blanket Implementations
Mutably borrows from an owned value. Read more