C# Class Revit.SDK.Samples.CS.PointCloudEngine.AddInstanceCommandBase

Base class for ExternalCommands used to add point cloud instances programmatically.
Datei anzeigen Open project: AMEE/revit

Public Methods

Method Description
AddInstance ( Document doc, String engineType, String identifier, Transform trf ) : void

Adds a point cloud instance programmatically.

Method Details

AddInstance() public method

Adds a point cloud instance programmatically.
public AddInstance ( Document doc, String engineType, String identifier, Transform trf ) : void
doc Document The document.
engineType String The engine identifier string.
identifier String The identifier for the particular point cloud.
trf Transform The transform to apply to the new point cloud instance.
return void