Package | Description |
---|---|
com.docdoku.core.product |
Modifier and Type | Field and Description |
---|---|
private CADInstance.Positioning |
CADInstance.positioning |
Modifier and Type | Method and Description |
---|---|
CADInstance.Positioning |
CADInstance.getPositioning() |
static CADInstance.Positioning |
CADInstance.Positioning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CADInstance.Positioning[] |
CADInstance.Positioning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CADInstance.setPositioning(CADInstance.Positioning positioning) |
Constructor and Description |
---|
CADInstance(double tx,
double ty,
double tz,
double rx,
double ry,
double rz,
CADInstance.Positioning positioning) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.