com.supermap.ar.areffect.excavator

Class ExcavationParameter

  • java.lang.Object
    • com.supermap.ar.areffect.excavator.ExcavationParameter
    • Method Detail

      • isInTheCorner

        public boolean isInTheCorner()
      • getRadiusX

        public float getRadiusX()
        Get the radius length in the X direction
        Returns:
      • getRadiusY

        public float getRadiusY()
        Get the radius length in the Y direction
        Returns:
      • getOffset

        public float getOffset()
        Gets the excavation depth
        Returns:
      • getCenterPoint

        public Point3D getCenterPoint()
        Gets excavation center points
        Returns:
      • getOutlineWidth

        public float getOutlineWidth()
        Gets the outline width
        Returns:
      • getInnerMargin

        public float getInnerMargin()
        Gets display padding
        Returns:
      • getFixedDirection

        public Vector getFixedDirection()