Struct ruststep::ap203::config_control_design::BSplineSurfaceHolder [−][src]
pub struct BSplineSurfaceHolder {
pub bounded_surface: PlaceHolder<BoundedSurfaceHolder>,
pub u_degree: i64,
pub v_degree: i64,
pub control_points_list: Vec<Vec<PlaceHolder<CartesianPointHolder>>>,
pub surface_form: BSplineSurfaceForm,
pub u_closed: Logical,
pub v_closed: Logical,
pub self_intersect: Logical,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
bounded_surface: PlaceHolder<BoundedSurfaceHolder>
u_degree: i64
v_degree: i64
control_points_list: Vec<Vec<PlaceHolder<CartesianPointHolder>>>
surface_form: BSplineSurfaceForm
u_closed: Logical
v_closed: 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<BSplineSurface>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BSplineSurface>> + 'table>
Get owned entities as an iterator
type Owned = BSplineSurface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = BSplineSurfaceHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for BSplineSurfaceHolder
impl Send for BSplineSurfaceHolder
impl Sync for BSplineSurfaceHolder
impl Unpin for BSplineSurfaceHolder
impl UnwindSafe for BSplineSurfaceHolder
Blanket Implementations
Mutably borrows from an owned value. Read more