API Documentation > Collections > Class IpfcVector3D
Class IpfcVector3D
Description
A 3x1 array that stores a three-dimensional vector.
Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.
User Guide References:
Array Dimensions: [3]
Method Summary
Function
Item ( Index as Long )
as Double
Accesses an item by its index in the sequence.
Sub
Set ( Index as Long , Item as Double )
Assigns an item to the designated index in the sequence.
Method Detail
Function
Item
( Index as Long )
as Double
Accesses an item by its index in the sequence.
Sub
Set
( Index as Long , Item as Double )
Assigns an item to the designated index in the sequence.
Was this helpful?