bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class CrossSectionFromPolygonPointsDto

    Index

    Constructors

    Properties

    points: Point3[]

    Points describing a single polygon

    fillRule?: fillRuleEnum

    Fill rule for polygon interpretation

    positive
    
    removeDuplicates?: boolean

    Remove consecutive duplicate points before creating polygon

    false
    
    tolerance?: number

    Tolerance for duplicate removal

    1e-7