An interface that controls the behavior of the link from Revit to a custom Point Cloud Engine.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public interface IPointCloudEngine
The IPointCloudEngine type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreatePointCloudAccess | Implement this method to construct the IPointCloudAccess interface for the point cloud designated by the identifier. This method is called once during the creation of a PointCloudType. |
![]() | Free | Revit will call this method when done using the engine. |