com.supermap.realspace.threeddesigner

类 LineSelfIntersectionParameter

    • 构造器详细资料

      • LineSelfIntersectionParameter

        public LineSelfIntersectionParameter()
        默认构造函数,构造一个 LineSelfIntersectionParameter 新对象。
      • LineSelfIntersectionParameter

        public LineSelfIntersectionParameter(double verticalEpsilon,
                                             double horizontalEpsilon)
        构造函数,根据垂直阈值、水平阈值构造一个 LineSelfIntersectionParameter 新对象。
        参数:
        verticalEpsilon - 垂直阈值。
        horizontalEpsilon - 水平阈值。
    • 方法详细资料

      • getVerticalThreshold

        public double getVerticalThreshold()
        返回垂直阈值。
        返回:
        垂直阈值。
      • setVerticalThreshold

        public void setVerticalThreshold(double verticalThreshold)
        设置垂直阈值。
        参数:
        verticalThreshold - 垂直阈值。
      • getHorizontalThreshold

        public double getHorizontalThreshold()
        返回水平阈值。
        返回:
        水平阈值。
      • setHorizontalThreshold

        public void setHorizontalThreshold(double horizontalThreshold)
        设置水平阈值。
        参数:
        horizontalThreshold - 水平阈值。

Copyright © 2021–2024 SuperMap. All rights reserved.