IReinforcementMesh Interface

Represents a reinforcement mesh

Namespace:  TSD.API.Remoting.Reinforcement
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IReinforcementMesh : IReinforcement

The IReinforcementMesh type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the total area of the mesh (in [mm²])
Public propertyDistanceToFirstLongitudinalBar
Gets the distance to the first longitudinal bar along the line from start position 1 to start position 2 (in [mm])
Public propertyFlyingEnd
Gets the length of the "flying end" of the mesh at both ends (in [mm])
Public propertyGeometry
Gets the geometry of the reinforcement object
(Inherited from IReinforcement.)
Public propertyHeight
Gets the height of the mesh (in [mm])
Public propertyId
Gets the unique ID of the mesh
Public propertyMark
Gets the object mark (an arbitrary number used in drawings)
(Inherited from IReinforcement.)
Public propertySize
Gets the size of the reinforcement mesh used
Public propertyStartPosition1
Gets the first point of the start line of the mesh
Public propertyStartPosition2
Gets the second point of start line of the mesh
Public propertyStartSpanIndex
Gets the index of the span in the parent object the reinforcement starts in
(Inherited from IReinforcement.)
Top
See Also