<Code Lib>
2020 Method
Changes 0
M

CompoundStructure.CreateSingleLayerCompoundStructure(Double, MaterialFunctionAssignment, Double, ElementId)

Description:
Creates a vertically compound CompoundStructure with one layer.
Remarks:
It is not verified that materialId corresponds to a valid MaterialElem.
Overloads (2):
CreateSingleLayerCompoundStructure(Double,MaterialFunctionAssignment,Double,ElementId)

public static CompoundStructure CreateSingleLayerCompoundStructure(
	double sampleHeight,
	MaterialFunctionAssignment layerFunction,
	double width,
	ElementId materialId
)

Return Value CompoundStructure The newly created compound structure.

Loading…