2004-10-21 08:14 PM - last edited on 2023-05-23 05:25 PM by Rubia Torres
2004-10-21 09:45 PM
2004-10-22 03:50 AM
Is there another way to make vectorial fills?You can create your own vectorial fills by using lines, arcs and fills. Create the pattern you want in the floor plan window (or any window for that matter), then select them all and copy them to the clipboard (Ctrl/Cmd+C). Next, go to Options>Fill Types... and hit the New... button. Select Symbol fill, give it a name, hit OK, then hit the Paste button. Set any other variables you may need and hit OK. Whooshka! You have your own fill. It's not strictly
Also, is there any way to import Autocad fills (vector)? There are some that are extremely nice, and it would be great to have access to these.Try copying and pasting. That should do it - assuming you have AutoCAD on your computer!
2004-10-22 04:29 AM
Hielke wrote:Use the library part with the fill you have coded and it will be added to the fills in the project. I'm not sure if the fill actually needs to be used in the 2D script for this to work, but that's what I've always done so I can see what I'm getting.
The GDL manual explains about making your own vectorial fills, but this works only with the object you write the code in.
Is there another way to make vectorial fills?
Hielke
2004-10-22 08:32 AM
2004-10-22 06:42 PM
Use the library part with the fill you have coded and it will be added to the fills in the project.What is your means of coding the fill? Are there any possibilities of draging 2d element from archicad into the 2d script for the GDL illiterate? DWG file size when exporting drawings has forced me to set my display options to not show vectorial fills. This seems a bit lame and I am curious it is is due to fills I have created using the cut and paste method.
2004-10-23 11:58 AM
DWG file size when exporting drawings has forced me to set my display options to not show vectorial fills. This seems a bit lame and I am curious it is is due to fills I have created using the cut and paste method.Mike, its definitely due to the cut and paste fills. I made a fill using the cut and paste method and made the same fill using the method above (vector method)
2004-10-25 06:03 PM
With DEFINE FILL make your own fillWould you be able to direct me to an existing object that uses define fill in its script? The information in the help menu for define fill was quite limited and combined with my beginning GDL knowledge, I was unable to decipher the process. Thanks (hoping to have fills one day that I can export to my consultants).
2004-10-25 07:18 PM
Rip wrote:Open a DWG with the fills inserted.
Also, is there any way to import Autocad fills (vector)? There are some that are extremely nice, and it would be great to have access to these.
2004-10-25 08:16 PM
Mike wrote:Here is one you can use to make custom size tiles (with grout joints) in a regular grid.With DEFINE FILL make your own fillWould you be able to direct me to an existing object that uses define fill in its script? The information in the help menu for define fill was quite limited and combined with my beginning GDL knowledge, I was unable to decipher the process. Thanks (hoping to have fills one day that I can export to my consultants).