Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to use B-Rep

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to use B-Rep


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] How to use B-Rep
  • Date: Wed, 04 Jan 2012 11:42:53 +0100

What is the goal and the desired output?

I mean, it looks like there is no difficulty if your footprints
do not intersect.

If this is just a matter of storing data, you can use the Polyhedron_3
class:

http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Polyhedron/Chapter_main.html
with the incremental builder:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Polyhedron_ref/Class_Polyhedron_incremental_builder_3.html


Sebastien.

sahermurad wrote:
Hi,

I am new to CGAl and i want to use B-Rep to extrude building blocks from
building footprints.

I have a .txt file that stores the footprints as follow:

Start
5,10
15,10
15,20
5,20
Height
12
End
Start
15,10
25,10
35,10
45,10
45,20
15,20
Height
15
End
.
.
.

Please let me know how i can use B-Rep??


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-use-B-Rep-tp4260757p4260757.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page