DisplacementManualConstraintRemoveNodes Method

Remove a list of Nodes from the Displacement Manual Constraint.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void RemoveNodes(
	List<int> ids
)

Parameters

ids  ListInt32

Exceptions

InvalidOperationExceptionThrows if the execution of the method will remove all Nodes.

See Also