IConstructionHelper Interface

Represents a construction helper

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

The IConstructionHelper 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 propertyLineType
Gets the line type of the construction helper
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyPlaneInfo
Gets the information about the plane in the helper belongs to
Public propertySegment
Gets the 2D segment
Public propertySourceEntityInfo
Gets the information about the source entity of this helper
Public propertySourcePlaneInfo
Gets the information about the source plane of this helper
Public propertyType
Gets the type of construction helper
Top
See Also