Method Create
Create(IEnumerable<int>?, IStructuralWallAttributeSet?)
Creates a new instance of StructuralWallParams class
Declaration
public static StructuralWallParams Create(IEnumerable<int>? pointIndices, IStructuralWallAttributeSet? attributeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | pointIndices | The sequence of construction point indices |
| IStructuralWallAttributeSet | attributeSet |
Returns
| Type | Description |
|---|---|
| StructuralWallParams | The newly created instance of StructuralWallParams class |
Create(IEnumerable<IConstructionPoint?>?, IStructuralWallAttributeSet?)
Creates a new instance of StructuralWallParams class
Declaration
public static StructuralWallParams Create(IEnumerable<IConstructionPoint?>? points, IStructuralWallAttributeSet? attributeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IConstructionPoint> | points | The sequence of IConstructionPoint |
| IStructuralWallAttributeSet | attributeSet |
Returns
| Type | Description |
|---|---|
| StructuralWallParams | The newly created instance of StructuralWallParams class |