IsotropicColCopy Method

Copy an Isotropic material.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public Isotropic Copy(
	string isoToCopyName,
	string newMaterialName = null,
	int? femId = null
)

Parameters

isoToCopyName  String
newMaterialName  String  (Optional)
femId  NullableInt32  (Optional)
Defaults to 0 when there is no linked FEM.

Return Value

Isotropic
The new copied Isotropic.

Exceptions

ArgumentExceptionThrows on nonexistent Isotropic material to copy or duplicate femId.

See Also