OrthotropicColCopy Method

Copy an Orthotropic material.

Definition

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

Parameters

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

Return Value

Orthotropic
The new copied Orthotropic.

Exceptions

ArgumentExceptionThrows on nonexistent Orthotropic material to copy or duplicate femId.

See Also