IStructural |
Represents a panel in IStructuralWall
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IStructuralWallPanel type exposes the following members.
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 | |
EntityId |
Gets the entity id
(Inherited from ISubEntity) | |
EntityIndex |
Gets the entity index
(Inherited from ISubEntity) | |
EntityType |
Gets the EntityType (Inherited from ISubEntity) | |
FrontSurfacePlane | Gets a plane representing the front surface of the panel | |
Id |
Gets the ID
(Inherited from IHaveId) | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
TopSegment | Gets a segment representing top edge of the panel | |
Type |
Gets the SubEntityType (Inherited from ISubEntity) | |
WallPanelData | Gets additional wall panel data |
Methods
Name | Description | |
---|---|---|
GetBimDataAsync |
Returns the IBimData associated with this object
(Inherited from ICanProvideBimData) | |
GetOpeningsAsync | Returns a collection of IWallOpening instances affecting this panel |
See Also