Revit :: Insert Point Cloud At Correct Coordinates?
Sep 27, 2012
I have spent the last couple of hours researching posts back to 2008 regarding inserting inserting a point cloud into Revit at the correct coordinates. I have two files (DXF and PCG) that are in the same coordinate system. They overlay exactly in AutoCAD. Why I see posts back to 2008 with no resolutions on this same topic? Also explain to me why a file indexed in AutoCAD 2013 is not compatable with Revit 2013.
View 1 Replies
ADVERTISEMENT
Dec 6, 2011
My application inserts 4 DBText lines and 2 PolyLines into a drawing from another drawing(or Source Database). I created a special layer ("warning") into which these entities are inserted. Then I combined these entities into a group so the user can move it out of the way while they are working.
When the title block data is refreshed, I want to redraw my 4 lines of text and 2 lines at the location last set by the user. I have successfully implemented redrawing the object at the X and Y coordinates last placed by the user by using ent.TransformBy(Matrix3d.Displacement(acVec3d) on each entity at the source and then doing a DBSource.WblockCloneOjbects to put them in the destination drawing at the correct position.
However, if the user rotates the group, I need to make the rotation also. This is where I'm having problems. What is the best way to grab the rotation value(s?) from the existing, user placed group, and then redraw onto the drawing at that rotated value? Is there an easier implementation that the way I am doing it?
View 1 Replies
View Related
Mar 27, 2012
I use POINTCLOUDINDEX to convert .las file to .pcg file, then I use POINTCLOUDATTACH to add .pcg file to model space.
How can I get the 3d coordinates of points in .pcs files?
I use ObjectARX in .net.
I can't find any Entity types related to pointcloud, should I find in other namespace?
View 2 Replies
View Related
Jul 26, 2011
When i import a pointcloud into revit the scale is not right. Is there a way to fix this
View 1 Replies
View Related
Apr 9, 2012
how can I get a .dwg file of point cloud, to work on the Revit?
View 1 Replies
View Related
Mar 8, 2013
Is this possible? I don't want RBG color values or intensities I just want to change the default pointcloud color from black to something else.
I want to invert my background color and save my eyes but when I do I lose the visibility of the point clouds which are also black...
View 2 Replies
View Related
Jul 14, 2013
In revit 2013 I have used the point cloud (exported from Faro Scene and imported in revit 2013) without any problems. This time (another project) I have deleted some points with Recap of the cloud after edit with faro scene. Now I have imported the *.rcs files into revit 2014 and I have some serious problems..With diffenernt zoom levels some areas of the point cloud disappear. On the picture is only one pointcloud visible. If I click on it, it dont look like one, but it is really only one. And the disappearing areas are rectangles. The same problem is on floor plans. URL...
View 2 Replies
View Related
Mar 19, 2012
I'm trying to use a point cloud in Revit, and I can't make Snap to Point Cloud work.
The "Snap to Point Cloud" box in Manage/Snaps is checked, but there is no snap available when I eg. try to insert a wall in plan view.
I use Revit Architecture 2012, Build 20110916_2132(x64) Update Release 2 with Point Cloud Hotfix installed. The point cloud is indexed in Revit from a .pts file.
View 1 Replies
View Related
Jun 6, 2012
When we use Point Cloud Feature Extraction for Autodesk® Revit® 2012 in our machine in a central file with the pcg file then there is a Run time error shown in revit. But if we work in a single file then the problem does not occur. How we ovecome this situation?
View 1 Replies
View Related
May 18, 2011
We are trying to import Point Cloud files having extension .fls into Revit 2012 but are unable to do so. We have attached the screen shots of the messages that we are getting while importing. We have the trial version of Revit Architecture 2012 and need to import the files so that we can convert them to rvt files...
View 9 Replies
View Related
Oct 31, 2012
I will start using imported .pcg files for point clouds and I found an extension that AutoDesk has (point cloud feature extraction for Revit) but it is no longer available. I was wondering if there was anyway that I could get it so I can use it. Point clouds are difficult to work with right now in Revit and it looks like this extension will work.
View 1 Replies
View Related
Sep 26, 2012
trying to insert point instead of block.
(setq blok (entget (car (entsel))))
(setq point (cdr (assoc 10 blok)))
(setq XX (rtos (car point) 2 20)) ;; x koordinata bloka
(setq YY (rtos (cadr point) 2 20)) ;; y koordinata bloka
(setq ZZ (rtos (caddr point) 2 20)) ;; z koordinata bloka
(command "point" xx,yy,zz) is not working
!xx="5582453.414999999" but when i (atoi xx) i get 5582453 no dedimals...
how to create valid insertation point from xx, yy and zz?
View 6 Replies
View Related
Jun 18, 2012
i am trying to translate a Point coordinates from Paperspce to world coordinates in model space.The code i used in Land2006 worked OK but now in Civil3d 2012 it doesn't!
Private Sub GetPlais_Click()
Dim tmpnt1 As Variant, tmpnt2 As Variant, tmpPnt1 As Variant
Dim lole(0 To 2) As Double, upri(0 To 2) As Double
Dim returnobj As AcadObject
FrmGrid3.Hide
On Error GoTo Eline
ThisDrawing.Utility.GetEntity returnobj, tmpPnt1, "ÅðÝëåîå ôï ViewPort ðïõ èá äçìéïõñãçèåß ï êÜíáâïò!"
If TypeOf returnobj Is IAcadPViewport Then
[code]........
View 1 Replies
View Related
May 30, 2012
how to match up certain points. I have imported 2 point clouds and have tried to use the 'align' tool to specify three points from the source object (cloud) and three points from the destination object (cloud). When doing this, it does not properly align them. The point cloud makes it difficult to select the exact point I would like to align, since there may not be a point at that exact location, but close to it. Does AutoCAD require the points in alignment to match up perfectly or is it capable of doing a best fit?
Also, is AutoCAD capable of creating a solid 3D piece from the point cloud? I would like to take all of my points and make a smooth object.
View 3 Replies
View Related
Aug 15, 2012
The coordinates that we can apply in Revit (project/shared) aren't exactly the same to have real world projection coordinates (WGS84)??
If not how can we convert the revit shared coordinates to real world projection coordinates?
View 1 Replies
View Related
Feb 6, 2013
First time importing into 2012-have csv file that I imported. Coordinates land in right spot. Local system-No transformations/State Plane zones attached. When I look at them with tracking everything is okay. When I export the points they are the same I imported.
When I list the points they are way off?
View 2 Replies
View Related
Mar 29, 2010
AutoCAD 2011. C#
How to access the point positions within a Point Cloud using C#? Or is this function not provided in the managed class?
View 2 Replies
View Related
Apr 2, 2013
I write a program, this program needs to insert some standard illustrations. I made these standard illustrations into different blocks. And I store these blocks in a dwg file. Everytime I need to insert some illustrations, I just click the mouse on the current drawing, I want the illustration inserted. These means the following points:
(1) Import the blocks to the current drawing, if the blocks have already been imported, then do nothing.
(2) Specify the insert point by clicking the mouse, and I want the block's insert point to coincide with the mouse clicking point.
View 1 Replies
View Related
Apr 6, 2012
how to access the positions of every points in pointcloud(.pcg files)?
Isn't it available in ObjectARX.NET 2012?or should I write my own warpper for .NET?
View 5 Replies
View Related
Apr 29, 2013
I'm inserting blocks into my drawing and the block has a basepoint and a 0,0,0 point. The CAD guy who usually works with me is off today but he has a keyboard method of switching between the 2 points when inserting the block.
Its a fairly straight forward thing on his keyboard, nothing he has set up but standard in autocad.
I've had a try hitting a few keyboard buttons this morning but can't seem to do it.
View 1 Replies
View Related
Apr 3, 2013
I want to add a point after the last point of a polyline. But this point really is the first point and the command insert vertex really insert a new point.So, a solution , reverse the polyline to insert points after the last vertex.
Nobody thought ever to offer a insert_first and add_last commands ?
View 9 Replies
View Related
Oct 2, 2013
I have installed SP3 for Max Design. I checked the about box and it says its SP3..The help file says you will find the point cloud command under the Create > Geometry panel. But I see nothing.
How do you get a point cloud in? Have I missed something. I can't open it directly. I can import it, I can reference it and the menu option is missing.
View 3 Replies
View Related
Dec 24, 2013
Loading point clouds.When you load the rcs file..I mean, you don't get a message saying it's loading. You don't get a twirling, wait for it, icon.
So then you start zooming in and out. Panning around. Clicking zoom extents.Sometimes you eventually see the point cloud appear. Sometimes you don't. I think I don't when I zoom and pan around too soon.
But I don't know when it's too soon because......NOTHING HAPPENS when you load the file.
View 2 Replies
View Related
Aug 21, 2012
I have an excel spreadsheet with a lot of coordinates. I know how to insert a large amount of coordinates as an block in my dwg. But what I want is to connect my Excel to my dwg, so if I change my Excel automatically the blocks in my dwg change.
View 3 Replies
View Related
Mar 8, 2011
I can get my stylised map from Promap into Map3d 2011, and I have tried importing the point cloud data which I have as a esri ascii grid file, it is basically 3 columns of numbers:- for north, east and height.
Unfortunately when I choose to format as nez (when importing) it turns the whole lot round by 90degrees ...
I have tried importing it as enz but no joy, and also in niether case will it align with my map (have tried using coords and not using coords).
View 5 Replies
View Related
Jan 3, 2012
I am trying to trace part of my point cloud, which has been aligned according to a new UCS I set. Drawing on the top down view, a poly line works fine out in the black ether or the model space, however when I attempt to trace over the point cloud it shoots way off in the distance.
My node snapping is turned off of course, but this only happens when I click over a part of the point cloud, as if it was snapping to the cloud and getting confused.
When I turn snapping off completely I can click anywhere I want and I'm fine. This suggests to me that it is a snapping issue, although I was under the assumption that "Node" was the only snap setting that related to point clouds.
View 0 Replies
View Related
Apr 20, 2012
AutoCAD 2013 point clouds can have a 3D bounding box displayed, and you can grab the grips to edit the box, x, y and z. It's a nice feature.
Using vb.net, will I be able to programmatically move those bounding box points?
View 1 Replies
View Related
Oct 17, 2013
I am new to 3DS Max Design 2014.
I am using a dual Xeon machine with 32 GB Ram and a Nvidia Quadro 4000.
I have a 100 point RCP (point cloud) file loaded into my scene. I have successfully set up a camera and a target path (spline) for it to follow through the scene, but when I go to render the production it takes FOREVER to process. For example, it took it 1 hour to process 2 of 700 frames. That's way too long.
I am trying to save $5000 by using Max instead of buying Pointools (which I have used and it does render these cloud animations much faster). I am just not too sure about the gazillion settings, what thye mean, and if they are applicable to point cloud production rendering.
View 9 Replies
View Related
Apr 20, 2012
Create an emission and a surface for collision, create 'Spawn on Collision'. So far it works.
Create a second pointcloud with animated ICEtree and enter the pointclouds name in the 'Spawn on Collision' node. The network turns red.
Not only that, the damage can not be undone by reentering 'self' in the 'Spawn on Collision' node. After this, if one unplugs the Bounce off Surface node for example, and tries to plug it back in one gets a Context Mismatch warning.
Is this a bug?Also tried it with 2012.5 Same thing.
View 2 Replies
View Related
Jan 31, 2012
I was wondering if there was a way to set a point in autocad LT 08 using coordinates.
View 5 Replies
View Related
Feb 14, 2012
In autocad 8, how could I get the XYZ coordinates of a point, on the drawing. With ID or list command it is possible to get the coordinates of a point, but they would not appear on the drawing the way dimensions do.
View 9 Replies
View Related