Open-Infra-Platform icon indicating copy to clipboard operation
Open-Infra-Platform copied to clipboard

[BUG]Implement IfcSectionedSolidHorizontal for IFC4X3

Open Elvira2227 opened this issue 3 years ago • 0 comments

Describe the bug The curent implementation of IfcSectionedSolidHorizontal in convertIfcSectionedSolid is not supported in IFC4X3 version.

To Reproduce Steps to reproduce the behavior:

  1. Go to Open-Infra-Platform\Core\src\IfcGeometryConverter\SolidModelConverter.h
  2. Scroll down to the line 354
  3. Edit curent function convertIfcSectionedSolid to support IFC4X3 version (see the line 405 with not required FixedAxisVertical attribute)

Expected behavior Please see description and attributes of IfcSectionedSolidHorizontal here.

CMake configuration

  • EARLYBINDING_WITH_IFC4X3: selected

Elvira2227 avatar Oct 27 '22 17:10 Elvira2227