PlateModel.SetNormalColors(Variable) Method

Top 

Description

Sets the normal vector color for all the plates in the PlateModel. To set the normal vector color of an individual plate, use the Plate.NormalColor property.

 

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.

 

Method Signature

PlateModel.SetNormalColors(

Variable normalColor)

 

 

Arguments

normalColor


Description:

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

 

 

 

Syntax

myPlateModel1.SetNormalColors(myVariable1);

 

 

See also

PlateModel Object