Point cloud dimension

Point cloud dimension

Anonymous
Not applicable
478 Views
1 Reply
Message 1 of 2

Point cloud dimension

Anonymous
Not applicable

Hello!

I have a point cloud linked into Revit, and I want to measure dimension between point cloud and model object.

Is there any solutions how to solve this problem?

0 Likes
479 Views
1 Reply
Reply (1)
Message 2 of 2

jeremytammik
Autodesk
Autodesk

The IPointCloudAccess class provides a GetUnitsToFeetConversionFactor for point clouds:

 

http://www.revitapidocs.com/2018.1/f300cafd-1380-8358-1abb-99373506eb02.htm

 

Its use is discussed by The Building Coder:

 

http://thebuildingcoder.typepad.com/blog/2012/01/point-cloud-unit-conversion.html

 

Cheers,

 

Jeremy

 

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes