HyperWorks Desktop

*SystemLocator() - Components

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

*SystemLocator() - Components

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

Previous topic Next topic No expanding text in this topic  

*SystemLocator() - Components

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

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

Syntax

*SystemLocator("model_id system_pool system_id")

Arguments

Name

Description

 

model_id

The model identifier.

 

system_pool

The system pool name.

 

system_id

The system identifier.

Example

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

  *Transparent(On)

  *AutoHide(Off)

  *AnchorToScreen(On)

  *Attach("SYSTEM")

  *SystemLocator("1 Markers 10")

  *Position(0.770437, 0.609091)

  *Text("Note attached to a SYSTEM")

  *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()

See also

 

*NodeLocator()

*PartLocator()

*ElementLocator()

List of Session Statements