Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

making 3DS smooth in GDL

Dwight
Newcomer
I've created a GDL element from a3Ds object [from application "silo"] .

It comes in as VERTs EDGEs and PGONs.



These can't be made to render smooth..... or can they????
Dwight Atkinson
4 REPLIES 4
Anonymous
Not applicable
Hi Dwight,
You will have to deal with edge and pgon status.
The main problem is to locate which ones belong to curved surfaces.

Attached a Primitives_test.gsm object. May be this can help.
Dwight
Newcomer
I see.

All of them.

Attached is the kind of thing we hope to be making in "Silo" and importing.

I'm looking for a global command to render smooth the edges....
Dwight Atkinson
Anonymous
Not applicable
Dwight wrote:
I see.
All of them.
Attached is the kind of thing we hope to be making in "Silo" and importing.
I'm looking for a global command to render smooth the edges....
Hapilly, there are no sharp edges, so all edges can be smooth. Not necessary to make a selection.
I don't know a global command for this.
You can try
2 for each edge status (the last value)
2 for each pgon status (the third value)
It must be some body -1 at the end. Replace with body 2 or -2, and look if it works.
Anonymous
Not applicable
Hi dwight, just two search and replace, et voilà.

EDGE 1, 2, 1, 578, 0 !#1 for eg. Replace ", 0 !" with ", 2 !" (replace all)
PGON 3, 0, 0, 1, 2, 3 !#1 for eg. Replace "3, 0, 0," with "3, 0, 2,"
BODY 1 replaced by BODY 2

I did not have the 3ds import plugin, and had to download one on a German site. It works great.