HyperCrash

DRAW Instruction

DRAW Instruction

Previous topic Next topic No expanding text in this topic  

DRAW Instruction

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

Description

Draw its argument in the drawing area.

Syntaxes

DRAW(

model

) ;

model

 The name of the model object to be drawn.

DRAW( line ) ;

line

 The name of the line object to be added to a model's drawing.

DRAW( plan ) ;

plan

 The name of the plane object to be added to a model's drawing.

DRAW( structure ) ;

structure

 The name of the structure (FE mesh) object to be drawn.

Comments

A model, a line, and a plane may be drawn at the same time. A mesh may only be drawn alone (no line or plane may be added to its drawing).