PlateModel.DrawRotationAxes Property

Top 

Description

Determines whether to draw the rotation axes of the plates in this PlateModel in views. This axes will only be shown if the Plate.ArticulationModel for a given Plate is set to single-axis sun tracking or two-axis sun tracking.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlateModel1.DrawRotationAxes;

 

myPlateModel1.DrawRotationAxes = myVariable1;

 

See also

PlateModel Object