Class WorkCellDimension


  • public class WorkCellDimension
    extends java.lang.Object

    the WorkCellDimension describe a center and the box halflengths of
    the space that the WorkCell expands.
    • Constructor Detail

      • WorkCellDimension

        public WorkCellDimension​(long cPtr,
                                 boolean cMemoryOwn)
      • WorkCellDimension

        public WorkCellDimension​(Vector3D c,
                                 Vector3D box)
        Constructor.
        Parameters:
        c - [in] center.
        box - [in] the halflengths of the workspace.
    • Method Detail

      • delete

        public void delete()
      • setCenter

        public void setCenter​(Vector3D value)
        The center of the workspace.
      • getCenter

        public Vector3D getCenter()
        The center of the workspace.
      • setBoxDim

        public void setBoxDim​(Vector3D value)
        The halftlengths of the workspace.
      • getBoxDim

        public Vector3D getBoxDim()
        The halftlengths of the workspace.