Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to implement topological model in CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to implement topological model in CGAL


Chronological Thread 
  • From: sahermurad <>
  • To:
  • Subject: [cgal-discuss] How to implement topological model in CGAL
  • Date: Mon, 16 Jan 2012 01:53:03 -0800 (PST)

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
Start
45,20
55,20
55,30
45,30
Height
12
End
.
.
.

My goal is that I have to read the above text file storing building
footprints,
and then store the points in such a way that it should be Topologically
Consistent.
Then I have to use that Topologically consistent dataset to extrude
Buildings which should be topologically as well geometrically consistent.



Thank you!

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-implement-topological-model-in-CGAL-tp4298982p4298982.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page