|
override void | Dispose () |
|
| NURBSCurveKit (HPS.NURBSCurveKit in_kit) |
|
override HPS.Type | ObjectType () |
|
void | Consume (HPS.NURBSCurveKit in_kit) |
|
void | Set (HPS.NURBSCurveKit in_kit) |
|
void | Show (out HPS.NURBSCurveKit out_kit) |
|
override bool | Empty () |
|
override bool | Equals (System.Object obj) |
|
override int | GetHashCode () |
|
bool | Equals (HPS.NURBSCurveKit in_kit) |
|
ulong | GetPointCount () |
|
HPS.NURBSCurveKit | SetPriority (int in_priority) |
|
HPS.NURBSCurveKit | UnsetPriority () |
|
bool | ShowPriority (out int out_priority) |
|
HPS.NURBSCurveKit | SetDegree (ulong in_degree) |
|
HPS.NURBSCurveKit | SetPoints (HPS.Point[] in_points) |
|
HPS.NURBSCurveKit | SetWeights (float[] in_weights) |
|
HPS.NURBSCurveKit | SetKnots (float[] in_knots) |
|
HPS.NURBSCurveKit | SetParameters (float in_start, float in_end) |
|
HPS.NURBSCurveKit | UnsetDegree () |
|
HPS.NURBSCurveKit | UnsetPoints () |
|
HPS.NURBSCurveKit | UnsetWeights () |
|
HPS.NURBSCurveKit | UnsetKnots () |
|
HPS.NURBSCurveKit | UnsetParameters () |
|
HPS.NURBSCurveKit | UnsetEverything () |
|
bool | ShowDegree (out ulong out_degree) |
|
bool | ShowPoints (out HPS.Point[] out_points) |
|
bool | ShowPointsByRange (ulong in_start_index, ulong in_count, out HPS.Point[] out_points) |
|
bool | ShowPointsByList (ulong[] in_indices, out HPS.Point[] out_points) |
|
bool | ShowWeights (out float[] out_weights) |
|
bool | ShowKnots (out float[] out_knots) |
|
bool | ShowParameters (out float out_start, out float out_end) |
|
HPS.NURBSCurveKit | EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points) |
|
HPS.NURBSCurveKit | EditPointsByDeletion (ulong in_offset, ulong in_count) |
|
HPS.NURBSCurveKit | EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points) |
|
HPS.NURBSCurveKit | EditWeightsByInsertion (ulong in_offset, float[] in_weights) |
|
HPS.NURBSCurveKit | EditWeightsByDeletion (ulong in_offset, ulong in_count) |
|
HPS.NURBSCurveKit | EditWeightsByReplacement (ulong in_offset, float[] in_weights) |
|
HPS.NURBSCurveKit | EditKnotsByInsertion (ulong in_offset, float[] in_knots) |
|
HPS.NURBSCurveKit | EditKnotsByDeletion (ulong in_offset, ulong in_count) |
|
HPS.NURBSCurveKit | EditKnotsByReplacement (ulong in_offset, float[] in_knots) |
|
HPS.NURBSCurveKit | SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data) |
|
HPS.NURBSCurveKit | SetUserData (IntPtr in_index, byte[] in_data) |
|
HPS.NURBSCurveKit | SetUserData (IntPtr[] in_indices, byte[][] in_data) |
|
HPS.NURBSCurveKit | UnsetUserData (IntPtr in_index) |
|
HPS.NURBSCurveKit | UnsetUserData (IntPtr[] in_indices) |
|
HPS.NURBSCurveKit | UnsetAllUserData () |
|
ulong | ShowUserDataCount () |
|
bool | ShowUserDataIndices (out IntPtr[] out_indices) |
|
bool | ShowUserData (IntPtr in_index, out byte[] out_data) |
|
bool | ShowUserData (out IntPtr[] out_indices, out byte[][] out_data) |
|
IntPtr | GetClassID () |
|
| Object (HPS.Object in_that) |
|
HPS.Type | Type () |
|
virtual void | Reset () |
|
bool | HasType (HPS.Type in_mask) |
|
IntPtr | GetInstanceID () |
|