[vtkusers] About the Solid CAD File Output.

David Netherway david.netherway at adelaide.edu.au
Wed Oct 2 05:24:20 EDT 2002


Hello Yan,

I am not sure what you are refering to here. The stl format typically
encodes a triangular surface mesh that can be used to make solid models
using rapid prototyping technology. If you mean a solid mesh for finite
element analysis then that is a different problem.

David

----- Original Message -----
From: "#YAN RI AN#" <PS7278514B at ntu.edu.sg>
To: "Vtkusers (E-mail)" <vtkusers at public.kitware.com>
Sent: Wednesday, 02 October, 2002 6:24 PM
Subject: [vtkusers] About the Solid CAD File Output.


> Dear VTK- Users:
> I want to export the Solid *.stl Format file for the Rapid Prototyping
Technology.
> But I can only get the IsoSurface *.stl Format outout file using
vtkMarchingCubes Class.
>
> The source code is:
> .......
>     vtkMarchingCubes *iso=vtkMarchingCubes::New();
>     iso->SetInput(v16->GetOutput());
>     iso->SetValue(0,1150);
>     iso->ComputeGradientsOn();
>     iso->ComputeScalarsOff();
> ....
>
> How can I get the Solid *.STL Format output file?
> ***************************************
> * Best Regards
> * Yan Rian (Research Student)
> * Email : ps7278514b at ntu.edu.sg
> * Lab : AMRC Research Centre
> * Nanyang Technological University
> * Singapore
> ***************************************
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>




More information about the vtkusers mailing list