View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033447 | Community | OCCT:Modeling Algorithms | public | 2023-08-08 18:03 | 2024-06-07 15:27 |
Reporter | Rashoyan | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Platform | Mac | OS | OS | ||
Product Version | 7.6.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0033447: Modeling Algorithms - BSpline curves, ellipse after operation offset try to export step gives error | ||||
Description | I have a problem with exporting the offset ellipse, BSpline to the step, during the Transfer it gives an error. And when I try to get from the offset curve Face, it doesn't work correctly. | ||||
Steps To Reproduce | I use these steps. I use gp_Ellipse to create an Ellipse gpAx = gp_Ax(gp_Pnt (0, 0, 0), gp_Dir(0,0,1)) gpEllipse = gp_Elips(gpAx, 10, 20); makeOffset = BRepOffsetAPI_MakeOffset_2(gpEllipse.Face(), GeomAbs_JoinType); offsetSize = 5 or -5 makeOffset.Perform(offsetSize, 0); When offsetSize is a negative number the export works when it is positive it throws an error, and sometimes opposite. step_writer = STEPControl_Writer() step_writer.Transfer(inner_wire, STEPControl_AsIs) ******************************************************************* ****** Statistics on Transfer (Write) ****** ******************************************************************* ****** Transfer Mode = 0 I.E. As Is ****** ****** Transferring Shape, ShapeType = 0 ****** | ||||
Tags | No tags attached. | ||||
Test case number | |||||