You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.NullReferenceException
HResult=0x80004003
Message= Object reference not set to an instance of an object
Source=CADability
StackTrace:
at CADability.Edge.CADability.IExportStep.Export(ExportStep export, Boolean topLevel) in C:\Development\Repos\SOFAgh\CADability\CADability\Edge.cs:line 3572
It looks like my file containing only a circular surface might have the same issue.
CADability can import correctly but it cannot export the surface as a STEP file. The export fails and programs like NIST STEP File Analyzer and Viewer cannot even parse the exported STEP file. It looks like the EDGE_LOOP has no reference entity and the B_SPLINE_CURVE_WITH_KNOTS & corresponding CARTESIAN_POINT are never written to the file.
Export step fail
After ruling the surface, the export step file failed at Serialize the Edge with cur3d is "Path". Because path not impl IExportStep interface.
Here's the testcase file.
test_ruled.cdb.json.zip
The text was updated successfully, but these errors were encountered: