public abstract class WrapObject extends HasVisibleObjectOrAppearance
VisibleBase.DisplayPreference
Constructor and Description |
---|
WrapObject() |
Modifier and Type | Method and Description |
---|---|
WrapObject |
clone() |
abstract Wrappable |
createComponent(java.io.File geometryPath,
ModelComponentMap componentMap) |
java.lang.String |
getQuadrant() |
RigidTransform3d |
getTransform()
Creates a transform representation of the translation and rotation components
|
Point3d |
getTranslation() |
Point3d |
getXYZBodyRotation() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setQuadrant(java.lang.String quadrant) |
void |
setTranslation(Point3d pos) |
void |
setXYZBodyRotation(Point3d xyz) |
createRenderProps, getAppearance, setAppearance
getVisibleObject, setVisibleObject
getColor, getDisplayPreference, getOpacity, setColor, setDisplayPreference, setOpacity
public Point3d getXYZBodyRotation()
public void setXYZBodyRotation(Point3d xyz)
public RigidTransform3d getTransform()
public Point3d getTranslation()
public void setTranslation(Point3d pos)
public boolean isActive()
public void setActive(boolean active)
public java.lang.String getQuadrant()
public void setQuadrant(java.lang.String quadrant)
public WrapObject clone()
clone
in interface Clonable
clone
in class HasVisibleObjectOrAppearance
public abstract Wrappable createComponent(java.io.File geometryPath, ModelComponentMap componentMap)