<Code Lib>
2026 Method
Changes 0
M

CompoundStructure.CreateSimpleCompoundStructure

Description:
Creates a non-vertically compound structure comprised of parallel layers.
Remarks:
All layers are in the core, i.e. there are no shell layers created.

public static CompoundStructure CreateSimpleCompoundStructure(
	IList<CompoundStructureLayer> layers
)

  • layers
    An array which describes the parallel layers of this compound structure.
Return Value CompoundStructure A newly created compound structure.

Loading…