Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As OEMs start adopting the Catia format, Actify remains committed to our clients success by providing the NewFormatsConverter as a temporary work-around to loading Catia R29 files into SpinFire Ultimate. The Actify team is actively pursuing the true solution within SpinFire Ultimate 11.7.1 due to be release in the near future.

Download

http://downloads.actify.com/SpinFireUltimate/x64/NewFormatsConverter.zip

NewFormatsConverter

To load Catia R29 file into SpinFire Ultimate,

...

Code Block
.\NewFormatsConverter.exe "C:\Temp\TestFile.CATPart"


Code Block
.\NewFormatsConverter.exe "\\server\mynetworkshare\CAD Files\TestFile.CATProduct" -step


Code Block
.\NewFormatsConverter.exe "\\server\mynetworkshare\CAD Files\TestFile.CATPart" -nopmi

Parameters

ParameterDescription

-step

Convert the Catia file to a STEP file instead of PRC. 

Note: On average this takes longer to convert to STEP.

-out <folderPath>

Specify the folder to create the new file.

-nopmi

Ignore PMI. By default PMI is converted.

-hidden

Convert hidden entities as well.

-wireframes

Convert wireframe entities as well.

-construction

Convert construction entities as well.

...