Method SearchForSlab
SearchForSlab(IEnumerable<IConstructionPoint?>?, ISlabItemAttributeSet?)
Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points
Declaration
public static SlabItemParams SearchForSlab(IEnumerable<IConstructionPoint?>? points, ISlabItemAttributeSet? attributeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IConstructionPoint> | points | The sequence of IConstructionPoint |
| ISlabItemAttributeSet | attributeSet |
Returns
| Type | Description |
|---|---|
| SlabItemParams | A new SlabItemParams instance defined to search for an compatible slab |
Remarks
A new slab will be created if no compatible slab is found in a plane given by the construction points
SearchForSlab(IEnumerable<int>?, ISlabItemAttributeSet?)
Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points
Declaration
public static SlabItemParams SearchForSlab(IEnumerable<int>? pointIndices, ISlabItemAttributeSet? attributeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | pointIndices | The sequence of construction point indices |
| ISlabItemAttributeSet | attributeSet |
Returns
| Type | Description |
|---|---|
| SlabItemParams | A new SlabItemParams instance defined to search for an compatible slab |
Remarks
A new slab will be created if no compatible is found in a plane given by the construction points