< Home

< Table of Contents

REFERENCE MANUAL

HPS.NURBSCurveKit Class Reference

The NURBSCurveKit class is a user space object. More...

Inheritance diagram for HPS.NURBSCurveKit:
HPS.Object

Public Member Functions

void Consume (HPS.NURBSCurveKit in_kit)
 Copies the source NURBSCurveKit into this NURBSCurveKit and resets the source kit. More...
 
override void Dispose ()
 
HPS.NURBSCurveKit EditKnotsByDeletion (ulong in_offset, ulong in_count)
 Removes knots for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditKnotsByInsertion (ulong in_offset, float[] in_knots)
 Adds knots for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditKnotsByReplacement (ulong in_offset, float[] in_knots)
 Replaces knots for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditPointsByDeletion (ulong in_offset, ulong in_count)
 Removes points from the control point list for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points)
 Adds points to the control point list for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points)
 Replaces control points for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditWeightsByDeletion (ulong in_offset, ulong in_count)
 Removes weights from the control point weight list for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditWeightsByInsertion (ulong in_offset, float[] in_weights)
 Adds weights to the control point weight list for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit EditWeightsByReplacement (ulong in_offset, float[] in_weights)
 Replaces control point weights for this NURBSCurveKit. More...
 
override bool Empty ()
 Indicates whether this NURBSCurveKit has any values set on it. More...
 
override bool Equals (System.Object obj)
 
bool Equals (HPS.NURBSCurveKit in_kit)
 Check if the source NURBSCurveKit is equivalent to this NURBSCurveKit. More...
 
override int GetHashCode ()
 
ulong GetPointCount ()
 Retrieves the number of points in this NURBS curve. More...
 
 NURBSCurveKit ()
 The default constructor creates an empty NURBSCurveKit object. More...
 
 NURBSCurveKit (HPS.NURBSCurveKit in_kit)
 The copy constructor creates a new NURBSCurveKit object that contains the same settings as the source NURBSCurveKit. More...
 
override HPS.Type ObjectType ()
 This function returns the type the object, as declared. More...
 
void Set (HPS.NURBSCurveKit in_kit)
 Copies the source NURBSCurveKit into this NURBSCurveKit. More...
 
HPS.NURBSCurveKit SetDegree (ulong in_degree)
 Sets the degree of the NURBSCurveKit. More...
 
HPS.NURBSCurveKit SetKnots (float[] in_knots)
 Sets the knots for the NURBSCurveKit. More...
 
HPS.NURBSCurveKit SetParameters (float in_start, float in_end)
 Sets the normalized start and end parameters for the NURBSCurveKit. More...
 
HPS.NURBSCurveKit SetPoints (HPS.Point[] in_points)
 Sets the control points for the NURBSCurveKit. More...
 
HPS.NURBSCurveKit SetPriority (int in_priority)
 Assigns a specific drawing priority value to the NURBSCurveKit. More...
 
HPS.NURBSCurveKit SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data)
 Sets user data on this kit. More...
 
HPS.NURBSCurveKit SetUserData (IntPtr in_index, byte[] in_data)
 Sets user data on this kit. More...
 
HPS.NURBSCurveKit SetUserData (IntPtr[] in_indices, byte[][] in_data)
 Sets user data on this kit. More...
 
HPS.NURBSCurveKit SetWeights (float[] in_weights)
 Sets the control point weights for the NURBSCurveKit. More...
 
void Show (out HPS.NURBSCurveKit out_kit)
 Copies this NURBSCurveKit into the given NURBSCurveKit. More...
 
bool ShowDegree (out ulong out_degree)
 Shows the degree of this NURBSCurveKit. More...
 
bool ShowKnots (out float[] out_knots)
 Shows the knots for this NURBSCurveKit. More...
 
bool ShowParameters (out float out_start, out float out_end)
 Shows the normalized start and end parameters for this NURBSCurveKit. More...
 
bool ShowPoints (out HPS.Point[] out_points)
 Shows the control points for this NURBSCurveKit. More...
 
bool ShowPriority (out int out_priority)
 Shows the drawing priority. More...
 
bool ShowUserData (IntPtr in_index, out byte[] out_data)
 Shows the user data at a given index for this kit. More...
 
bool ShowUserData (out IntPtr[] out_indices, out byte[][] out_data)
 Shows all user data for this kit. More...
 
ulong ShowUserDataCount ()
 Get the number of user data indices set on this kit. More...
 
bool ShowUserDataIndices (out IntPtr[] out_indices)
 Shows the indices of all user data set on this kit. More...
 
bool ShowWeights (out float[] out_weights)
 Shows the control point weights for this NURBSCurveKit. More...
 
HPS.NURBSCurveKit UnsetAllUserData ()
 Removes all user data from this kit. More...
 
HPS.NURBSCurveKit UnsetDegree ()
 Removes the setting for the degree of the NURBSCurveKit. More...
 
HPS.NURBSCurveKit UnsetEverything ()
 Removes all settings from the NURBSCurveKit. More...
 
HPS.NURBSCurveKit UnsetKnots ()
 Removes the knots for the NURBSCurveKit. More...
 
HPS.NURBSCurveKit UnsetParameters ()
 Removes the normalized start and end parameters for the NURBSCurveKit. More...
 
HPS.NURBSCurveKit UnsetPoints ()
 Removes the control points for the NURBSCurveKit. More...
 
HPS.NURBSCurveKit UnsetPriority ()
 Removes a drawing priority setting. More...
 
HPS.NURBSCurveKit UnsetUserData (IntPtr in_index)
 Removes the user data at the given index from this kit. More...
 
HPS.NURBSCurveKit UnsetUserData (IntPtr[] in_indices)
 Removes the user data at the given indices from this kit. More...
 
HPS.NURBSCurveKit UnsetWeights ()
 Removes the control point weights for the NURBSCurveKit. More...
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
IntPtr GetInstanceID ()
 Returns an identifier that can be used to identify which instance of a class an object is. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
 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...
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 
HPS.Type Type ()
 This function returns the true type of the underlying object. More...
 

Static Public Member Functions

static bool operator!= (HPS.NURBSCurveKit a, HPS.NURBSCurveKit b)
 
static bool operator== (HPS.NURBSCurveKit a, HPS.NURBSCurveKit b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 
HandleRef scptr
 

Detailed Description

The NURBSCurveKit class is a user space object.

It is a kit analog to a NURBSCurveKey.

Constructor & Destructor Documentation

HPS.NURBSCurveKit.NURBSCurveKit ( )

The default constructor creates an empty NURBSCurveKit object.

HPS.NURBSCurveKit.NURBSCurveKit ( HPS.NURBSCurveKit  in_kit)

The copy constructor creates a new NURBSCurveKit object that contains the same settings as the source NURBSCurveKit.

Parameters
in_kitThe source <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> to copy.

Member Function Documentation

void HPS.NURBSCurveKit.Consume ( HPS.NURBSCurveKit  in_kit)

Copies the source NURBSCurveKit into this NURBSCurveKit and resets the source kit.

Parameters
in_kitThe source <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> to consume.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditKnotsByDeletion ( ulong  in_offset,
ulong  in_count 
)

Removes knots for this NURBSCurveKit.

This will allow modification of the default knots if no explicit knots are set if possible.

Parameters
in_offsetThe offset into the knots for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to start removing knots. This value must be such that in_offset<control_point_count+degree+1 for deletion to succeed.
in_countThe number of knots to delete for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>. This value must be such that in_offset+in_count<=control_point_count+degree+1 for the deletion to succeed.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditKnotsByInsertion ( ulong  in_offset,
float[]  in_knots 
)

Adds knots for this NURBSCurveKit.

This will allow modification of the default knots if no explicit knots are set if possible.

Parameters
in_offsetThe offset into the knots the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to insert knots. This value must be such that in_offset<control_point_count+degree+1 for insertion to succeed.
in_countSize of the following array.
in_knotsThe knots to insert at the specified offset.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditKnotsByReplacement ( ulong  in_offset,
float[]  in_knots 
)

Replaces knots for this NURBSCurveKit.

This will allow modification of the default knots if no explicit knots are set if possible.

Parameters
in_offsetThe offset into the knots for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to replace knots. This value must be such that in_offset<control_point_count+degree+1 for the replacement to succeed.
in_countSize of the following array. This value must be such that in_offset+in_count<=control_point_count+degree+1 for the replacement to succeed.
in_knotsThe knots to use to replace those at the specified offset.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditPointsByDeletion ( ulong  in_offset,
ulong  in_count 
)

Removes points from the control point list for this NURBSCurveKit.

Parameters
in_offsetThe offset into the control point list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to start removing points. This value must be such that in_offset<control_point_count for deletion to succeed.
in_countThe number of points to delete from the control point list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>. This value must be such that in_offset+in_count<=control_point_count for the deletion to succeed.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditPointsByInsertion ( ulong  in_offset,
HPS.Point[]  in_points 
)

Adds points to the control point list for this NURBSCurveKit.

Parameters
in_offsetThe offset into the control point list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to insert points. This value must be such that in_offset<control_point_count for insertion to succeed.
in_countSize of the following array.
in_pointsThe points to insert into the control point list at the specified offset.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditPointsByReplacement ( ulong  in_offset,
HPS.Point[]  in_points 
)

Replaces control points for this NURBSCurveKit.

Parameters
in_offsetThe offset into the control point list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to replace points. This value must be such that in_offset<control_point_count for insertion to succeed.
in_countSize of the following array. This value must be such that in_offset+in_count<=control_point_count for the replacement to succeed.
in_pointsThe points to use to replace those in the control point list at the specified offset.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditWeightsByDeletion ( ulong  in_offset,
ulong  in_count 
)

Removes weights from the control point weight list for this NURBSCurveKit.

This will allow modification of the default control point weights if no explicit weights are set if possible.

Parameters
in_offsetThe offset into the control point weight list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to start removing weights. This value must be such that in_offset<control_point_count for deletion to succeed.
in_countThe number of weights to delete from the control point weight list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>. This value must be such that in_offset+in_count<=weight_count for the deletion to succeed.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditWeightsByInsertion ( ulong  in_offset,
float[]  in_weights 
)

Adds weights to the control point weight list for this NURBSCurveKit.

This will allow modification of the default control point weights if no explicit weights are set if possible.

Parameters
in_offsetThe offset into the control point weight list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to insert weights. This value must be such that in_offset<control_point_count for insertion to succeed.
in_countSize of the following array.
in_weightsThe weights to insert into the control point weight list at the specified offset.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.EditWeightsByReplacement ( ulong  in_offset,
float[]  in_weights 
)

Replaces control point weights for this NURBSCurveKit.

This will allow modification of the default control point weights if no explicit weights are set if possible.

Parameters
in_offsetThe offset into the control point weight list for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> at which to replace weights. This value must be such that in_offset<control_point_count for insertion to succeed.
in_countSize of the following array. This value must be such that in_offset+in_count<=weight_count for the replacement to succeed.
in_weightsThe weights to use to replace those in the control point weight list at the specified offset.
Returns
A reference to this NURBSCurveKit.
override bool HPS.NURBSCurveKit.Empty ( )
virtual

Indicates whether this NURBSCurveKit has any values set on it.

Returns
true if no values are set on this NURBSCurveKit, false otherwise.

Reimplemented from HPS.Object.

bool HPS.NURBSCurveKit.Equals ( HPS.NURBSCurveKit  in_kit)

Check if the source NURBSCurveKit is equivalent to this NURBSCurveKit.

Parameters
in_kitThe source <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> to compare to this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
true if the objects are equivalent, false otherwise.
ulong HPS.NURBSCurveKit.GetPointCount ( )

Retrieves the number of points in this NURBS curve.

Returns
The number of points in this NURBS curve.
override HPS.Type HPS.NURBSCurveKit.ObjectType ( )
virtual

This function returns the type the object, as declared.

This does not necessarily give the true type of the underlying object.

Returns
The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented from HPS.Object.

void HPS.NURBSCurveKit.Set ( HPS.NURBSCurveKit  in_kit)

Copies the source NURBSCurveKit into this NURBSCurveKit.

Parameters
in_kitThe source <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> to copy.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetDegree ( ulong  in_degree)

Sets the degree of the NURBSCurveKit.

Parameters
in_degreeThe degree of the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetKnots ( float[]  in_knots)

Sets the knots for the NURBSCurveKit.

Parameters
in_countSize of the following array.
in_knotsThe knots for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetParameters ( float  in_start,
float  in_end 
)

Sets the normalized start and end parameters for the NURBSCurveKit.

Parameters
in_startThe noramlized start parameter for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
in_endThe noramlized end parameter for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetPoints ( HPS.Point[]  in_points)

Sets the control points for the NURBSCurveKit.

Parameters
in_countSize of the following array.
in_pointsThe control points for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetPriority ( int  in_priority)

Assigns a specific drawing priority value to the NURBSCurveKit.

It affects the order in which the contents of this segment are drawn if and only if the rendering algorithm is set to Priority.

Parameters
in_priorityThe drawing priority, higher priority items are drawn on top of lower priority items.
Returns
A reference to this object.

SubwindowKit::SetPriority()

SubwindowKit::SetRenderingAlgorithm()

HPS.NURBSCurveKit HPS.NURBSCurveKit.SetUserData ( IntPtr  in_index,
ulong  in_bytes,
byte[]  in_data 
)

Sets user data on this kit.

Parameters
in_indexThe index of the user data to set.
in_bytesThe number of bytes of user data to set.
in_dataThe bytes of user data to set.
Returns
A reference to this kit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetUserData ( IntPtr  in_index,
byte[]  in_data 
)

Sets user data on this kit.

Parameters
in_indexThe index of the user data to set.
in_dataThe bytes of user data to set.
Returns
A reference to this kit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetUserData ( IntPtr[]  in_indices,
byte  in_data[][] 
)

Sets user data on this kit.

Parameters
in_dataAn array of bytes of user data to set.
Returns
A reference to this kit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.SetWeights ( float[]  in_weights)

Sets the control point weights for the NURBSCurveKit.

Parameters
in_countSize of the following array.
in_weightsThe control point weights for the <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
A reference to this NURBSCurveKit.
void HPS.NURBSCurveKit.Show ( out HPS.NURBSCurveKit  out_kit)

Copies this NURBSCurveKit into the given NURBSCurveKit.

Parameters
out_kitThe <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
bool HPS.NURBSCurveKit.ShowDegree ( out ulong  out_degree)

Shows the degree of this NURBSCurveKit.

Parameters
out_degreeThe degree of this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
true if a degree was set, false otherwise.
bool HPS.NURBSCurveKit.ShowKnots ( out float[]  out_knots)

Shows the knots for this NURBSCurveKit.

Parameters
out_knotsThe knots for this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
true if knots were set, false otherwise.
bool HPS.NURBSCurveKit.ShowParameters ( out float  out_start,
out float  out_end 
)

Shows the normalized start and end parameters for this NURBSCurveKit.

Parameters
out_startThe normalized start parameter for this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
out_endThe normalized end parameter for this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
true if start and end parameters were set, false otherwise.
bool HPS.NURBSCurveKit.ShowPoints ( out HPS.Point[]  out_points)

Shows the control points for this NURBSCurveKit.

Parameters
out_pointsThe control points for this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
true if control points were set, false otherwise.
bool HPS.NURBSCurveKit.ShowPriority ( out int  out_priority)

Shows the drawing priority.

Parameters
out_priorityThe drawing priority, higher priority items are drawn on top of lower priority items.
Returns
true if the setting is valid, false otherwise.
bool HPS.NURBSCurveKit.ShowUserData ( IntPtr  in_index,
out byte[]  out_data 
)

Shows the user data at a given index for this kit.

Parameters
in_indexThe index of the user data to show.
out_dataThe user data at the given index.
Returns
true if there is user data at the given index, false otherwise.
bool HPS.NURBSCurveKit.ShowUserData ( out IntPtr[]  out_indices,
out byte  out_data[][] 
)

Shows all user data for this kit.

Parameters
out_indicesAn array of all user data indices set on this kit.
Returns
true if there is user data on this kit, false otherwise.
ulong HPS.NURBSCurveKit.ShowUserDataCount ( )

Get the number of user data indices set on this kit.

bool HPS.NURBSCurveKit.ShowUserDataIndices ( out IntPtr[]  out_indices)

Shows the indices of all user data set on this kit.

Parameters
out_indicesThe user data indices set on this kit.
Returns
The number of user data indices set on this kit.
bool HPS.NURBSCurveKit.ShowWeights ( out float[]  out_weights)

Shows the control point weights for this NURBSCurveKit.

Parameters
out_weightsThe control point weights for this <ref refid="class_h_p_s_1_1_n_u_r_b_s_curve_kit" kindref="compound">NURBSCurveKit</ref>.
Returns
true if control point weights were set, false otherwise.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetAllUserData ( )

Removes all user data from this kit.

Returns
A reference to this kit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetDegree ( )

Removes the setting for the degree of the NURBSCurveKit.

Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetEverything ( )

Removes all settings from the NURBSCurveKit.

Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetKnots ( )

Removes the knots for the NURBSCurveKit.

Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetParameters ( )

Removes the normalized start and end parameters for the NURBSCurveKit.

Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetPoints ( )

Removes the control points for the NURBSCurveKit.

Returns
A reference to this NURBSCurveKit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetPriority ( )

Removes a drawing priority setting.

Returns
A reference to this object.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetUserData ( IntPtr  in_index)

Removes the user data at the given index from this kit.

Parameters
in_indexThe index of the user data to remove.
Returns
A reference to this kit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetUserData ( IntPtr[]  in_indices)

Removes the user data at the given indices from this kit.

Parameters
in_countThe size of the following array.
in_indicesThe indices of the user data to remove.
Returns
A reference to this kit.
HPS.NURBSCurveKit HPS.NURBSCurveKit.UnsetWeights ( )

Removes the control point weights for the NURBSCurveKit.

Returns
A reference to this NURBSCurveKit.

The documentation for this class was generated from the following file: