ShellRelationOptionsKit
-
class
HPS.ShellRelationOptionsKit: HPS.Kit Public Functions
-
void
Consume(HPS.ShellRelationOptionsKit in_kit)
-
override void
Dispose()
-
override bool
Empty()
-
bool
Equals(HPS.ShellRelationOptionsKit in_kit)
-
override bool
Equals(Object obj)
-
override int
GetHashCode()
-
override HPS.Type
ObjectType()
-
void
Set(HPS.ShellRelationOptionsKit in_kit)
-
HPS.ShellRelationOptionsKit
SetNearestFaceCalculation(bool in_state)
-
HPS.ShellRelationOptionsKit
SetTest(HPS.Shell.RelationTest in_test)
-
HPS.ShellRelationOptionsKit
SetTolerance(float in_tolerance)
-
HPS.ShellRelationOptionsKit
SetTreeContext(HPS.TreeContext in_tree_context)
-
ShellRelationOptionsKit()
-
ShellRelationOptionsKit(HPS.ShellRelationOptionsKit in_kit)
-
void
Show(out HPS.ShellRelationOptionsKit out_kit)
-
bool
ShowNearestFaceCalculation(out bool out_state)
-
bool
ShowTest(out HPS.Shell.RelationTest out_test)
-
bool
ShowTolerance(out float out_tolerance)
-
bool
ShowTreeContext(out HPS.TreeContext out_tree_context)
-
HPS.ShellRelationOptionsKit
UnsetEverything()
-
HPS.ShellRelationOptionsKit
UnsetNearestFaceCalculation()
-
HPS.ShellRelationOptionsKit
UnsetTest()
-
HPS.ShellRelationOptionsKit
UnsetTolerance()
-
HPS.ShellRelationOptionsKit
UnsetTreeContext()
Public Static Functions
-
HPS.ShellRelationOptionsKit
GetDefault()
-
bool
operator!=(HPS.ShellRelationOptionsKit a, HPS.ShellRelationOptionsKit b)
-
bool
operator==(HPS.ShellRelationOptionsKit a, HPS.ShellRelationOptionsKit b)
-
void