HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.StaticAutomatedConstraint Class Reference
Inheritance diagram for hyperx.api.StaticAutomatedConstraint:
hyperx.api.AutomatedConstraint hyperx.api.IdNameEntityRenameable hyperx.api.IdNameEntity hyperx.api.IdEntity hyperx.api.DisplacementAutomatedConstraint hyperx.api.RotationAutomatedConstraint

Public Member Functions

 __init__ (self, _api.StaticAutomatedConstraint staticAutomatedConstraint)
Public Member Functions inherited from hyperx.api.AutomatedConstraint
 __init__ (self, _api.AutomatedConstraint automatedConstraint)
None AddDesignLoadCases (self, tuple[str] designLoadCases)
 Add a list of Design Loads to the Automated Constraint by name.
None RemoveDesignLoadCases (self, tuple[str] designLoadCases)
 Remove a list of Design Loads from the AutomatedConstraint by name.
Public Member Functions inherited from hyperx.api.IdNameEntityRenameable
 __init__ (self, _api.IdNameEntityRenameable idNameEntityRenameable)
None Rename (self, str name)
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

 GridId = property
 Associated grid for a Static Automated Constraint.
 HasVector = property
 Indicates whether a Static Automated Constraint has a vector.
 Orientation = property
 Orientation for a Static Automated Constraint.
 VirtualDesignLoad = property
 Virtual Design Load for a Static Automated Constraint.
 X = property
 X value of the vector of a Static Automated Constraint.
 Y = property
 Y value of the vector of a Static Automated Constraint.
 Z = property
 Z value of the vector of a Static Automated Constraint.
Properties inherited from hyperx.api.AutomatedConstraint
 ConstraintType = property
 StiffnessCriteriaType of the Automated Constraint>.
 DesignLoadCases = property
 The assigned Design Loads of the Automated Constraint.
 Set = property
 The Set of the Automated Constraint.
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

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.StaticAutomatedConstraint.__init__ ( self,
_api.StaticAutomatedConstraint staticAutomatedConstraint )

Property Documentation

◆ GridId

hyperx.api.StaticAutomatedConstraint.GridId = property
static

Associated grid for a Static Automated Constraint.

◆ HasVector

hyperx.api.StaticAutomatedConstraint.HasVector = property
static

Indicates whether a Static Automated Constraint has a vector.

Dependent on Orientation.

◆ Orientation

hyperx.api.StaticAutomatedConstraint.Orientation = property
static

Orientation for a Static Automated Constraint.

◆ VirtualDesignLoad

hyperx.api.StaticAutomatedConstraint.VirtualDesignLoad = property
static

Virtual Design Load for a Static Automated Constraint.

◆ X

hyperx.api.StaticAutomatedConstraint.X = property
static

X value of the vector of a Static Automated Constraint.

◆ Y

hyperx.api.StaticAutomatedConstraint.Y = property
static

Y value of the vector of a Static Automated Constraint.

◆ Z

hyperx.api.StaticAutomatedConstraint.Z = property
static

Z value of the vector of a Static Automated Constraint.


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