*NodeLocator() - Components
Indicates that a node is being tracked, traced, or measured.
Syntax
*NodeLocator ("model_id, node_pool, node_id")
Application
HyperView
Inputs
- model_id
- The model identifier.
- node_pool
- The node pool name to which the model ID belongs.
- node_id
- The node identifier.
Context
*BeginMeasures()
*BeginTracing()
*BeginTracking()
*BeginNote()
Example
*BeginMeasures("Measure Group 5", "RelativeDisplacement",
On)
*ReferenceStep(1.00000000)
*Attribute(IDOn, NameOn, DistOn, XOn, YOn, ZOn,
ProjectOff, SystemOff)
*NodeLocator("1 Node 33612")
*SystemLocator("1 System 2")
*NumericFormat(Scientific, 3)
*NumericFormat(Fixed, 3)
*EndMeasures()
OR
*BeginTracing()
*LineColor(255, 255, 255)
*LineWidth(2)
*TracingMode(LastNumberOfSteps, 1)
*NodeLocator("1 Node 7717")
*ElementLocator("1 ELEMENT SHELL 2334")
*PartLocator("1 Part 1")
*EndTracing()
OR
*BeginTracking(On, Tracking System 1)
*Dof(Dx, Dy, Dz, Rx, Ry, Rz)
*NodeLocator("1 Node 34069")
*EndTracking()