Indicates that a node is being tracked, traced, or measured.
*NodeLocator() - ComponentsIndicates that a node is being tracked, traced, or measured. |
|||||
*NodeLocator() - ComponentsIndicates that a node is being tracked, traced, or measured. |
Syntax |
*NodeLocator("model_id node_pool node_id") |
|
Arguments |
Name |
Description |
model_id |
The model identifier. |
|
node_pool |
The node pool name to which the model ID belongs. |
|
node_id |
The node identifier. |
|
Example |
*BeginMeasures("Measure Group 5", "RelativeDisplacement", *ReferenceStep(1.00000000) *Attribute(IDOn, NameOn, DistOn, XOn, YOn, ZOn, *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() |
|
Application |
HyperView. |
|
Context |
||
See also |
|
|