The HPS::NURBSSurfaceAttributeKit class is a user space object that contains settings related to NURBS surfaces. Calling HPS::NURBSSurfaceAttributeKit::GetDefault() will return a kit with values found in this table. More...
Public Member Functions | |
override void | Dispose () |
NURBSSurfaceAttributeKit () | |
Initializes an empty kit. More... | |
NURBSSurfaceAttributeKit (HPS.NURBSSurfaceAttributeKit in_kit) | |
The copy constructor creates a new NURBSSurfaceAttributeKit object that contains the same settings as the source object. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More... | |
void | Set (HPS.NURBSSurfaceAttributeKit in_kit) |
Copies the source NURBSSurfaceAttributeKit into this object. More... | |
void | Show (out HPS.NURBSSurfaceAttributeKit out_kit) |
Copies this object into the given NURBSSurfaceAttributeKit. More... | |
override bool | Empty () |
Indicates whether this object has any values set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.NURBSSurfaceAttributeKit in_kit) |
Check if the source NURBSSurfaceAttributeKit is equivalent to this object. More... | |
HPS.NURBSSurfaceAttributeKit | SetBudget (ulong in_budget) |
Sets an upper bound on the number of vertices that will be allowed in the tessellation of NURBS surfaces. More... | |
HPS.NURBSSurfaceAttributeKit | SetMaximumDeviation (float in_deviation) |
Sets an upper bound for the distance, in object space, of the tessellation to the parametric definition of the surface. Note that since this setting is in object space, it should be set differently depending on the scale of the NURBS control points. More... | |
HPS.NURBSSurfaceAttributeKit | SetMaximumAngle (float in_degrees) |
Sets the largest angle allowed between the surface tangents evaluated at any two corners of a given facet. Expressed in degrees. More... | |
HPS.NURBSSurfaceAttributeKit | SetMaximumWidth (float in_width) |
The largest allowable length, in the NURBS surface's normalized [0..1] parametric space, of any facet's edge. More... | |
HPS.NURBSSurfaceAttributeKit | SetTrimBudget (ulong in_budget) |
Sets an upper bound on the number of vertices that will be allowed in the tessellation of a trim curve. More... | |
HPS.NURBSSurfaceAttributeKit | SetMaximumTrimDeviation (float in_deviation) |
Sets an upper bound for the distance, in the NURBS surface's normalized [0..1] parametric space, of trim curve vertices from the parametric definition of the trimming curve. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetBudget () |
Removes the NURBS surface tessellation budget. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetMaximumDeviation () |
Removes the upper bound of the difference between the NURBS surface and its parametric definition. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetMaximumAngle () |
Removes the largest angle allowed between the surface tangents. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetMaximumWidth () |
Removes the setting for the largest allowable length of any facet's edge. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetTrimBudget () |
Removes the upper bound of vertices to be used in trim curve tessellation. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetMaximumTrimDeviation () |
Removes the upper bound of trim curve vertices from the parametric definition of the trimming curve. More... | |
HPS.NURBSSurfaceAttributeKit | UnsetEverything () |
Removes all settings from this object. More... | |
bool | ShowBudget (out ulong out_budget) |
Shows the NURBS surface tessellation budget. More... | |
bool | ShowMaximumDeviation (out float out_deviation) |
Shows the upper bound of the difference between the NURBS surface and its parametric definition. More... | |
bool | ShowMaximumAngle (out float out_degrees) |
Shows the largest angle allowed between the surface tangents. More... | |
bool | ShowMaximumWidth (out float out_width) |
Shows the setting for the largest allowable length of any facet's edge. More... | |
bool | ShowTrimBudget (out ulong out_budget) |
Shows the upper bound of vertices to be used in trim curve tessellation. More... | |
bool | ShowMaximumTrimDeviation (out float out_deviation) |
Shows the upper bound of trim curve vertices from the parametric definition of the trimming curve. More... | |
![]() | |
IntPtr | GetClassID () |
Object (HPS.Object in_that) | |
The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
Static Public Member Functions | |
static HPS.NURBSSurfaceAttributeKit | GetDefault () |
Creates a NURBSSurfaceAttributeKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. More... | |
static bool | operator== (HPS.NURBSSurfaceAttributeKit a, HPS.NURBSSurfaceAttributeKit b) |
static bool | operator!= (HPS.NURBSSurfaceAttributeKit a, HPS.NURBSSurfaceAttributeKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The HPS::NURBSSurfaceAttributeKit class is a user space object that contains settings related to NURBS surfaces. Calling HPS::NURBSSurfaceAttributeKit::GetDefault() will return a kit with values found in this table.
|
inline |
Initializes an empty kit.
|
inline |
The copy constructor creates a new NURBSSurfaceAttributeKit object that contains the same settings as the source object.
in_kit | The source object to copy. |
|
inlinevirtual |
Indicates whether this object has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source NURBSSurfaceAttributeKit is equivalent to this object.
in_kit | The source <ref refid="class_h_p_s_1_1_n_u_r_b_s_surface_attribute_kit" kindref="compound">NURBSSurfaceAttributeKit</ref> to compare to this object. |
|
inlinestatic |
Creates a NURBSSurfaceAttributeKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
|
inline |
Copies the source NURBSSurfaceAttributeKit into this object.
in_kit | The source object to copy. |
|
inline |
Sets an upper bound on the number of vertices that will be allowed in the tessellation of NURBS surfaces.
in_budget | The maximum number of vertices to be used in NURBS surface tessellation. |
|
inline |
Sets the largest angle allowed between the surface tangents evaluated at any two corners of a given facet. Expressed in degrees.
in_degrees | The maximum angle allowed between the surface tangents, in degrees. |
|
inline |
Sets an upper bound for the distance, in object space, of the tessellation to the parametric definition of the surface. Note that since this setting is in object space, it should be set differently depending on the scale of the NURBS control points.
in_deviation | The maximum distance, in object space, of the tessellation to the parametric definition of the surface. |
|
inline |
Sets an upper bound for the distance, in the NURBS surface's normalized [0..1] parametric space, of trim curve vertices from the parametric definition of the trimming curve.
in_deviation | The maximum distance, in object space, of the tessellation to the parametric definition of the trimming curve. |
|
inline |
The largest allowable length, in the NURBS surface's normalized [0..1] parametric space, of any facet's edge.
in_width | The largest allowable length of any facet's edge. Valid range is [0, sqrt(2)]. |
|
inline |
Sets an upper bound on the number of vertices that will be allowed in the tessellation of a trim curve.
in_budget | The maximum number of vertices to be used in trim curve tessellation. |
|
inline |
Copies this object into the given NURBSSurfaceAttributeKit.
out_kit | The <ref refid="class_h_p_s_1_1_n_u_r_b_s_surface_attribute_kit" kindref="compound">NURBSSurfaceAttributeKit</ref> to populate with the contents of this object. |
|
inline |
Shows the NURBS surface tessellation budget.
out_budget | The maximum number of vertices to be used in NURBS surface tessellation. |
|
inline |
Shows the largest angle allowed between the surface tangents.
out_degrees | The maximum angle allowed between the surface tangents, in degrees. |
|
inline |
Shows the upper bound of the difference between the NURBS surface and its parametric definition.
out_deviation | The maximum distance, in object space, of the tessellation to the parametric definition of the surface. |
|
inline |
Shows the upper bound of trim curve vertices from the parametric definition of the trimming curve.
out_deviation | The maximum distance, in object space, of the tessellation to the parametric definition of the trimming curve. |
|
inline |
Shows the setting for the largest allowable length of any facet's edge.
out_width | The largest allowable length of any facet's edge.. |
|
inline |
Shows the upper bound of vertices to be used in trim curve tessellation.
out_budget | The maximum number of vertices to be used in trim curve tessellation. |
|
inline |
Removes the NURBS surface tessellation budget.
|
inline |
Removes all settings from this object.
|
inline |
Removes the largest angle allowed between the surface tangents.
|
inline |
Removes the upper bound of the difference between the NURBS surface and its parametric definition.
|
inline |
Removes the upper bound of trim curve vertices from the parametric definition of the trimming curve.
|
inline |
Removes the setting for the largest allowable length of any facet's edge.
|
inline |
Removes the upper bound of vertices to be used in trim curve tessellation.