I’ve received a survey file from our land surveyor. It includes AECC_POINT objects and I’m looking to extract the data so that I can import the x,y,z point cloud information into SketchUp to create the site terrain for our project. I have installed the Civil 3D 2014 Object enabler for my AutoCAD Architecture 2014. I’m now able to LIST the information but only a few points come up in the command line every time I run LIST. With over 140 points this might take some time to list, copy, extract, etc.
Here is a sample of two points:
AECC_POINT Layer: “POINTS”
Space: Model space
Linetype scaling = 0.40
Handle = a01e
Text Location : (3875.36, 7787.37, 0.00)
Text Rotation :
Normal : (0.00, 0.00, 1.00)
Group Name :
Point Number : 48
Point Name :
Northing : 4775.85
Easting : 5019.43
Elevation : 5344.23 XDRef:
Raw Description : SW XDRef:
Full Description : SW
Marker Location : (3875.36, 7787.37, 0.00)
AECC_POINT Layer: “POINTS”
Space: Model space
Linetype scaling = 0.40
Handle = a01b
Text Location : (3852.68, 7800.41, 0.00)
Text Rotation :
Normal : (0.00, 0.00, 1.00)
Group Name :
Point Number : 47
Point Name :
Northing : 4776.93
Easting : 5017.54
Elevation : 5343.98 XDRef:
Raw Description : SW XDRef:
Full Description : SW
Marker Location : (3852.68, 7800.41, 0.00)
The main information I’m looking to extract are:
Point Number : 48
Northing : 4775.85
Easting : 5019.43
Elevation : 5344.23
Can anyone walk me through a good process for extracting this information from AutoCAD Arch 2014 and getting this information into SketchUp? Unfortunately all of the points in AutoCAD are flat, as you can see in the ‘z’ coordinate of Marker Location : (3852.68, 7800.41, 0.00). Luckily the AECC POINT tag has the elevation in that so hopefully I can replace this in a CSV file with the 0.00 ‘z’ coordinate.
Thanks in advance for any and all help!!
aecc point survey data.dwg (201.8 KB)