/
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
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
numIterations | 1 | integer | — | Specifies the number of times the solver will iterate. The default is 9 iterations. |
rejectionDistances | 2 | float | — | Specifies the starting and ending rejection distances. The defaults are 1000.0 and 40.0. |
reset | 0 | — | — | Resets 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
, multiple selections available,