Bitbybit Docs
    Preparing search index...

    Class ClosestPointsOnShapeFromPointsDto<T> (Inputs.OCCT)

    用于 operations.closestPointsOnShapeFromPointsoperations.distancesToShapeFromPoints 的形状和点。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    在其上寻找最近点的形状。

    undefined
    
    points: Point3[]

    作为测量起点的点,按结果应返回的顺序排列。

    undefined