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
Syntax
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: SlabItemParams
A new SlabItemParams instance defined to search for an compatible slab
Remarks
A new slab will be created if no compatible slab is found in a plane given by the construction points
Remarks
Can't be used for creating slab item overhangs
Remarks
Minimum number of construction points is 3
See Also