Bitbybit Docs
    Preparing search index...

    Class SplitWireOnPointsDto<T> (Inputs.OCCT)

    用于 shapes.wire.splitOnPoints 的线框和点,它在这些点处切割线框。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    要切成几段的线框。

    undefined
    
    points: Point3[]

    切割位置;每个点先被移到线框上最近的位置。

    undefined