C# Класс Revit.SDK.Samples.CS.PointCloudEngine.AddInstanceCommandBase

Base class for ExternalCommands used to add point cloud instances programmatically.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddInstance ( Document doc, String engineType, String identifier, Transform trf ) : void

Adds a point cloud instance programmatically.

Описание методов

AddInstance() публичный Метод

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.
Результат void