public class PhysicalOffsetFrame extends PhysicalFrame
VisibleBase.DisplayPreference
Constructor and Description |
---|
PhysicalOffsetFrame() |
Modifier and Type | Method and Description |
---|---|
PhysicalOffsetFrame |
clone() |
RigidBody |
createComponent(java.io.File geometryPath,
ModelComponentMap componentMap)
Creates and returns a model component, using the provided component map
to look up other dependent objects.
|
RigidTransform3d |
getOffsetTransform() |
AxisAngle |
getOrientation() |
java.lang.String |
getSocketParent() |
Vector3d |
getTranslation() |
void |
setOrientation(AxisAngle orient) |
void |
setSocketParent(java.lang.String path) |
void |
setTranslation(Vector3d trans) |
getWrapObjectSet, setWrapObjectSet
getAttachedGeometry, setAttachedGeometry, setFrameGeometry
createRenderProps, getAppearance, setAppearance
getVisibleObject, setVisibleObject
getColor, getDisplayPreference, getOpacity, setColor, setDisplayPreference, setOpacity
public Vector3d getTranslation()
public void setTranslation(Vector3d trans)
public AxisAngle getOrientation()
public void setOrientation(AxisAngle orient)
public java.lang.String getSocketParent()
public void setSocketParent(java.lang.String path)
public PhysicalOffsetFrame clone()
clone
in interface Clonable
clone
in class PhysicalFrame
public RigidTransform3d getOffsetTransform()
public RigidBody createComponent(java.io.File geometryPath, ModelComponentMap componentMap)
ModelComponentGenerator
createComponent
in interface ModelComponentGenerator<RigidBody>
createComponent
in class PhysicalFrame
geometryPath
- path to search for geometry filescomponentMap
- map for looking up other objects