View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0033704 | Community | OCCT:Data Exchange | public | 2024-05-12 13:50 | 2024-05-13 12:41 |
| Reporter | dsa-t | Assigned To | dpasukhi | ||
| Priority | normal | Severity | integration request | ||
| Status | assigned | Resolution | open | ||
| Platform | Windows | OS | VC 2022 | ||
| Product Version | 7.8.0 | ||||
| Target Version | 7.9.0 | ||||
| Summary | 0033704: Data Exchange - Handle whichChoice / choice in VRML 2.0 Switch node | ||||
| Description | Current VrmlData_Scene / VrmlData_Group doesn't support the Switch node from VRML 2.0 standard and gives VrmlFormatError. Example usage of Switch node:
Group {
children
Switch {
whichChoice 0
choice [
Shape {
...
},
Shape {
...
},
Group {
...
} ]
}
}
Example files and patch are attached. It is ok to push the patch without CLA. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
|
Dear @dsa-t, My apologies, there are some internal bug with attachments, Could you please re-attach files as a new node(Add Node). Thank you for your investigation! |
|
|
vrml2-handle-switch.patch (5,474 bytes) |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-05-12 13:50 | dsa-t | New Issue | |
| 2024-05-12 13:50 | dsa-t | Assigned To | => ika |
| 2024-05-13 12:21 | dpasukhi | Summary | Handle whichChoice / choice in VRML 2.0 Switch node => Data Exchange - Handle whichChoice / choice in VRML 2.0 Switch node |
| 2024-05-13 12:21 | dpasukhi | Description Updated | |
| 2024-05-13 12:22 | dpasukhi | Note Added: 0115816 | |
| 2024-05-13 12:23 | dpasukhi | Assigned To | ika => dpasukhi |
| 2024-05-13 12:23 | dpasukhi | Status | new => assigned |
| 2024-05-13 12:24 | dpasukhi | Target Version | => 7.9.0 |
| 2024-05-13 12:41 | dsa-t | Note Added: 0115818 | |
| 2024-05-13 12:41 | dsa-t | File Added: vrml2-handle-switch.patch | |
| 2024-05-13 12:41 | dsa-t | File Added: 103HT.wrl | |
| 2024-05-13 12:41 | dsa-t | File Added: B3U_3000PM.wrl | |
| 2024-05-13 12:41 | dsa-t | File Added: LGA24.wrl |