Interface IStructuralWallPanel
Represents a panel in IStructuralWall
Inherited Members
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IStructuralWallPanel : ISubEntity, IHaveId, IHaveIndex, ICanProvideBimData
Properties
| Name | Description |
|---|---|
| BackSurfacePlane | Gets a plane representing the back surface of the panel |
| BottomSegment | Gets a segment representing bottom edge of the panel |
| CheckResults | Gets the results of the check/design of the panel |
| FrontSurfacePlane | Gets a plane representing the front surface of the panel |
| TopSegment | Gets a segment representing top edge of the panel |
| WallPanelData | Gets additional wall panel data |
Methods
| Name | Description |
|---|---|
| GetOpeningsAsync(bool, CancellationToken) | Returns a collection of IWallOpening instances affecting this panel |