[Smtk-developers] Reading a IGES/STEP file using SMTK

Jonathan Borduas jonathan.borduas at caboma.com
Tue Dec 13 18:02:18 EST 2016


Thank you very much.

I will take a look at the superbuild

Jonathan Borduas

-----Original Message-----
From: David Thompson [mailto:david.thompson at kitware.com] 
Sent: Tuesday, December 13, 2016 4:45 PM
To: Jonathan Borduas <jonathan.borduas at caboma.com>
Cc: smtk-developers at smtk.org
Subject: Re: [Smtk-developers] Reading a IGES/STEP file using SMTK

Hi Jonathan,

> I am trying to read .Step/.Iges files using SMTK.
> 
> But since there is a dependency for Cubit in the CGM reader and I don’t have a license for Cubit, I am not able to build this module:
> https://github.com/Kitware/SMTK/blob/master/smtk/bridge/cgm/operators/Read.cxx

Actually, that module only requires CGM (which was once part of Cubit but was open-sourced**). If you build CGM with OpenCascade, then you will be able to load STEP and IGES files via OpenCascade.

We have a "superbuild" (a CMake project to fetch and build a package PLUS all of its dependencies) of SMTK that will build OpenCascade and CGM here: https://gitlab.kitware.com/cmb/cmb-superbuild . Even if you don't use the superbuild, you can see how it configures OpenCascade and CGM.

	David

** https://bitbucket.org/fathomteam/cgm


More information about the Smtk-developers mailing list