PlateModel.DrawMethod Property

Top 

Description

The method by which the PlateModel will be drawn in views.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

2 ( Solid with Wireframe )

Valid Values:

Value

Label

0

Solid

1

Wireframe

2

Solid with Wireframe

 

Syntax

myVariable1 = myPlateModel1.DrawMethod;

 

myPlateModel1.DrawMethod = myVariable1;

 

See also

PlateModel Object