com.supermap.realspace.threeddesigner

类 PolygonProfile

  • 所有已实现的接口:
    IDisposable


    public class PolygonProfile
    extends CSGProfile
    多边形截面,用于放样体、旋转体、拉伸体中,继承于 CSGProfile 类。
    • 构造器详细资料

      • PolygonProfile

        public PolygonProfile()
        默认构造一个新的 PolygonProfile 对象。
      • PolygonProfile

        public PolygonProfile(long handle)
        根据给定参数构建一个新的 PolygonProfile 对象。
        参数:
        handle -
    • 方法详细资料

      • addPart

        public void addPart(Point3Ds polygon)
        设置多边形截面的起始点。
        参数:
        polygon - 起始点
      • getCount

        public int getCount()
        获取多边形节点个数。
        返回:
        节点个数
      • getPart

        public Point3Ds getPart(int partIndex)
        获取多边形截面的节点索引。
        参数:
        partIndex - 节点索引
        返回:
        节点的坐标值

Copyright © 2021–2024 SuperMap. All rights reserved.