Struct ruststep::ap201::explicit_draughting::BSplineCurveHolder [−][src]
pub struct BSplineCurveHolder {
pub bounded_curve: PlaceHolder<BoundedCurveHolder>,
pub degree: i64,
pub control_points_list: Vec<PlaceHolder<CartesianPointHolder>>,
pub curve_form: BSplineCurveForm,
pub closed_curve: Logical,
pub self_intersect: Logical,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
bounded_curve: PlaceHolder<BoundedCurveHolder>
degree: i64
control_points_list: Vec<PlaceHolder<CartesianPointHolder>>
curve_form: BSplineCurveForm
closed_curve: Logical
self_intersect: Logical
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BSplineCurve>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BSplineCurve>> + 'table>
Get owned entities as an iterator
type Owned = BSplineCurve
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = BSplineCurveHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for BSplineCurveHolder
impl Send for BSplineCurveHolder
impl Sync for BSplineCurveHolder
impl Unpin for BSplineCurveHolder
impl UnwindSafe for BSplineCurveHolder
Blanket Implementations
Mutably borrows from an owned value. Read more