Method Create

Create(IEnumerable<int>?, IRoofAttributeSet?)

Creates a new instance of RoofParams class

Declaration
public static RoofParams Create(IEnumerable<int>? pointIndices, IRoofAttributeSet? attributeSet)
Parameters
Type Name Description
IEnumerable<int> pointIndices

The sequence of construction point indices

IRoofAttributeSet attributeSet

The IRoofAttributeSet

Returns
Type Description
RoofParams

The newly created instance of RoofParams class

Create(IEnumerable<IConstructionPoint?>?, IRoofAttributeSet?)

Creates a new instance of RoofParams class

Declaration
public static RoofParams Create(IEnumerable<IConstructionPoint?>? points, IRoofAttributeSet? attributeSet)
Parameters
Type Name Description
IEnumerable<IConstructionPoint> points

The sequence of IConstructionPoint

IRoofAttributeSet attributeSet

The IRoofAttributeSet

Returns
Type Description
RoofParams

The newly created instance of RoofParams 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