IConstructionPoint Interface

Represents a single construction point

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

The IConstructionPoint type exposes the following members.

Properties
  NameDescription
Public propertyCoordinates
Gets the coordinates of the construction point
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyGroupIndex
Gets the index of a IConstructionPointGroup this point is based in
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 propertyPlaneInfo
Gets the information about the point's construction plane
Public propertyPointType
Gets the type of the construction point
Public propertySolverNodeIndex
Get the index of a INode this point is related to
Top
See Also