Same issue here. I am running SU2014, and running V2.6.1 of the SketchUcation plugin store, all from a Mac. When I click on auto install, nothing happens. I am assuming its the same problem, hopefully we can fix both our problems!
Latest posts made by Torrey
-
RE: Autoinstall not working
-
RE: Site Survey to 3D mesh?
Update: Realized the problem with my method: Excel uses radians, not degrees. Changed my data to radians, and everything worked smoothly. Project complete!
I will likely be doing this again in the future, so I'd love to figure a smoother way. @Sdmitch, could you give a quick run down how I run that code? I have never messed with code in SU before. Lets get a solid set of easily followed and accessible instructions for this problem down, as I found a lot of unanswered questions of this same problem in other forums.
-
RE: Site Survey to 3D mesh?
Still feeling confused, and still looking for an answer.
Let me rephrase. I have about 59 data points in 3D polar coordinates which I took with a dumpy level, survey stick, and tape measure. I have typed these into excel.
Example:
Length(m) Height(m) Angle(degrees)
5-----------3.00 ------28
2-----------0.53 ------228Note: the raw data is not corrected for declination, all the heights are inverse (If the level reads 3m, that means the depression is 3m below the level, so it is really -3m) and the height of the tripod is not accounted for (a reading of 0m is actually 0m+ the tripod height)
The Problem: How do I get this data into SU 2014, and create a sandbox from them? SOMEONE HAS TO HAVE DONE THIS BEFORE!
My currant approach:
- correct the polar coordinates in a new excel tab (CORRECTED DATA), i.e. add my declination to all the angels, multiply all heights by -1, then add the height of my instrument.
- Using the formulas
X coord=distance x SIN(angle)
Y coord= distance x COS(angle)I converted my polar coordinates to Cartesian coordinates (X,Y,Z,) and exported these as a .csv file.
3) Using "Point Gadget" (http://extensions.sketchup.com/en/content/point-gadget) I imported these points into SU2014. SU would not let me make a sandbox from contours, so I grouped the points, deleted all the geometry but the point (the program makes each point a little colored shape), exploded them, and THEN finally made my damn sandbox.Issue: Something went funny, and my conversion from polar to cartesian was not correct. The distance is off. I was using a formula based off of 2D. We were assuming that the D we should use in this equation is the adjacent angle (what I physically measures) but maybe the D needs to be the Hypotenuse? In which case I am lost.
People in real life do surveys of this kind, then model the ground. I am begging you, oh internet, to tell me how they do it FROM START TO FINISH, not just once I have a perfect .csv file of all the data in X,Y,Z, form.
-
RE: Site Survey to 3D mesh?
@Anssi, the sandbox from contours worked great! Snapped with to the top of each of my vertical line trees:)
STILL LOOKING FOR HELP! I would still love a less painful way to create geometry for the sandbox to snap to. @Anssi mentioned how they go about this, but I am unfamiliar with the programs they used (know some autoCAD, but cannot stand the mac version) so this seems inefficient for me. How do other people do this?
-
Site Survey to 3D mesh?
The Situation: I learned to do a site survey! I have 15 data points, with distance, height, and degree (from the survey level tripod thing). This was just of a random tiny area on my campus, to practice before I actually go to my build site and get a lot more points. With this data, which is on real paper (you know, written in ink pen on tree fiber) how can I then model the site such that I can show the hills and such, and model my proposed building? Can I somehow import a point cloud (I may be using that term wrong) into Sketchup (14.0.4899) and drape a sandbox thing over them?
My Ideal End: I type up the data in a spreadsheet like interface (three columns: distance, height, deg), import this data to Sketchup, which makes a landscape model from the data, and smooths out the curves. From this, I would like to be able to put in some 3D trees, drape a road onto it, and be able to "excavate" my build site and import my building model.
What I have tried: I have done about 3 hours of research into trying to do this, with no avail. I've seen people importing stuff from CAD, working off contour lines (which is a step ahead of what I have), or using Cloud_v8.0bx.rbz (which I could not get to run, likely because I am not using 2013.
My current lame solution: from the origin, draw a line the specified length, draw a second the specified height, select both lines, use the rotate tool to the specified degree, delete the length line. I end up with a bunch of vertical lines, I'll try seeing if I can push/pull a sandbox manually to the top of each line, if not I will manually draw triangles between each point. LAME! Also, I cannot imagine doing this with 200 points
I am sure people must do this, home builders, landscape architectures namely. If anyone can tell me how, I'd love it!