IConstructionPlane Interface

Represents a construction plane

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

The IConstructionPlane type exposes the following members.

Properties
  NameDescription
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
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 propertyPlane
Gets the base plane of this construction plane
Top
Methods
  NameDescription
Public methodGetConstructionHelpersAsync
Returns a collection of IConstructionHelper instances
Top
Remarks
Construction plane represents a level, a frame or a sloped plane. It is mainly used for better orientation in the 3D space.
See Also