AutomatedConstraintColAddFrequencyConstraint Method

Add an Automated Constraint of type Frequency.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public FrequencyAutomatedConstraint AddFrequencyConstraint(
	List<string> designLoads,
	double eigenvalue,
	string name = null
)

Parameters

designLoads  ListString
eigenvalue  Double
name  String  (Optional)

Return Value

FrequencyAutomatedConstraint

See Also