HyperWorks Desktop

*BeginMeasures()

Indicates the start of a measure block created from the Measure panel in HyperView.

*BeginMeasures()

Indicates the start of a measure block created from the Measure panel in HyperView.

Previous topic Next topic No expanding text in this topic  

*BeginMeasures()

Indicates the start of a measure block created from the Measure panel in HyperView.

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

Syntax

*BeginMeasures(id, label, type, visibility)

Arguments

Name

Description

 

id

The measure group ID.

 

label

The measure group label.

 

type

The measure type created.  Options include Distance Between, Position, Relative Displacement, Relative Angle, Angle Between, Nodal Contour, Elemental Contour, Node Path, Yaw Pitch Roll, Minimum Distance, or Circle Radius.

 

visibility

On - Displays the measure.

Off - Turns off the measure display.

Substatements

*Attribute()

*NodeLocator()

*NumericFormat()

*PartLocator()

*ReferenceStep()

*ResolvedInSystem()

*SystemLocator()

Example

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

         *ReferenceStep(1.00000000)

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

         *NodeLocator("1 Node 33612")

         *SystemLocator("1 System 2")

         *NumericFormat(Scientific, 3)

         *NumericFormat(Fixed, 3)

*EndMeasures()

Application

HyperView.

Comments

This block captures the measure settings for each measure type.

See also

 

*Attribute()

*EndMeasures()

*NodeLocator()

*NumericFormat()

*PartLocator()

*ReferenceStep()

*ResolvedInSystem()

*SystemLocator()

List of Session Statements