OrthotropicColCreate Method

Create 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 Create(
	string materialFamilyName,
	float thickness,
	float density,
	string newMaterialName = null,
	int? femId = null
)

Parameters

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

Return Value

Orthotropic
The created Orthotropic.

Exceptions

ArgumentExceptionThrows on duplicate femId.

See Also