Bitbybit Docs
    Preparing search index...

    Class CrossSectionFromPolygonsPointsDto (Inputs.Manifold)

    用于 crossSection.crossSectionFromPolygons 的以点表示的多个多边形和填充选项,用于带孔的轮廓。

    Index

    Constructors

    Properties

    polygonPoints: Point3[][]

    每个多边形一个点列表;只使用 X 和 Y。

    fillRule?: fillRuleEnum

    多边形重叠处哪些区域算作内部:奇偶、非零、正绕数或负绕数。

    positive
    
    removeDuplicates?: boolean

    为 true 时,构建之前丢弃每个多边形中连续重复的点,包括最后一个和第一个。

    false
    
    tolerance?: number

    两个点必须多近才算作重复,以模型单位表示。

    1e-7