IFC - Representation of triangle mesh -


what best way represent simple triangle mesh in ifc?

this seems way: ifcfacebasedsurfacemodel -> ifcconnectedfaceset -> ifcface -> ifcfacebound -> ifcpolyloop -> ifccartesianpoint

however, seems little complex since functionality of ifcface , ifcpolyloop exceed 1 needs simple triangle mesh.

any other options?

since ifc4 there geometric representation type ifctriangulatedfaceset, represents surfaces tesselations of triangles, using point list , index list triangles.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -