- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I am working on a civil project where I had to stake out and then survey the installation of buried 12-inch HDPE pipes in the field.
The 3DPolyline I have represents the top of the pipe (the crown).
What I want to do is generate a 3D solid (pipe) based on this 3DPolyline, where:
- The top of the solid aligns with the 3Dpolyline.
- The pipe diameter is a user input, for example: 0.315 meters.
- The solid is modeled downward from the crown to the bottom of the pipe.
I tried using AutoLISP routines with vla-AddCylinder, sweep, loft, and even extruding regions along a path. However, all of these assume that the path is the centerline of the pipe, which is not my case.
Questions:
- Has anyone faced a similar modeling situation (surveyed pipe from top line)?
- Is there a reliable way to create a solid 3D pipe based on a polyline that is not the centerline?
- Can this be done in AutoLISP? Or should I use .NET or another method?
Any suggestions or sample code would be greatly appreciated.
Thanks in advance for your time and insights.
Vista levantamiento
It is required to generate this solid model starting from the crown down.
Solved! Go to Solution.