HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.ToolingConstraint Class Reference

Tooling constraints are a feature of Design Properties for Zones. More...

Inheritance diagram for hyperx.api.ToolingConstraint:
hyperx.api.IdNameEntity hyperx.api.IdEntity

Public Member Functions

 __init__ (self, _api.ToolingConstraint toolingConstraint)
None SetToAnyValue (self)
None SetToInequality (self, float value)
None SetToRange (self, float min, float max)
None SetToValue (self, float value)
Public Member Functions inherited from hyperx.api.IdNameEntity
 __init__ (self, _api.IdNameEntity idNameEntity)
Public Member Functions inherited from hyperx.api.IdEntity
 __init__ (self, _api.IdEntity idEntity)

Properties

 ConstraintMax = property
 ConstraintMin = property
 ConstraintValue = property
 ToolingSelectionType = property
 Defines which selection a given tooling constraint is currently set to.
Properties inherited from hyperx.api.IdNameEntity
 Name = property
Properties inherited from hyperx.api.IdEntity
 Id = property

Additional Inherited Members

Protected Attributes inherited from hyperx.api.IdEntity
 _Entity = idEntity

Detailed Description

Tooling constraints are a feature of Design Properties for Zones.

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.ToolingConstraint.__init__ ( self,
_api.ToolingConstraint toolingConstraint )

Member Function Documentation

◆ SetToAnyValue()

None hyperx.api.ToolingConstraint.SetToAnyValue ( self)

◆ SetToInequality()

None hyperx.api.ToolingConstraint.SetToInequality ( self,
float value )

◆ SetToRange()

None hyperx.api.ToolingConstraint.SetToRange ( self,
float min,
float max )

◆ SetToValue()

None hyperx.api.ToolingConstraint.SetToValue ( self,
float value )

Property Documentation

◆ ConstraintMax

hyperx.api.ToolingConstraint.ConstraintMax = property
static

◆ ConstraintMin

hyperx.api.ToolingConstraint.ConstraintMin = property
static

◆ ConstraintValue

hyperx.api.ToolingConstraint.ConstraintValue = property
static

◆ ToolingSelectionType

hyperx.api.ToolingConstraint.ToolingSelectionType = property
static

Defines which selection a given tooling constraint is currently set to.


The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py