ProjectReturnToUnusedFem Method

Return zones to unused FEM or delete non-FEA zones.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void ReturnToUnusedFem(
	List<int> zoneNumbers = null,
	HashSet<int> jointIds = null
)

Parameters

zoneNumbers  ListInt32  (Optional)
jointIds  HashSetInt32  (Optional)

Exceptions

InvalidOperationExceptionThrows if run sets exist in this project.

See Also