computeIntervalPoints Function

Computes points along the edges of the frame geometry based on the provided frame shape, range, and interval factors. These can be used for snapping or attaching leaders.

computeIntervalPoints(__namedParameters: ComputeIntervalPointsArgs): Point3d[] | undefined

@returns an array of Point3d that represent the points along the edges of the frame geometry. Returns undefined if the loop created by computeFrame is empty.

Parameter Type Description
__namedParameters ComputeIntervalPointsArgs  

Returns - Point3d[] | undefined

an array of Point3d that represent the points along the edges of the frame geometry. Returns undefined if the loop created by computeFrame is empty.

Defined in

Last Updated: 27 June, 2025