Hi dlphnangel,
Guess that was a no-no
![[sad] [sad] [sad]](/data/assets/smilies/sad.gif)
...
Hhmmm... Try this link:
Cad Block Exchange, once you're there, on the left hand side you'll see a search box, (you may have to scroll down), but in the box type "molding" (no quotes) and press the search button. This should return 2 drawings, one of them is named "guimier_R2000.dwg." If you right click on the drawing, and then select "Save Target As..." you can save the file and then open it with AutoCAD 2000 or later.
In the modelspace portion of the drawing, you'll see a standard crown molding profile. At the command type
"Explode" (no quotes, and its not case sensitive) and then select the crown profile. You will then have a series of arcs and lines. At the command line again type
"Pedit" (again no quotes, and it's not case sensitive), and select any line or arc on the crown profile. AutoCAD will then prompt you with the following prompt
[purple]"Object selected is not a polyline
Do you want to turn it into one? <Y>[/purple] - Press either the Enter key or the "Y" key to accept this and turn the selected arc or line entity into a polyline object. Once you have done this, AutoCAD will produce the following prompt:
[purple]Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltypegen/Undo]:[/purple] Type "J" or "Join" at this prompt (again, no quotes and its not case sensitive) and then press Enter. You will then see the following prompt:
[purple]Select objects:[/purple] Here you will begin selecting all the arcs and line segments which make-up the moulding profile. When you are finished selecting entities, press Enter to end the selection process. You will then see the following prompt:
[purple]Enter an option [Open/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Undo]:[/purple] - Now just press Enter to end the command.
The important thing to note here is the first item in the list of options,
"Open". You'll notice in the first prompt after you converted your selected entity to a polyline, the first item in the option list was
"Close".
This is important because when you trace your enitities in AutoCAD you
[red]must[/red] make certain you have a closed polyline or the next set of commands will fail.
At the command line, type
"Extrude" (again no quotes and its not case sensitive), and then select your crown profile. You will then see the following prompt:
[purple]Current wire frame density: ISOLINES=4
Select objects: 1 found
Select objects:[/purple] Select the crown profile to extrude and you will then see the following prompt:
[purple]Specify height of extrusion or [Path]:[/purple] Here, type in "120" (no quotes), and press Enter. You have now just converted a 2D profile into a 3D object. To see the results of what you have done, at the command line type:
"VPoint" (again no quotes and its not case sensitive), and then at the following prompt:
[purple]Current view direction: VIEWDIR=0.0000,0.0000,1.0000
Specify a view point or [Rotate] <display compass and tripod>:[/purple] Type "R" (again no quotes, and its not case sensitive) and then you'll see this:
[purple]Enter angle in XY plane from X axis <270.00>:[/purple] Type 225 (no quotes), and press Enter. You'll now see:
[purple]Enter angle from XY plane <90.00>:[/purple] Type 35 (no quotes), and press Enter. You should now see a wireframe representation of the 3D piece of crown moulding.
Now all you have to do is apply this same method to
your profile you are trying to convert.
HTH
Todd