Public Member Functions | |
| override void | Dispose () |
| HiddenLineAttributeControl (HPS.SegmentKey in_seg) | |
| HiddenLineAttributeControl (HPS.HiddenLineAttributeControl in_that) | |
| override HPS.Type | ObjectType () |
| HPS.HiddenLineAttributeControl | SetColor (HPS.RGBAColor in_color) |
| HPS.HiddenLineAttributeControl | SetDimFactor (float in_zero_to_one) |
| HPS.HiddenLineAttributeControl | SetFaceDisplacement (float in_buckets) |
| HPS.HiddenLineAttributeControl | SetLinePattern (string in_pattern) |
| HPS.HiddenLineAttributeControl | SetRenderFaces (bool in_state) |
| HPS.HiddenLineAttributeControl | SetRenderText (bool in_state) |
| HPS.HiddenLineAttributeControl | SetAlgorithm (HPS.HiddenLine.Algorithm in_algorithm) |
| HPS.HiddenLineAttributeControl | SetSilhouetteCleanup (bool in_state) |
| HPS.HiddenLineAttributeControl | SetVisibility (bool in_state) |
| HPS.HiddenLineAttributeControl | SetWeight (float in_weight, HPS.Line.SizeUnits in_units) |
| HPS.HiddenLineAttributeControl | SetWeight (float in_weight) |
| HPS.HiddenLineAttributeControl | SetTransparencyCutoff (float in_zero_to_one) |
| HPS.HiddenLineAttributeControl | UnsetColor () |
| HPS.HiddenLineAttributeControl | UnsetDimFactor () |
| HPS.HiddenLineAttributeControl | UnsetFaceDisplacement () |
| HPS.HiddenLineAttributeControl | UnsetLinePattern () |
| HPS.HiddenLineAttributeControl | UnsetRenderFaces () |
| HPS.HiddenLineAttributeControl | UnsetRenderText () |
| HPS.HiddenLineAttributeControl | UnsetAlgorithm () |
| HPS.HiddenLineAttributeControl | UnsetSilhouetteCleanup () |
| HPS.HiddenLineAttributeControl | UnsetVisibility () |
| HPS.HiddenLineAttributeControl | UnsetWeight () |
| HPS.HiddenLineAttributeControl | UnsetTransparencyCutoff () |
| HPS.HiddenLineAttributeControl | UnsetEverything () |
| bool | ShowColor (out HPS.RGBAColor out_color) |
| bool | ShowDimFactor (out float out_zero_to_one) |
| bool | ShowFaceDisplacement (out float out_buckets) |
| bool | ShowLinePattern (out string out_pattern) |
| bool | ShowRenderFaces (out bool out_state) |
| bool | ShowRenderText (out bool out_state) |
| bool | ShowAlgorithm (out HPS.HiddenLine.Algorithm out_algorithm) |
| bool | ShowSilhouetteCleanup (out bool out_state) |
| bool | ShowVisibility (out bool out_state) |
| bool | ShowWeight (out float out_weight, out HPS.Line.SizeUnits out_units) |
| bool | ShowTransparencyCutoff (out float out_zero_to_one) |
Public Member Functions inherited from HPS.Control | |
| Control (HPS.Control in_that) | |
Public Member Functions inherited from HPS.Object | |
| IntPtr | GetClassID () |
| Object (HPS.Object in_that) | |
| HPS.Type | Type () |
| virtual bool | Empty () |
| virtual void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |