Bitbybit Docs
    Preparing search index...

    Class ClosestPointsOnShapeFromPointsDto<T> (Inputs.OCCT)

    A shape and points for operations.closestPointsOnShapeFromPoints and operations.distancesToShapeFromPoints.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The shape the closest points are looked for on.

    undefined
    
    points: Point3[]

    The points to measure from, in the order the results should come back.

    undefined