HyperWorks Desktop

*NodeLocator() - Components

Indicates that a node is being tracked, traced, or measured.

*NodeLocator() - Components

Indicates that a node is being tracked, traced, or measured.

Previous topic Next topic No expanding text in this topic  

*NodeLocator() - Components

Indicates that a node is being tracked, traced, or measured.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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",
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()

Application

HyperView.

Context

*BeginMeasures()

*BeginTracing()

*BeginTracking()

*BeginNote()

See also

 

*PartLocator()

*ElementLocator()

*SystemLocator()

List of Session Statements