Slab |
Represents parameters required to create a slab item
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
The SlabItemParams type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeSet | Gets the ISlabItemAttributeSet | |
| EntityType |
The EntityType (Inherited from EntityParams) | |
| IsNewSlabForced | Gets value indicating whether new slab is forced | |
| IsSlabSearchedFor | Gets value indicating whether the slab to add the slab items in will be searched for in a plane given by the construction points | |
| PointIndices | Gets the indices of construction points defining the slab item geometry | |
| SlabIndex | Gets the index of an existing slab to add the slab items in |
| Name | Description | |
|---|---|---|
| AddToSlab(IEnumerableInt32, ISlabItemAttributeSet, Int32) | Returns a new SlabItemParams instance defined to add the slab items to the given existing slab | |
| AddToSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet, Int32) | Returns a new SlabItemParams instance defined to add the slab items to the given existing slab | |
| AddToSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet, ISlab) | Returns a new SlabItemParams instance defined to add the slab items to the given existing slab | |
| ForceNewSlab(IEnumerableInt32, ISlabItemAttributeSet) | Returns a new SlabItemParams instance defined to force creating new slab | |
| ForceNewSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet) | Returns a new SlabItemParams instance defined to force creating new slab | |
| SearchForSlab(IEnumerableInt32, ISlabItemAttributeSet) | Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points | |
| SearchForSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet) | Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points |