AutomatedConstraintAddDesignLoadCases Method

Add a list of Design Loads to the Automated Constraint by name.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void AddDesignLoadCases(
	List<string> designLoadCases
)

Parameters

designLoadCases  ListString

Exceptions

InvalidOperationExceptionThrows if a Design Load is not valid for the StiffnessCriteriaType.

See Also