Table of Contents

Class ToolingConstraint

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public class ToolingConstraint : IdNameEntity
Inheritance
ToolingConstraint
Inherited Members

Properties

ConstraintMax

public double ConstraintMax { get; }

Property Value

double

ConstraintMin

public double ConstraintMin { get; }

Property Value

double

ConstraintValue

public double ConstraintValue { get; }

Property Value

double

ToolingSelectionType

public ToolingSelectionType ToolingSelectionType { get; }

Property Value

ToolingSelectionType

Methods

SetToAnyValue()

public void SetToAnyValue()

SetToInequality(float)

public void SetToInequality(float value)

Parameters

value float

SetToRange(float, float)

public void SetToRange(float min, float max)

Parameters

min float
max float

SetToValue(float)

public void SetToValue(float value)

Parameters

value float