<Code Lib>
2023 Method
Changes 0
M

CompoundStructure.CreateSingleLayerCompoundStructure(MaterialFunctionAssignment, Double, ElementId)

Description:
Creates a CompoundStructure containing a single layer.
Remarks:
It is not verified that materialId corresponds to a valid Material element.
Overloads (2):
CreateSingleLayerCompoundStructure(MaterialFunctionAssignment,Double,ElementId)

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

Return Value CompoundStructure The newly created compound structure.

Loading…