PlateModel.VisualScale Property

Top 

Description

The visual scale used when drawing the PlateModel in views. The dimensions of the PlateModel are specified in meters, and this property will scale the visualization up or down.

 

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:

number

Access:

read/write

Default Value:

100000

Valid Range:

PlateModel.VisualScale > 0

 

Syntax

myVariable1 = myPlateModel1.VisualScale;

 

myPlateModel1.VisualScale = myVariable1;

 

See also

PlateModel Object