Search the Community
Showing results for tags 'clipping'.
-
Good Afternoon, I am currently drawing elevations from a point cloud clipping which was acquired by a FARO Scanner. As I am drawing the elevation from the point cloud data, the point cloud as well as the line work which has been produced, is moving side to side and shifting out of place. See this link for video of this happening: Does anyone know why this is happening and what to do to resolve this issue? Thank you in advance for your help
- 3 replies
-
- scan
- point clouds
-
(and 3 more)
Tagged with:
-
Is there a condition statement to find out if Xclip was used?
tiffanysml posted a topic in AutoLISP, Visual LISP & DCL
Hi I have a bunch of drawings where some contain an xref that was xclipped and others did not. I want to run a command on the files that use the xclip to generate the xclip frame polyline So to the effect of: (if (**xclip is used**) (command "xclip" "all" "" "p") ) Is there a way to write a conditional statement to prove xclip is used/active in the dwg? Does using xclip leave any sort of marker on the dwg file? Thank you!