[postgis-tickets] [PostGIS] #2837: ST_Extrude unexpected GeometryType in extrude('Solid')

PostGIS trac at osgeo.org
Mon Jul 14 01:21:31 PDT 2014


#2837: ST_Extrude unexpected GeometryType in extrude('Solid')
--------------------+-------------------------------------------------------
 Reporter:  robe    |       Owner:  colivier     
     Type:  defect  |      Status:  new          
 Priority:  medium  |   Milestone:  PostGIS 2.2.0
Component:  sfcgal  |     Version:  trunk        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by vmo):

 We cannot extrude solids in SFCGAL at the moment.

 I'm not sure I ever did that in CAD (which I used to use quite a lot), I'm
 not even sure if any CAD system will allow you to.

 I can imagine how to perform the operation:
     - split the solid along the line that defines the shadow figure of the
 solid on a plane normal to the extrusion direction
     - extrude this line
     - the result is the combination of this extrusion an the two halves of
 the solid

 Dealing with holes is a bit complicated though.

 I there a use-case ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2837#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list