HoneycombColCreate Method

Create a Honeycomb material.

Definition

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

Parameters

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

Return Value

Honeycomb
The created Honeycomb.

Exceptions

ArgumentExceptionThrows on duplicate femId.

See Also