TM2IN  0.5.1

TM2IN(Triangle Mesh to Indoor data) is a project which converts indoor spatial standard data from raw indoor geometry data, like triangle mesh or point cloud. TM2IN not only constructs indoor spatial standard data but also refines geometry data by removing unnecessary elements and reducing the number of surfaces.

Examples

Raw Triangle Mesh

Input Triangle

Triangle Mesh of Architectural Elements

Triangle Mesh of Non-architectural Elements

Solid geometry of Architectural Elements

IndoorGML Document on InViewer

Author

Dongmin Kim(dongm.nosp@m.in.k.nosp@m.im@pn.nosp@m.u.ed.nosp@m.u), Pusan National University

Dependencies

Building

Dependencies should be pre-installed in your environment.

1 git clone https://github.com/STEMLab/TM2IN
2 mkdir build
3 cd build
4 cmake ..
5 make

Usage

1 TM2IN [options] [input_file_name]

For example,

1 TM2IN --input-dir=../../input/ --output-dir=../../result --version=0.4.2 inputfile.tvr

There are more information about options. (http://github.com/STEMLab/TM2IN/tree/master/doc/usage-manual.md)

Development

For Developer, we document source code description. see : MANUAL