HyperWorks Desktop

*ElementLocator() - Components

This command is used to locate an element in the model.

*ElementLocator() - Components

This command is used to locate an element in the model.

Previous topic Next topic No expanding text in this topic  

*ElementLocator() - Components

This command is used to locate an element in the model.

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

Syntax

*ElementLocator("Model_id Element_pool Element_id")

Arguments

Name

Description

 

Model_id

The model identifier.

 

Element_pool

The element pool name.

 

Element_id

The element identifier.

Example

*BeginNote("On", "Note 2")

  *Transparent(On)

  *AutoHide(Off)

  *AnchorToScreen(On)

  *Attach("ELEMENT")

  *ElementLocator("1 ELEMENT_SHELL 2031")

  *Position(0.366667, 0.296364)

  *Text("This is a note attached to an ELEMENT")

  *Font("Bitstream Vera Sans", "regular", "regular", 10)

  *Color(0)

  *BorderWidth(1)

  *NoteAlignment(Left)

  *NoteAnchor(None, None)

  *TitleFlag(No)

*EndNote()

Application

HyperView.

Context

*BeginMeasures()

*BeginTracing()

*BeginTracking()

*BeginNote()

See also

 

*Dof

*NodeLocator()

*PartLocator()

*SystemLocator()

List of Session Statements