SlabItemParamsForceNewSlab Method (IEnumerableInt32, ISlabItemAttributeSet)

Returns a new SlabItemParams instance defined to force creating new slab

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public static SlabItemParams ForceNewSlab(
	IEnumerable<int> pointIndices,
	ISlabItemAttributeSet attributeSet
)

Parameters

pointIndices
Type: System.Collections.GenericIEnumerableInt32
The sequence of construction point indices
attributeSet
Type: TSD.API.Remoting.Structure.CreateISlabItemAttributeSet
The ISlabItemAttributeSet

Return Value

Type: SlabItemParams
A new SlabItemParams instance defined to force creating new slab
Remarks
Can't be used for creating slab item overhangs
Remarks
Minimum number of construction points is 3
See Also