ISlabPatch Interface

Represents a slab patch

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISlabPatch : IEntity, 
	IHaveId, IHaveIndex, IPlanarEntity

The ISlabPatch type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets the angle of the patch, aligned to the panel reinforcement if appropriate (in [rad])
Public propertyAssociatedSlabItemIds
Gets the IDs of the slab items covered by this patch
Public propertyCentre
Gets the centre of the slab patch
Public propertyConstructionPlaneInfo (Inherited from IPlanarEntity.)
Public propertyCover
Gets the cover depth (in [mm])
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyHasMainMeshInDirectionX
Gets a value indicating whether the main mesh is in the X direction
Public propertyHasOuterBarsInDirectionX
Gets a value indicating whether the outer bars are in the X direction
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsCombinedWithPanelReinforcement
Gets a value indicating whether the patch reinforcement should be combined with the panel reinforcement
Public propertyReinforcementType
Gets the type of reinforcement which has been used in the patch
Public propertySizeX
Gets the size of the patch in the X direction (in [mm])
Public propertySizeY
Gets the size of the patch in the Y direction (in [mm])
Public propertySlabDepth
Gets the depth of the primary slab item associated with this patch (in [mm])
Public propertySlabIntersections
Gets the intersections of the slab patch with slab
Public propertyStripsInDirectionX
Gets the data for all strips in the X direction
Public propertyStripsInDirectionY
Gets the data for all strips in the Y direction
Public propertySurface
Gets the surface of the slab this patch relates to
Public propertyUsesPanelCover
Gets a value indicating whether the panel cover should be used
Top
See Also