C# (CSharp) Revit.SDK.Samples.CS.PointCloudEngine Namespace

Classes

Name Description
AddInstanceCommandBase Base class for ExternalCommands used to add point cloud instances programmatically.
AddPredefinedInstanceCommand
AddRandomizedInstanceCommand
AddTransformedInstanceCommand
BasicPointCloudEngine An implementation of IPointCloudEngine used by all the custom engines in this sample.
FileBasedPointCloud An implementation for a file-based point cloud.
PointCloudAccessBase The base class for all IPointCloudAccess implementations in this sample.
PointCloudAccessBase.PointCloudAccessBaseIterator The implementation for an IPointSetIterator for a file-based or predefined point cloud.
PointCloudCellStorage This class is used to calculate and store points for a given cell.
PointCloudTestApplication
PredefinedPointCloud An implementation for a non file-based point cloud. In this implementaiton, the location of the cells, including their colors and options, are hardcoded.
SerializePredefinedPointCloud
XmlUtils Utilities used by the sample to process XML entries in file-based point clouds.