![]() | SlabItemParamsSearchForSlab Method (IEnumerableInt32, ISlabItemAttributeSet) |
Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public static SlabItemParams SearchForSlab( 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: SlabItemParamsA new SlabItemParams instance defined to search for an compatible slab

A new slab will be created if no compatible is found in a plane given by the construction points

Can't be used for creating slab item overhangs

Minimum number of construction points is 3
