CADability icon indicating copy to clipboard operation
CADability copied to clipboard

ExportStep Failure

Open x68507 opened this issue 2 years ago • 0 comments

The WriteAxis2Placement3d() and WriteAxis1Placement3d() methods call the WriteDefinition() method but place an extra semi-color in the string being passed to WriteDefinition(). This causes a ;; line ending in a STEP file and most programs (the ACIS kernel in particular) throws an error when there is an empty definition.

image

x68507 avatar Apr 24 '23 18:04 x68507