IConstruction |
Represents a construction plane
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The IConstructionPlane type exposes the following members.
Properties
Name | Description | |
---|---|---|
ElementGroupName |
Gets the name of the element group
(Inherited from IEntity) | |
EntityType |
Gets the type of the entity
(Inherited from IEntity) | |
Id |
Gets the ID
(Inherited from IHaveId) | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
Name |
Gets the name
(Inherited from IHaveName) | |
Plane | Gets the base plane of this construction plane |
Methods
Name | Description | |
---|---|---|
GetConstructionHelpersAsync | Returns a collection of IConstructionHelper instances |
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