IStructuralWallPanel Interface

Represents a panel in IStructuralWall

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IStructuralWallPanel : ISubEntity, 
	IHaveId, IHaveIndex, ICanProvideBimData

The IStructuralWallPanel type exposes the following members.

Properties
  NameDescription
Public propertyBackSurfacePlane
Gets a plane representing the back surface of the panel
Public propertyBottomSegment
Gets a segment representing bottom edge of the panel
Public propertyCheckResults
Gets the results of the check/design of the panel
Public propertyEntityId
Gets the entity id
(Inherited from ISubEntity.)
Public propertyEntityIndex
Gets the entity index
(Inherited from ISubEntity.)
Public propertyEntityType
Gets the EntityType
(Inherited from ISubEntity.)
Public propertyFrontSurfacePlane
Gets a plane representing the front surface of the panel
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyTopSegment
Gets a segment representing top edge of the panel
Public propertyType
Gets the SubEntityType
(Inherited from ISubEntity.)
Public propertyWallPanelData
Gets additional wall panel data
Top
Methods
  NameDescription
Public methodGetBimDataAsync
Returns the IBimData associated with this object
(Inherited from ICanProvideBimData.)
Public methodGetOpeningsAsync
Returns a collection of IWallOpening instances affecting this panel
Top
See Also