BowlerKernel
Static Public Member Functions | Private Attributes | List of all members
eu.mihosoft.vrl.v3d.DXF Class Reference
Collaboration diagram for eu.mihosoft.vrl.v3d.DXF:
Collaboration graph
[legend]

Static Public Member Functions

static ArrayList< CSGtoParts (File source, double extrudeDistance)
 

Private Attributes

File source
 
final PropertyStorage properties = new PropertyStorage()
 
double extrudeDistance
 

Detailed Description

Definition at line 21 of file DXF.java.

Member Function Documentation

◆ toParts()

static ArrayList<CSG> eu.mihosoft.vrl.v3d.DXF.toParts ( File  source,
double  extrudeDistance 
)
static

Definition at line 28 of file DXF.java.

References eu.mihosoft.vrl.v3d.DXF.extrudeDistance, eu.mihosoft.vrl.v3d.Extrude.points(), and eu.mihosoft.vrl.v3d.DXF.source.

Here is the call graph for this function:

Member Data Documentation

◆ extrudeDistance

double eu.mihosoft.vrl.v3d.DXF.extrudeDistance
private

Definition at line 26 of file DXF.java.

Referenced by eu.mihosoft.vrl.v3d.DXF.toParts().

◆ properties

final PropertyStorage eu.mihosoft.vrl.v3d.DXF.properties = new PropertyStorage()
private

The properties.

Definition at line 25 of file DXF.java.

◆ source

File eu.mihosoft.vrl.v3d.DXF.source
private

Definition at line 23 of file DXF.java.

Referenced by eu.mihosoft.vrl.v3d.DXF.toParts().


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