AutomatedConstraintColAddDisplacementConstraint Method

Add an Automated Constraint of type Displacement.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public DisplacementAutomatedConstraint AddDisplacementConstraint(
	List<string> designLoads,
	int gridId,
	double limit,
	string name = null
)

Parameters

designLoads  ListString
gridId  Int32
limit  Double
name  String  (Optional)

Return Value

DisplacementAutomatedConstraint

See Also