IStructuralWall Interface

Represents a structural wall

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

The IStructuralWall type exposes the following members.

Properties
  NameDescription
Public propertyConstructionPlaneInfo (Inherited from IPlanarEntity.)
Public propertyConstructionPointIndices
Gets the indices of IConstructionPoints defining this element's shape
(Inherited from IAreaElement.)
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyElementPlane
Gets the element IPlane (respecting the element orientation)
(Inherited from IAreaElement.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyMeshHorizontalSize
Gets the wall mesh horizontal size (in [mm])
Public propertyMeshType
Gets the mesh type
Public propertyMeshVerticalSize
Gets the wall mesh vertical size (in [mm])
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyRotationAngle
Gets the rotation angle (in [rad])
(Inherited from IAreaElement.)
Public propertySpanCount
Gets the number of spans
Public propertyStructuralWallData
Gets additional structural wall data
Top
Methods
  NameDescription
Public methodCalculateAutomaticExtensionAsync
Calculates automatic extensions in this wall
Public methodGetReinforcementAsync
Returns the collection of reinforcement in this wall
Public methodGetSpanAsync
Returns the spans from the given indices
Top
See Also