|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The HPS.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 HPS.ColorInterpolationControl.
◆ ColorInterpolationControl() [1/2]
HPS.ColorInterpolationControl.ColorInterpolationControl |
( |
HPS.SegmentKey |
in_seg | ) |
|
|
inline |
Initializes a control tied to the segment in_seg.
◆ ColorInterpolationControl() [2/2]
Initializes a control tied to the same object as in_that.
◆ ObjectType()
override HPS.Type HPS.ColorInterpolationControl.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ SetEdgeColor()
Controls whether edge colors will be interpolated.
- Parameters
-
in_state | Whether edge colors will be interpolated. |
- Returns
- a reference to this object.
◆ SetEdgeIndex()
Controls whether edge index colors will be interpolated.
- Parameters
-
in_state | Whether edge index colors will be interpolated. |
- Returns
- a reference to this object.
◆ SetFaceColor()
Controls whether face colors will be interpolated.
- Parameters
-
in_state | Whether face colors will be interpolated. |
- Returns
- a reference to this object.
◆ SetFaceIndex()
Controls whether face colors index will be interpolated.
- Parameters
-
in_state | Whether face index colors will be interpolated. |
- Returns
- a reference to this object.
◆ SetVertexColor()
Controls whether vertex colors will be interpolated.
- Parameters
-
in_state | Whether vertex colors will be interpolated. |
- Returns
- a reference to this object.
◆ SetVertexIndex()
Controls whether vertex index colors will be interpolated.
- Parameters
-
in_state | Whether vertex index colors will be interpolated. |
- Returns
- a reference to this object.
◆ ShowEdgeColor()
bool HPS.ColorInterpolationControl.ShowEdgeColor |
( |
out bool |
out_state | ) |
|
|
inline |
Shows whether color interpolation for the edge color is set
- Parameters
-
out_state | The edge setting for the color interpolation |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowEdgeIndex()
bool HPS.ColorInterpolationControl.ShowEdgeIndex |
( |
out bool |
out_state | ) |
|
|
inline |
Shows whether color index interpolation for the edge index is set
- Parameters
-
out_state | The edge setting for the color index interpolation |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowFaceColor()
bool HPS.ColorInterpolationControl.ShowFaceColor |
( |
out bool |
out_state | ) |
|
|
inline |
Shows whether color interpolation for the face color is set
- Parameters
-
out_state | The face setting for the color interpolation |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowFaceIndex()
bool HPS.ColorInterpolationControl.ShowFaceIndex |
( |
out bool |
out_state | ) |
|
|
inline |
Shows whether color index interpolation for the face index is set
- Parameters
-
out_state | The face setting for the color index interpolation |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowVertexColor()
bool HPS.ColorInterpolationControl.ShowVertexColor |
( |
out bool |
out_state | ) |
|
|
inline |
Shows whether color interpolation for the vertex color is set
- Parameters
-
out_state | The vertex setting for the color interpolation |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowVertexIndex()
bool HPS.ColorInterpolationControl.ShowVertexIndex |
( |
out bool |
out_state | ) |
|
|
inline |
Shows whether color index interpolation for the vertex index is set
- Parameters
-
out_state | The vertex setting for the color index interpolation |
- Returns
- true if the setting is valid, false otherwise.
◆ Type()
override HPS.Type HPS.ColorInterpolationControl.Type |
( |
| ) |
|
|
inlinevirtual |
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.
- Warning
- This function must synchronize the database (by waiting for all pending database operations to complete) in order to know the type status of this object with certainty. Therefore this function can negatively impact performance. You should vigorously avoid using this function in high-traffic or peformance-critical areas of your code.
- Returns
- The true type of the object in question.
Reimplemented from HPS.Object.
◆ UnsetEdgeColor()
Removes the edge color interpolation setting. If the control is attached to a WindowKey this function restores the default value of this setting as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
◆ UnsetEdgeIndex()
Removes the edge index color interpolation setting. If the control is attached to a WindowKey this function restores the default value of this setting as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
◆ UnsetEverything()
Unsets all settings in this control. If the control is attached to a WindowKey this function restores the default settings of this control as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
◆ UnsetFaceColor()
Removes the face color interpolation setting. If the control is attached to a WindowKey this function restores the default value of this setting as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
◆ UnsetFaceIndex()
Removes the face index color interpolation setting. If the control is attached to a WindowKey this function restores the default value of this setting as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
◆ UnsetVertexColor()
Removes the vertex color interpolation setting. If the control is attached to a WindowKey this function restores the default value of this setting as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
◆ UnsetVertexIndex()
Removes the vertex index color interpolation setting. If the control is attached to a WindowKey this function restores the default value of this setting as specified by ColorInterpolationKit.GetDefault().
- Returns
- a reference to this object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ColorInterpolationControl.cs