Interface IStructuralWall

Represents a structural wall

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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next