NXOpen.UF.DrfIntermediatePoints_Struct.NumPoints

DrfIntermediatePoints_Struct.NumPoints

The number of intermediate points for this leader. num_points must be greater than or equal to zero. The number of points corresponds directly to the number of points between the stub and the leader terminator. The ordering of the points is also important. The first point (points[0][]) describes the closest intermediate point to the leader terminator. The nth point describes the intermediate point closest to the stub (or annotation if there is no stub. Here is a sample of a leader with 3 intermediate points and their relative indices. Note that the stub points are not considered intermediate points: *(points[2][...]) / / *—————-> (terminator) ANN -(stub)–/ / (points[0][...]) / / *(points[1][...])