SlabItemParamsAddToSlab Method (IEnumerableInt32, ISlabItemAttributeSet, Int32)

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<int> pointIndices,
	ISlabItemAttributeSet attributeSet,
	int slabIndex
)

Parameters

pointIndices
Type: System.Collections.GenericIEnumerableInt32
The sequence of construction point indices
attributeSet
Type: TSD.API.Remoting.Structure.CreateISlabItemAttributeSet
The ISlabItemAttributeSet
slabIndex
Type: SystemInt32
The index of an existing slab

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