ifcquery / ifcplusplus

IfcPlusPlus is an open source C++ class model, as well as a reader and writer for IFC files in STEP format. Features: Easy and efficient memory management using smart pointers. Parallel reader for very fast parsing on multi-core CPU's. Additionally, there's a simple IFC viewer application, using Qt and OpenSceneGraph. It can be used as starting point for all kinds of applications around the open building model standard IFC.
http://www.ifcquery.com
MIT License
580 stars 210 forks source link

IFC++ viewer #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) The colour of curve3D entities are not shown in the IFC++ viewer. 

2) IFC++ viewer does not have support for point,  
RepresentationConverter::convertIfcGeometricRepresentationItem() could we add 
case for Ifcpoint?

Thanks :).

Original issue reported on code.google.com by sajlo...@gmail.com on 7 Jan 2015 at 4:03

GoogleCodeExporter commented 9 years ago
1) Do you have an example file with a curve3D and colour?

2) Do you mean as topological item or general representation item? 
So far I don't have examples of points as "standalone" representation items. Do 
you have one? I agree that it should be implemented anyway.

Original comment by fabian.g...@gmail.com on 7 Jan 2015 at 3:26

GoogleCodeExporter commented 9 years ago
Yes, I do.

Here they are.

2) I mean general representation Item. The first item in the representation 
shape types. 
http://www.buildingsmart-tech.org/ifc/IFC4/final/html/schema/ifcrepresentationre
source/lexical/ifcshaperepresentation.htm

Thanks.

Original comment by sajlo...@gmail.com on 8 Jan 2015 at 3:51

Attachments: