CompoundStructure.CreateSimpleCompoundStructure
Method
Description:
Creates a non-vertically compound structure comprised of parallel layers.
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.
All layers are in the core, i.e. there are no shell layers created.
Syntax
public static CompoundStructure CreateSimpleCompoundStructure(
IList<CompoundStructureLayer> layers
)
Parameters
Parameter | Type | Description |
---|---|---|
layers | IList | An array which describes the parallel layers of this compound structure. |
Return Value
Type | Description |
---|---|
CompoundStructure | A newly created compound structure. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | One or more layers is not valid. |
ArgumentNullException | A non-optional argument was null |