PlateModel.SetWireframeColors(Variable) Method

Top 

Description

Sets the wireframe color for all the plates in the PlateModel. To set the color of an individual plate, use the Plate.WireframeColor property.

 

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.

 

Method Signature

PlateModel.SetWireframeColors(

Variable wireframeColor)

 

 

Arguments

wireframeColor


Description:

The wireframe color to apply to all plates in this PlateModel.

 

 

 

Syntax

myPlateModel1.SetWireframeColors(myVariable1);

 

 

See also

PlateModel Object