NXOpen.UF.Motion.TraceModel

Motion.TraceModel()

Refer to UF_MOTION_trace_model for documentation.

Signature: TraceModel(stepNum, targetLayer)

Parameters:
  • stepNum (int) – The step number of the current analysis solution in the database. It cannot be negative and it cannot exceed the number of valid steps in the solution.
  • targetLayer (int) – The layer to place the new objects on. It must be a valid NX layer.
Returns:

A Tuple

Return type:

A tuple consisting of (numTags,geomTags)

numTags(int): The number of geometry tags copied and returned in the next argument.

geomTags(list of Tag): The tags of the copied geometry of all the links. The memory for this array of tags must be freed using UF_free().

License requirements: None