IWallOpening Interface

Represents a wall opening

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IWallOpening : IEntity, 
	IHaveId, IHaveIndex, IHaveName, IPlanarEntity

The IWallOpening type exposes the following members.

Properties
 NameDescription
Public propertyConstructionPlaneInfo Gets the EntityInfo of the IConstructionPlane
(Inherited from IPlanarEntity)
Public propertyElementGroupName Gets the name of the element group
(Inherited from IEntity)
Public propertyEntityType Gets the type of the entity
(Inherited from IEntity)
Public propertyHeight Gets the height of this wall opening
Public propertyId Gets the ID
(Inherited from IHaveId)
Public propertyIndex Gets the index
(Inherited from IHaveIndex)
Public propertyName Gets the name
(Inherited from IHaveName)
Public propertyOffset Gets the 2d offset of this wall opening
Public propertyReferenceConstructionPointIndex Gets the index of the reference construction point
Public propertyReferenceCoordinates Gets the 3d coordinates of the reference point
Public propertyReferencePlane Gets the reference plane
Public propertyWidth Gets the width of this wall opening
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next