Interface IConstructionPlane
Represents a construction plane
Inherited Members
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 |