HyperWorks Desktop

*DefinePage

Begins a page definition block.

*DefinePage

Begins a page definition block.

Previous topic Next topic No expanding text in this topic  

*DefinePage

Begins a page definition block.

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

Syntax

*DefinePage(page_def_name, [arg_1, arg_2,..., arg_n])

Arguments

Name

Description

 

page_def_name

The name of the page definition.

 

arg_1,

arg_2, ...,

arg_n

User-defined optional arguments.

Example

*DefinePage(page_def_1, req_name, rep_name)

   *Layout(10)

   *Title("Ride Plots", On)

   *Plot(dummy, "PLOT", plt_def_camber, req_name)

   *Plot(dummy, "PLOT", plt_def_caster, req_name)

   *Plot(dummy, "PLOT", plt_def_toe, req_name)

   *BeginTextEditor()

     *FileName(rep_name)

     *Font("courier", 1, 1, 14)

   *EndTextEditor()

*EndDefine()

Application

MotionView, HyperView, HyperGraph, and TextView.

Comments

The *DefinePage() statement requires an ending *EndDefine() statement.

 

All arguments after the first argument are user-defined.

See also

 

*BeginGraphic() in Script Files

*BeginPlot() in Script Files

*BeginTextEditor() in Script Files

*DefineGraphic()

*DefinePlot()

*DefineTextEditor()

*Layout() in Script Files

*Page()

*Title() in Script Files

List of Report Statements