Slab |
Represents parameters required to create a slab item
Inheritance Hierarchy
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The SlabItemParams type exposes the following members.
Properties
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 |
Methods
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 |
See Also