/
kinematicLabelOptions

kinematicLabelOptions

Description

Sets the options on the kinematic labeler.

Two options are controlled by this command: the number of iterations that the kinematic labeler will run, and the rejection distances. The starting and ending rejection distances are used to generate the "cooling profile" of the simulated annealing optimization algorithm used by the kinematic labeler.

Functional area

Labeling

Command syntax

Syntax

kinematicLabelOptions [-numIterations integer] [-rejectionDistances float float] [-reset]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
numIterations1integerSpecifies the number of times the solver will iterate. The default is 9 iterations.
rejectionDistances2floatSpecifies the starting and ending rejection distances. The defaults are 1000.0 and 40.0.
reset0Resets the options to default values.

Return value

void

Examples

// Set the number of iterations on the kinematic labeler higher. 
kinematicLabelOptions -numIterations 12;

Additional information

Related commands