HoneycombColCopy Method

Copy a Honeycomb.

Definition

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

Parameters

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

Return Value

Honeycomb
The new copied Honeycomb.

Exceptions

ArgumentExceptionThrows on nonexistent Honeycomb material to copy or duplicate femId.

See Also