public class IObjFileImporter.InnerTrimmingLoop.Data extends IObjFileImporter.EntityData
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<IObjFileImporter.Curve2D.Data> |
curve2d |
java.util.ArrayList<java.lang.Double> |
endParameters |
java.util.ArrayList<java.lang.Double> |
startParameters |
ISurface |
surface |
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
void |
instantiate() |
void |
setSurface(ISurface surf) |
public java.util.ArrayList<java.lang.Double> startParameters
public java.util.ArrayList<java.lang.Double> endParameters
public java.util.ArrayList<IObjFileImporter.Curve2D.Data> curve2d
public ISurface surface
public void setSurface(ISurface surf)
public void instantiate()