AutoCAD Map 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
buffering a 3d line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
I searched the archives and couldn't find a previous post similar to mine, so here it goes:
I have several hypothetical well bore lines. They are deviated wells which means the lines go straight down from the surface for a bit and then continue down at an angle. I need to buffer these lines in 3D space.
I've used the buffering topologies tool, but all it get is a buffer around the what would be the "plan" view of the well bore. Is there anyway to get the program to buffer around the actual 3D line and compute a volume?
I'm using AutoCAD Civil #D 2013.
Thanks
Solved! Go to Solution.
Re: buffering a 3d line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You could use SWEEP to make 3d object along a path. you would just have to draw the capsule shapes on the end if you needed it to extend out.
So you would draw a Circle the size of your buffer then select the path for it to follow.
Sorry if that's not what you need.
Re: buffering a 3d line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
you can sweep the bore down the center line and make the 3d cylinder
however if you need the volume and not the graphical picure could you get by with volume = pi*r^2*length as object data?
Dave
Re: buffering a 3d line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ah, thank you tjmapper and parkr4st! A new command. I've never used SWEEP before. I tried it just right now and it didn't work, but I think it is because of user error. I just have to figure it out and I should be good to go. I'll report back son.
Thanks!
Re: buffering a 3d line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
If you are looking for volume, make sure you after you start the command you type MODE -> Solid.
Can't get the Volume of a surface now can you ![]()
Re: buffering a 3d line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yup! That worked. Thanks.
