SlabItemParams Class

Represents parameters required to create a slab item
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.CommonEntityParams
    TSD.API.Remoting.Structure.CreateSlabItemParams

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class SlabItemParams : EntityParams

The SlabItemParams type exposes the following members.

Properties
  NameDescription
Public propertyAttributeSet
Public propertyEntityType (Inherited from EntityParams.)
Public propertyIsNewSlabForced
Gets value indicating whether new slab is forced
Public propertyIsSlabSearchedFor
Gets value indicating whether the slab to add the slab items in will be searched for in a plane given by the construction points
Public propertyPointIndices
Gets the indices of construction points defining the slab item geometry
Public propertySlabIndex
Gets the index of an existing slab to add the slab items in
Top
Methods
  NameDescription
Public methodStatic memberAddToSlab(IEnumerableInt32, ISlabItemAttributeSet, Int32)
Returns a new SlabItemParams instance defined to add the slab items in the given existing slab
Public methodStatic memberAddToSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet, Int32)
Returns a new SlabItemParams instance defined to add the slab items in the given existing slab
Public methodStatic memberAddToSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet, ISlab)
Returns a new SlabItemParams instance defined to add the slab items in the given existing slab
Public methodStatic memberForceNewSlab(IEnumerableInt32, ISlabItemAttributeSet)
Returns a new SlabItemParams instance defined to force creating new slab
Public methodStatic memberForceNewSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet)
Returns a new SlabItemParams instance defined to force creating new slab
Public methodStatic memberSearchForSlab(IEnumerableInt32, ISlabItemAttributeSet)
Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points
Public methodStatic memberSearchForSlab(IEnumerableIConstructionPoint, ISlabItemAttributeSet)
Returns a new SlabItemParams instance defined to search for an compatible slab in a plane defined by the given construction points
Top
See Also