C# 클래스 Revit.SDK.Samples.CS.PointCloudEngine.AddInstanceCommandBase

Base class for ExternalCommands used to add point cloud instances programmatically.
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
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