Vector.Element Property

Top 

Description

The x, y, z components of the vector.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Default Value:

{ 1.0, 0.0, 0.0 }

 

Syntax

myVariable1 = myVector1.Element[0];

 

myVector1.Element[0] = myVariable1;

 

See also

Vector Object

Coverage and Contact Analysis Guide

Vectors and Coordinate Systems Guide

Matrix, Array, and Variable Math Guide