PlateModel.SetNormalLengths(Variable) Method

Top 

Description

Sets the length to use when drawing the normal vectors for all the plates in the PlateModel. To set the normal vector length for an individual plate, use the Plate.NormalLength 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.SetNormalLengths(

Variable normalLength)

 

 

Arguments

normalLength


Description:

The length to use when drawing normals.

Units:

m

Valid Range:

normalLength > 0

 

 

 

Syntax

myPlateModel1.SetNormalLengths(myVariable1);

 

 

See also

PlateModel Object