SlabItemParamsAddToSlab Method (IEnumerableIConstructionPoint, ISlabItemAttributeSet, ISlab)

Returns a new SlabItemParams instance defined to add the slab items in the given existing 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 AddToSlab(
	IEnumerable<IConstructionPoint> points,
	ISlabItemAttributeSet attributeSet,
	ISlab slab
)

Parameters

points
Type: System.Collections.GenericIEnumerableIConstructionPoint
The sequence of IConstructionPoint
attributeSet
Type: TSD.API.Remoting.Structure.CreateISlabItemAttributeSet
The ISlabItemAttributeSet
slab
Type: TSD.API.Remoting.StructureISlab
The existing ISlab

Return Value

Type: SlabItemParams
A new SlabItemParams instance defined to add the slab items in existing slab
Remarks
Minimum number of construction points is 3 for general slab item, 2 for slab item overhang
See Also