Interface IConstructionPlane

Represents a construction plane

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IConstructionPlane : IEntity, IHaveId, IHaveIndex, IHaveName, IHaveUserName
Remarks

Construction plane represents a level, a frame or a sloped plane. It is mainly used for better orientation in the 3D space.

Properties

Name Description
Plane

Gets the base plane of this construction plane

Methods

Name Description
GetConstructionHelpersAsync(IEnumerable<int>?, CancellationToken)

Returns a collection of IConstructionHelper instances

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next