HiddenLineAttributeKit
-
class
HPS.HiddenLineAttributeKit: HPS.Kit Public Functions
-
override void
Dispose()
-
override bool
Empty()
-
bool
Equals(HPS.HiddenLineAttributeKit in_kit)
-
override bool
Equals(Object obj)
-
override int
GetHashCode()
-
HiddenLineAttributeKit()
-
HiddenLineAttributeKit(HPS.HiddenLineAttributeKit in_kit)
-
override HPS.Type
ObjectType()
-
void
Set(HPS.HiddenLineAttributeKit in_kit)
-
HPS.HiddenLineAttributeKit
SetAlgorithm(HPS.HiddenLine.Algorithm in_algorithm)
-
HPS.HiddenLineAttributeKit
SetColor(HPS.RGBAColor in_color)
-
HPS.HiddenLineAttributeKit
SetDimFactor(float in_zero_to_one)
-
HPS.HiddenLineAttributeKit
SetFaceDisplacement(float in_buckets)
-
HPS.HiddenLineAttributeKit
SetLinePattern(string in_pattern)
-
HPS.HiddenLineAttributeKit
SetLineSorting(bool in_state)
-
HPS.HiddenLineAttributeKit
SetLineSorting(bool in_state, float in_threshold)
-
HPS.HiddenLineAttributeKit
SetLineSorting(bool in_state, float in_threshold, HPS.Line.SizeUnits in_units)
-
HPS.HiddenLineAttributeKit
SetRenderFaces(bool in_state)
-
HPS.HiddenLineAttributeKit
SetRenderText(bool in_state)
-
HPS.HiddenLineAttributeKit
SetSilhouetteCleanup(bool in_state)
-
HPS.HiddenLineAttributeKit
SetTransparencyCutoff(float in_zero_to_one)
-
HPS.HiddenLineAttributeKit
SetVisibility(bool in_state)
-
HPS.HiddenLineAttributeKit
SetWeight(float in_weight)
-
HPS.HiddenLineAttributeKit
SetWeight(float in_weight, HPS.Line.SizeUnits in_units)
-
void
Show(out HPS.HiddenLineAttributeKit out_kit)
-
bool
ShowAlgorithm(out HPS.HiddenLine.Algorithm out_algorithm)
-
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
ShowLineSorting(out bool out_state, out float out_threshold, out HPS.Line.SizeUnits out_units)
-
bool
ShowRenderFaces(out bool out_state)
-
bool
ShowRenderText(out bool out_state)
-
bool
ShowSilhouetteCleanup(out bool out_state)
-
bool
ShowTransparencyCutoff(out float out_zero_to_one)
-
bool
ShowVisibility(out bool out_state)
-
bool
ShowWeight(out float out_weight, out HPS.Line.SizeUnits out_units)
-
HPS.HiddenLineAttributeKit
UnsetAlgorithm()
-
HPS.HiddenLineAttributeKit
UnsetColor()
-
HPS.HiddenLineAttributeKit
UnsetDimFactor()
-
HPS.HiddenLineAttributeKit
UnsetEverything()
-
HPS.HiddenLineAttributeKit
UnsetFaceDisplacement()
-
HPS.HiddenLineAttributeKit
UnsetLinePattern()
-
HPS.HiddenLineAttributeKit
UnsetLineSorting()
-
HPS.HiddenLineAttributeKit
UnsetRenderFaces()
-
HPS.HiddenLineAttributeKit
UnsetRenderText()
-
HPS.HiddenLineAttributeKit
UnsetSilhouetteCleanup()
-
HPS.HiddenLineAttributeKit
UnsetTransparencyCutoff()
-
HPS.HiddenLineAttributeKit
UnsetVisibility()
-
HPS.HiddenLineAttributeKit
UnsetWeight()
Public Static Functions
-
HPS.HiddenLineAttributeKit
GetDefault()
-
bool
operator!=(HPS.HiddenLineAttributeKit a, HPS.HiddenLineAttributeKit b)
-
bool
operator==(HPS.HiddenLineAttributeKit a, HPS.HiddenLineAttributeKit b)
-
override void