ISupport Interface |
Represents a support
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The ISupport type exposes the following members.
Properties
Name | Description | |
---|---|---|
Azimuth | Gets the direction of the inclination. Angle is from the Y axis (in [rad]) | |
ConstructionPointIndex | Gets the construction point index | |
Coordinates | Gets the coordinates of the support | |
Data | Gets additional support data | |
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) | |
Inclination | Gets the support inclination (in [rad]) | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
Name |
Gets the name
(Inherited from IHaveName) | |
Rotation | Gets the rotation angle around the support's own axis (in [rad]) |
Methods
Name | Description | |
---|---|---|
GetUserDefinedAttributesAsync |
Returns a collection of IUserDefinedAttribute instances
(Inherited from IHaveUserDefinedAttributes) | |
SetUserDefinedAttributeAsync |
Sets an user defined text attribute
(Inherited from IHaveUserDefinedAttributes) | |
SetUserDefinedAttributesAsync |
Sets user defined attributes
(Inherited from IHaveUserDefinedAttributes) | |
SetUserDefinedEmbeddedFileAttributeAsync |
Sets an user defined embedded file attribute
(Inherited from IHaveUserDefinedAttributes) |
See Also