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

The ISlabItemAttributeSet

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

The ISlabItemAttributeSet

Returns
Type Description
SlabItemParams

A new SlabItemParams instance defined to force creating new slab

Remarks

Can't be used for creating slab item overhangs

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