com.supermap.realspace.threeddesigner

类 Sphere

    • 构造器详细资料

      • Sphere

        public Sphere()
        构造一个新的 Sphere 对象。
      • Sphere

        public Sphere(Sphere sphereEntity)
        根据给定的 Sphere 对象构造一个与其完全相同的新对象。
        参数:
        sphereEntity - 指定的球体对象。
      • Sphere

        public Sphere(double radius)
        根据给定的半径构造一个新的 Sphere 对象。
        参数:
        radius - 球体的半径。
    • 方法详细资料

      • getRadius

        public double getRadius()
        返回球体的半径。
        返回:
        球的半径
      • setRadius

        public void setRadius(double radius)
        设置球体的半径。
        参数:
        radius - 球体的半径

Copyright © 2021–2024 SuperMap. All rights reserved.