REFERENCE MANUAL
The ColorInterpolationControl class is a smart pointer that is tied to a database object. More...
Public Member Functions | |
ColorInterpolationControl (HPS.SegmentKey in_seg) | |
Initializes a control tied to the segment in_seg. More... | |
ColorInterpolationControl (HPS.ColorInterpolationControl in_that) | |
Initializes a control tied to the same object as in_that. More... | |
override void | Dispose () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
HPS.ColorInterpolationControl | SetEdgeColor (bool in_state) |
Controls whether edge colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetEdgeIndex (bool in_state) |
Controls whether edge index colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetFaceColor (bool in_state) |
Controls whether face colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetFaceIndex (bool in_state) |
Controls whether face colors index will be interpolated. More... | |
HPS.ColorInterpolationControl | SetVertexColor (bool in_state) |
Controls whether vertex colors will be interpolated. More... | |
HPS.ColorInterpolationControl | SetVertexIndex (bool in_state) |
Controls whether vertex index colors will be interpolated. More... | |
bool | ShowEdgeColor (out bool out_state) |
Shows whether color interpolation for the edge color is set More... | |
bool | ShowEdgeIndex (out bool out_state) |
Shows whether color index interpolation for the edge index is set More... | |
bool | ShowFaceColor (out bool out_state) |
Shows whether color interpolation for the face color is set More... | |
bool | ShowFaceIndex (out bool out_state) |
Shows whether color index interpolation for the face index is set More... | |
bool | ShowVertexColor (out bool out_state) |
Shows whether color interpolation for the vertex color is set More... | |
bool | ShowVertexIndex (out bool out_state) |
Shows whether color index interpolation for the vertex index is set More... | |
HPS.ColorInterpolationControl | UnsetEdgeColor () |
Removes the edge color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetEdgeIndex () |
Removes the edge index color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetEverything () |
Unsets all settings in this control. More... | |
HPS.ColorInterpolationControl | UnsetFaceColor () |
Removes the face color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetFaceIndex () |
Removes the face index color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetVertexColor () |
Removes the vertex color interpolation setting. More... | |
HPS.ColorInterpolationControl | UnsetVertexIndex () |
Removes the vertex index color interpolation setting. More... | |
![]() | |
Control (HPS.Control in_that) | |
override void | Dispose () |
![]() | |
virtual bool | Empty () |
Indicates whether this object has any values set on it. More... | |
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... | |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The ColorInterpolationControl class is a smart pointer that is tied to a database object.
This class is the interface that allows you to manipulate whether color is interpolated over faces and edges. This table lists default values for the various segment attributes accessible from ColorInterpolationControl.
HPS.ColorInterpolationControl.ColorInterpolationControl | ( | HPS.SegmentKey | in_seg | ) |
Initializes a control tied to the segment in_seg.
HPS.ColorInterpolationControl.ColorInterpolationControl | ( | HPS.ColorInterpolationControl | in_that | ) |
Initializes a control tied to the same object as in_that.
|
virtual |
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.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.SetEdgeColor | ( | bool | in_state | ) |
Controls whether edge colors will be interpolated.
in_state | Whether edge colors will be interpolated. |
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.SetEdgeIndex | ( | bool | in_state | ) |
Controls whether edge index colors will be interpolated.
in_state | Whether edge index colors will be interpolated. |
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.SetFaceColor | ( | bool | in_state | ) |
Controls whether face colors will be interpolated.
in_state | Whether face colors will be interpolated. |
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.SetFaceIndex | ( | bool | in_state | ) |
Controls whether face colors index will be interpolated.
in_state | Whether face index colors will be interpolated. |
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.SetVertexColor | ( | bool | in_state | ) |
Controls whether vertex colors will be interpolated.
in_state | Whether vertex colors will be interpolated. |
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.SetVertexIndex | ( | bool | in_state | ) |
Controls whether vertex index colors will be interpolated.
in_state | Whether vertex index colors will be interpolated. |
bool HPS.ColorInterpolationControl.ShowEdgeColor | ( | out bool | out_state | ) |
Shows whether color interpolation for the edge color is set
out_state | The edge setting for the color interpolation |
bool HPS.ColorInterpolationControl.ShowEdgeIndex | ( | out bool | out_state | ) |
Shows whether color index interpolation for the edge index is set
out_state | The edge setting for the color index interpolation |
bool HPS.ColorInterpolationControl.ShowFaceColor | ( | out bool | out_state | ) |
Shows whether color interpolation for the face color is set
out_state | The face setting for the color interpolation |
bool HPS.ColorInterpolationControl.ShowFaceIndex | ( | out bool | out_state | ) |
Shows whether color index interpolation for the face index is set
out_state | The face setting for the color index interpolation |
bool HPS.ColorInterpolationControl.ShowVertexColor | ( | out bool | out_state | ) |
Shows whether color interpolation for the vertex color is set
out_state | The vertex setting for the color interpolation |
bool HPS.ColorInterpolationControl.ShowVertexIndex | ( | out bool | out_state | ) |
Shows whether color index interpolation for the vertex index is set
out_state | The vertex setting for the color index interpolation |
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetEdgeColor | ( | ) |
Removes the edge color interpolation setting.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetEdgeIndex | ( | ) |
Removes the edge index color interpolation setting.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetEverything | ( | ) |
Unsets all settings in this control.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetFaceColor | ( | ) |
Removes the face color interpolation setting.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetFaceIndex | ( | ) |
Removes the face index color interpolation setting.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetVertexColor | ( | ) |
Removes the vertex color interpolation setting.
HPS.ColorInterpolationControl HPS.ColorInterpolationControl.UnsetVertexIndex | ( | ) |
Removes the vertex index color interpolation setting.