BowlerKernel
Public Member Functions | Private Member Functions | List of all members
com.neuronrobotics.bowlerstudio.creature.CadFileExporter Class Reference
Collaboration diagram for com.neuronrobotics.bowlerstudio.creature.CadFileExporter:
Collaboration graph
[legend]

Public Member Functions

 CadFileExporter (IMobileBaseUI myUI)
 
 CadFileExporter ()
 
ArrayList< File > generateManufacturingParts (List< CSG > totalAssembly, File baseDirForFiles) throws IOException
 

Private Member Functions

File makeStl (String nameBase, CSG tmp) throws IOException
 
File makeObj (String nameBase, CSG tmp) throws IOException
 
File makeSvg (String nameBase, List< CSG > currentCsg) throws IOException
 

Detailed Description

Definition at line 19 of file CadFileExporter.java.

Constructor & Destructor Documentation

◆ CadFileExporter() [1/2]

com.neuronrobotics.bowlerstudio.creature.CadFileExporter.CadFileExporter ( IMobileBaseUI  myUI)

Definition at line 22 of file CadFileExporter.java.

◆ CadFileExporter() [2/2]

com.neuronrobotics.bowlerstudio.creature.CadFileExporter.CadFileExporter ( )

Definition at line 25 of file CadFileExporter.java.

Member Function Documentation

◆ generateManufacturingParts()

ArrayList<File> com.neuronrobotics.bowlerstudio.creature.CadFileExporter.generateManufacturingParts ( List< CSG totalAssembly,
File  baseDirForFiles 
) throws IOException

◆ makeObj()

File com.neuronrobotics.bowlerstudio.creature.CadFileExporter.makeObj ( String  nameBase,
CSG  tmp 
) throws IOException
private

Definition at line 138 of file CadFileExporter.java.

References eu.mihosoft.vrl.v3d.FileUtil.write().

Referenced by com.neuronrobotics.bowlerstudio.creature.CadFileExporter.generateManufacturingParts().

Here is the call graph for this function:

◆ makeStl()

File com.neuronrobotics.bowlerstudio.creature.CadFileExporter.makeStl ( String  nameBase,
CSG  tmp 
) throws IOException
private

Definition at line 131 of file CadFileExporter.java.

References eu.mihosoft.vrl.v3d.FileUtil.write().

Referenced by com.neuronrobotics.bowlerstudio.creature.CadFileExporter.generateManufacturingParts().

Here is the call graph for this function:

◆ makeSvg()

File com.neuronrobotics.bowlerstudio.creature.CadFileExporter.makeSvg ( String  nameBase,
List< CSG currentCsg 
) throws IOException
private

The documentation for this class was generated from the following file: