ISloped |
Represents a sloped construction plane
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The ISlopedConstructionPlane type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefinitionConstructionPointIndices | Gets indices of the three definition construction points | |
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) | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
Name |
Gets the name
(Inherited from IHaveName) | |
Plane |
Gets the base plane of this construction plane
(Inherited from IConstructionPlane) | |
SlabThickness | Gets the thickness of slabs (in [mm]) | |
Slope | Gets the angle of the slope from horizontal plane (in [rad]) | |
Type | Gets the type of the plane |
Methods
Name | Description | |
---|---|---|
GetConstructionHelpersAsync |
Returns a collection of IConstructionHelper instances
(Inherited from IConstructionPlane) |
Remarks
Similar to levels - IHorizontalConstructionPlane - but sloped
See Also