PointCloudEngineRegistry Methods
| Name | Return Type | Description |
|---|---|---|
| GetSupportedEngines() | IList<String> | Returns a list of the identifiers supported by point cloud engines registered to Revit. |
| IsEngineFileBased(String) | Boolean | Identifies if a given engine is file-based. |
| RegisterPointCloudEngine(String, IPointCloudEngine, Boolean) | None | Registers a new point cloud engine and associates it to a particular file extension. |
| UnregisterPointCloudEngine(String) | None | Unregisters the point cloud engine associated to a particular identifier. |