[vtkusers] Mac MarchingCubes App

Corrie Allen corrieallen at gmail.com
Sat Apr 4 03:34:48 EDT 2015


Ok, got it figured out.  I had to burrow down into the MarchingCubes app package to call the Unix executable MarchingCubes file at the bottom in the MacOS folder. Then it worked with the arguments.  Thanks.

On Apr 3, 2015, at 11:12 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:

Oops. The example is OK.

It takes two arguments, a filename and an isovalue.


On Fri, Apr 3, 2015 at 11:08 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> There is an error in the example.
> 
> Replace
> if (argc < 3)
> with
> if (argc < 2)
> 
> 
> On Fri, Apr 3, 2015 at 4:17 PM, Corrie Allen <corrieallen at gmail.com> wrote:
>> I tried the example at: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Modelling/MarchingCubes
>> 
>> On Apr 3, 2015, at 11:48 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>> 
>> Which example?
>> 
>> 
>> On Fri, Apr 3, 2015 at 9:02 AM, Corrie Allen <corrieallen at gmail.com> wrote:
>>> I’m just trying to build and run VTK’s example of MarchingCubes.  When I make the example, I get a MarchingCubes app that doesn’t seem to accept command lines as the program suggests it should.  What am I doing wrong?  I’m working on a Mac running OS X10.9.5 so the compiler is the one that comes with Xcode.
>>> _______________________________________________
>>> Powered by www.kitware.com
>>> 
>>> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>>> 
>>> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>>> 
>>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>> 
>>> Follow this link to subscribe/unsubscribe:
>>> http://public.kitware.com/mailman/listinfo/vtkusers
>> 
>> 
>> 
>> --
>> Unpaid intern in BillsBasement at noware dot com
>> 
> 
> 
> 
> --
> Unpaid intern in BillsBasement at noware dot com



-- 
Unpaid intern in BillsBasement at noware dot com



More information about the vtkusers mailing list