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

The IStructuralWallAttributeSet

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

The IStructuralWallAttributeSet

Returns
Type Description
StructuralWallParams

The newly created instance of StructuralWallParams class

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next