Bitbybit Docs
    Preparing search index...

    Class ClosestPointsOnShapesFromPointsDto<T> (Inputs.OCCT)

    用于 operations.closestPointsOnShapesFromPoints 的形状和点,它为每个点在每个形状上找出最近点。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shapes: T[]

    在其上寻找最近点的形状,按结果分组的顺序排列。

    undefined
    
    points: Point3[]

    作为测量起点的点。

    undefined