Method ForceNewSlab
ForceNewSlab(IEnumerable<IConstructionPoint?>?, ISlabItemAttributeSet?)
Returns a new SlabItemParams instance defined to force creating new slab
Declaration
public static SlabItemParams ForceNewSlab(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 force creating new slab |
Remarks
Can't be used for creating slab item overhangs
ForceNewSlab(IEnumerable<int>?, ISlabItemAttributeSet?)
Returns a new SlabItemParams instance defined to force creating new slab
Declaration
public static SlabItemParams ForceNewSlab(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 force creating new slab |
Remarks
Can't be used for creating slab item overhangs