HyperWorks Desktop

*PartLocator() - Components

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

*PartLocator() - Components

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

Previous topic Next topic No expanding text in this topic  

*PartLocator() - Components

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

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

Syntax

*PartLocator("model_id part_pool part_id")

Arguments

Name

Description

model_id

The model identifier.

part_pool

The part pool name.

part_id

The part identifier.

Example

*BeginMeasures("Measure Group 5", "RelativeDisplacement",
On)

         *ReferenceStep(1.00000000)

         *Attribute(IDOn, NameOn, DistOn, XOn, YOn, ZOn,
ProjectOff, SystemOff)

         *NodeLocator("1 Node 33612")

         *PartLocator("1 Part1")

         *SystemLocator("1 System 2")

         *NumericFormat(Scientific, 3)

         *NumericFormat(Fixed, 3)

*EndMeasures()

 

OR

*BeginTracing()

 *LineColor(255, 255, 255)

 *LineWidth(2)

 *TracingMode(LastNumberOfSteps, 1)

 *PartLocator("1 Part 1")

 *ElementalLocator("1 ELEMENT SHELL 3453")

*EndTracing()

 

OR

*BeginTracking(On, Tracking System 1)

    *Dof(Dx, Dy, Dz, Rx, Ry, Rz)

    *NodeLocator("1 Node 34069")

    *PartLocator("1 Part 1")

 *ElementalLocator("1 ELEMENT SHELL 3453")

*EndTracking()

Application

HyperView.

Context

*BeginMeasures()

*BeginTracing()

*BeginTracking()

*BeginNote()

See also

 

*NodeLocator()

*SystemLocator()

*ElementLocator()

List of Session Statements