Changes between Initial Version and Version 1 of Ticket #3435, comment 2
- Timestamp:
- 01/19/16 23:30:09 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3435, comment 2
initial v1 1 1 Just posting this so I can cut and paste into my x3d viewer: 2 2 3 {{{ SELECT ST_AsX3D(ST_Extrude(ST_GeometryFromText('Polygon((0 0, 0 10, 30 10, 30 0, 20 0, 20 5, 10 5, 10 0, 0 0))'),0,0,10)); 3 {{{ 4 5 SELECT ST_AsX3D(ST_Extrude(ST_GeometryFromText('Polygon((0 0, 0 10, 30 10, 30 0, 20 0, 20 5, 10 5, 10 0, 0 0))'),0,0,10)); 4 6 }}} 5 7