DesignVariableRemoveSizingMaterials Method

Remove sizing materials assigned to this variable.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void RemoveSizingMaterials(
	IEnumerable<int> materialIds = null
)

Parameters

materialIds  IEnumerableInt32  (Optional)
If not specified, remove all materials.

See Also