Class ToolingConstraint
- Namespace
- HyperX.Scripting
- Assembly
- HyperX.Scripting.dll
public class ToolingConstraint : IdNameEntity
- Inheritance
-
ToolingConstraint
- Inherited Members
-
Properties
public double ConstraintMax { get; }
Property Value
- double
public double ConstraintMin { get; }
Property Value
- double
public double ConstraintValue { get; }
Property Value
- double
public ToolingSelectionType ToolingSelectionType { get; }
Property Value
- ToolingSelectionType
Methods
public void SetToAnyValue()
public void SetToInequality(float value)
Parameters
value
float
public void SetToRange(float min, float max)
Parameters
min
float
max
float
public void SetToValue(float value)
Parameters
value
float