on some software could be only the extension problem.
try stp or step.
anyway, the format of STEP export can be set on config.pro
...
step_export_format
*ap203_is (default in 3-D mode), ap214_cd (default in drawing mode), ap214_dis, ap203is, ccd_cla_gvp_ast
Used for setting output format when exporting to STEP.
ap202_is-Export the drawing using the AP202 IS STEP application protocol and conformance class.
ap214_cd-Export the drawing using the AP214 CD2 STEP application protocol and conformance class. This is the default in drawing mode.
ap214_dis-Export the drawing using the AP214 DIS STEP application protocol and conformance class. Validation properties are also translated.
ap203_is-Export 3-D models using the AP203_IS STEP application protocol and conformance class. This is the default in 3-D mode.
ccd_cla_gvp_ast-Exported file includes AP203 validation properties by default
...
!!!
step_appearance_layer_groups
*no, yes
no-Output of Appearances, Layers, and Groups is enabled for STEP standard AP214.
yes-Output of Appearances, Layers, and Groups is enabled for STEP standard AP203.
...

I hope it will help you