View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028070 | Community | OCCT:Data Exchange | public | 2016-11-08 10:41 | 2023-08-01 15:08 |
Reporter | rhplaxis | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Platform | Windows | OS | VC++ 2015 | ||
Product Version | 7.0.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0028070: Writing surface to step removes internal lines and points | ||||
Description | I have a polygon with internal lines and points, after saving this to step and reading it again the internal objects are gone. btw. it's my assumption the problem is in writing, it could just a well be in the reading. | ||||
Steps To Reproduce | # load brep of a rectangle with an internal line and two internal vertices restore a.brep a # save this object to a step file stepwrite a a a.step # load the object from the step file to b_1 stepread a.step b * You would expect that a and b_1 are the same. but the internal line and points are gone from b_1 Draw[6]> nbshapes a Number of shapes in a VERTEX : 8 EDGE : 5 WIRE : 2 FACE : 1 SHELL : 0 SOLID : 0 COMPSOLID : 0 COMPOUND : 1 SHAPE : 17 Draw[15]> nbshapes b_1 Number of shapes in b_1 VERTEX : 4 EDGE : 4 WIRE : 1 FACE : 1 SHELL : 1 SOLID : 0 COMPSOLID : 0 COMPOUND : 0 SHAPE : 11 | ||||
Tags | No tags attached. | ||||
Test case number | Not required | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-08 10:41 | rhplaxis | New Issue | |
2016-11-08 10:41 | rhplaxis | Assigned To | => gka |
2016-11-08 10:41 | rhplaxis | File Added: a.brep | |
2016-11-08 10:41 | rhplaxis | File Added: rect_internal.png | |
2017-07-27 09:43 |
|
Target Version | 7.2.0 => 7.4.0 |
2017-08-25 15:04 |
|
Test case number | => bugs step bug28070 |
2017-08-25 15:04 |
|
Note Added: 0069874 | |
2017-10-02 15:44 |
|
Test case number | bugs step bug28070 => Not required |
2019-07-10 21:59 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-17 20:03 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-10-18 14:02 | kgv | Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:39 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |