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

Base class for ExternalCommands used to add point cloud instances programmatically.
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
AddInstance ( Document doc, String engineType, String identifier, Transform trf ) : void

Adds a point cloud instance programmatically.

Method Details

AddInstance() public méthode

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.
Résultat void