![]() | SlabItemParamsSearchForSlab Method (IEnumerableIConstructionPoint, 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<IConstructionPoint> points, ISlabItemAttributeSet attributeSet )
Parameters
- points
- Type: System.Collections.GenericIEnumerableIConstructionPoint
The sequence of IConstructionPoint - 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 slab 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
