public class JLBoxMaker
extends java.lang.Object
| Constructor and Description |
|---|
JLBoxMaker() |
| Modifier and Type | Method and Description |
|---|---|
static JLBox |
create(CallOutline2D outline)
Create a JLBox from a Creo Outline2D object.
|
static JLBox |
create(CallOutline3D outline)
Create a JLBox from a Creo Outline3D object
|
static JLBox |
create(CallPoint3D min,
CallPoint3D max)
Create a JLBox from a pair of Creo Point3D objects
|
public static JLBox create(CallOutline3D outline) throws JLIException
outline - The Creo outlineJLIExceptionpublic static JLBox create(CallPoint3D min, CallPoint3D max) throws JLIException
min - The minimum pointmax - The maximum pointJLIExceptionpublic static JLBox create(CallOutline2D outline) throws JLIException
outline - The Creo outlineJLIException