ISlopedConstructionPlane Interface

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
public interface ISlopedConstructionPlane : IConstructionPlane, 
	IEntity, IHaveId, IHaveIndex, IHaveName

The ISlopedConstructionPlane type exposes the following members.

Properties
 NameDescription
Public propertyDefinitionConstructionPointIndices Gets indices of the three definition construction points
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 propertyName Gets the name
(Inherited from IHaveName)
Public propertyPlane Gets the base plane of this construction plane
(Inherited from IConstructionPlane)
Public propertySlabThickness Gets the thickness of slabs (in [mm])
Public propertySlope Gets the angle of the slope from horizontal plane (in [rad])
Public propertyType Gets the type of the plane
Top
Methods
 NameDescription
Public methodGetConstructionHelpersAsync Returns a collection of IConstructionHelper instances
(Inherited from IConstructionPlane)
Top
Remarks
Similar to levels - IHorizontalConstructionPlane - but sloped
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next