From jonathan.borduas at caboma.com Tue Dec 13 15:02:17 2016 From: jonathan.borduas at caboma.com (Jonathan Borduas) Date: Tue, 13 Dec 2016 20:02:17 +0000 Subject: [Smtk-developers] Reading a IGES/STEP file using SMTK Message-ID: Hi, 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 Is there any plan for SMTK to be independent of Cubit since this is a close source code ? Jonathan Borduas -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.thompson at kitware.com Tue Dec 13 16:44:39 2016 From: david.thompson at kitware.com (David Thompson) Date: Tue, 13 Dec 2016 16:44:39 -0500 Subject: [Smtk-developers] Reading a IGES/STEP file using SMTK In-Reply-To: References: Message-ID: 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 From jonathan.borduas at caboma.com Tue Dec 13 18:02:18 2016 From: jonathan.borduas at caboma.com (Jonathan Borduas) Date: Tue, 13 Dec 2016 23:02:18 +0000 Subject: [Smtk-developers] Reading a IGES/STEP file using SMTK In-Reply-To: References: Message-ID: 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 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