Bitbybit Docs
    Preparing search index...

    Class SplitWireOnPointsDto<T> (Inputs.OCCT)

    A wire and points for shapes.wire.splitOnPoints, which cuts the wire at the points.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The wire to cut into pieces.

    undefined
    
    points: Point3[]

    Where to cut; each point is moved to the closest place on the wire first.

    undefined