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 |
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 |
Returns
| Type | Description |
|---|---|
| RoofParams | The newly created instance of RoofParams class |