Author Topic: AutoCAD 3D Frame Generator  (Read 4753 times)

0 Members and 1 Guest are viewing this topic.

Draftek

  • Guest
AutoCAD 3D Frame Generator
« on: March 16, 2011, 10:11:46 AM »
I'm building something similar to Inventor's Frame Generator for AutoCAD using an approach similar to skeletal modeling using a 3d line frame associated with closed polyline extrusions - single or assembly.

Just wondering if this would be some generic use for this?

JCTER

  • Guest
Re: AutoCAD 3D Frame Generator
« Reply #1 on: April 07, 2011, 11:30:39 AM »
I missed this post apparently.

That's pretty cool that you're undertaking such a project.

Applications that come to mind at my specific company:

Conversion of STAAD model output to 3D Geometry.  This could be done for either angle-iron communications towers, centerline modeled pipe structures such as offshore platforms, structural skids, and steel buildings.  Typically our engineers model to centerline of pipe, or top-of-steel, CL flange, for standard extruded steel (W, C, L, T, etc)

STAAD can output to .dxf with either a crappy basic 3D model that's not terribly effective for design documents, or can export the centerlines used for analysis.  I've used some basic LSP routines to take the STAAD output linework to create cylinders for structural pipe and have the Autocad model completed in a matter of seconds, rather than having to remodel the entire STAAD model.  I remember that actually being one of my first "lesson projects" to undertake LISP writing and I can't remember if I was personally successful or if I ended up cobbling together someone else's routine I found on the net :(

I could see it being beneficial for sure, but the problem I ran into before was where do you get the 2D geometry, and where will those centerlines be?  Your frame generator would have to account for various locations of CL. Top of steel, bottom of steel, center of beam, etc.  Then you might have cases of needing to hold an inner clearance, out-to-out limit, etc.

I'm sure you've tackled those.