abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
Programmierung
Alles über Programmierung in GDL und Python

Extrude circle

Anonymous
Nicht anwendbar
Kann man einen circle zeichnen und extrudieren?


Beispiel (2D)

CIRCLE2 0, 0, 222.5
CIRCLE2 193.1851653, -51.76380902, 11
CIRCLE2 193.1851653, 51.76380902, 11
CIRCLE2 141.4213562, 141.4213562, 11
CIRCLE2 141.4213562, -141.4213562, 11
CIRCLE2 51.76380902, 193.1851653, 11
CIRCLE2 51.76380902, -193.1851653, 11
CIRCLE2 -51.76380902, 193.1851653, 11
CIRCLE2 -51.76380902, -193.1851653, 11
CIRCLE2 -141.4213562, 141.4213562, 11
CIRCLE2 -141.4213562, -141.4213562, 11
CIRCLE2 -193.1851653, 51.76380902, 11
CIRCLE2 -193.1851653, -51.76380902, 11

Kann man so etwas einfach extrudieren?
oder geht ein extrude nur mit polygonen?
1 ANTWORT 1
Anonymous
Nicht anwendbar
ah, habs selber rausgefunden 🙂

EXTRUDE 26, 0, 0, 26, 63,
0, 0, 901,
222.5, 360, 4001,
193.1851653, -51.76380902, 901,
11, 360, 4001,
193.1851653, 51.76380902, 901,
11, 360, 4001,
141.4213562, 141.4213562, 901,
11, 360, 4001,
141.4213562, -141.4213562, 901,
11, 360, 4001,
51.76380902, 193.1851653, 901,
11, 360, 4001,
51.76380902, -193.1851653, 901,
11, 360, 4001,
-51.76380902, 193.1851653, 901,
11, 360, 4001,
-51.76380902, -193.1851653, 901,
11, 360, 4001,
-141.4213562, 141.4213562, 901,
11, 360, 4001,
-141.4213562, -141.4213562, 901,
11, 360, 4001,
-193.1851653, 51.76380902, 901,
11, 360, 4001,
-193.1851653, -51.76380902, 901,
11, 360, 4001