Interface IStructuralWall
Represents a structural wall
Inherited Members
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IStructuralWall : IAreaElement, IEntity, IHaveId, IHaveIndex, IHaveName, IHaveUserName, IPlanarEntity, IHaveUserDefinedAttributes, IHaveCalculations
Properties
Name | Description |
---|---|
MeshHorizontalSize | Gets the wall mesh horizontal size (in [mm]) |
MeshType | Gets the mesh type |
MeshVerticalSize | Gets the wall mesh vertical size (in [mm]) |
SpanCount | Gets the number of spans |
StructuralWallData | Gets additional structural wall data |
Methods
Name | Description |
---|---|
CalculateAutomaticExtensionAsync(CancellationToken) | Calculates automatic extensions in this wall |
GetReinforcementAsync(CancellationToken) | Returns the collection of reinforcement in this wall |
GetSpanAsync(IEnumerable<int>?, CancellationToken) | Returns the spans from the given indices |