ISupport Interface

Represents a support

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

The ISupport type exposes the following members.

Properties
  NameDescription
Public propertyAzimuth
Gets the direction of the inclination. Angle is from the Y axis (in [rad])
Public propertyConstructionPointIndex
Gets the construction point index
Public propertyCoordinates
Gets the coordinates of the support
Public propertyData
Gets additional support data
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 propertyInclination
Gets the support inclination (in [rad])
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyRotation
Gets the rotation angle around the support's own axis (in [rad])
Top
See Also