HyperWorks Desktop

*MdlFile()

Specifies the MDL file to be read into a *BeginModel() block.

*MdlFile()

Specifies the MDL file to be read into a *BeginModel() block.

Previous topic Next topic No expanding text in this topic  

*MdlFile()

Specifies the MDL file to be read into a *BeginModel() block.

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

Syntax

*MdlFile("File Name")

Arguments

Name

Description

 

"File Name"

The complete path of the MDL file.

Example

*BeginWindow(Model)      

  *IsActive()

  *BeginModel()

      *MdlFile("/homes/auspexc/dmason/test.mdl")

       *BeginGraphic()

           *LightInfo(0, 0, 1, 0.5, 0.5, 0.5, 64)

           *RotationAngle(15)

       *EndGraphic()

  *EndModel()

*EndWindow()

Application

MotionView.

Context

*BeginModel()

*BeginPage()

*BeginWindow()

See Also

 

*BeginMdl()

*BeginModel()

MDL Reference

List of Session Statements