IConstructionPointGroup Interface

Represents a group of construction points

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

The IConstructionPointGroup type exposes the following members.

Properties
  NameDescription
Public propertyCoordinates
Gets the computed group coordinates
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 propertyPointIndices
Gets the collection of IConstructionPoint indices in this group
Public propertyShortDescription
Gets the short description of the point group
Public propertySize
Gets the geometric size of this point group (in [mm])
Public propertySolverNodeIndex
Get the index of a INode this group is related to
Top
See Also