createFrameToDistantPoints MethodStatic

try to create a frame whose xy plane is through points.

  • if 3 or more distinct points are present, the x axis is from the first point to the most distance, and y direction is toward the point most distant from that line.

createFrameToDistantPoints(points: Point3d[]): Transform | undefined

Parameter Type Description
points Point3d[] array of points

Defined in

Last Updated: 08 January, 2020