Overload List

  NameDescription
Item[([(Int32, Int32])])
Returns the Vector3 vector with the consecutive number i. The index j corresponds to the vector's consecutive number in the face. Each face has just 3 vertices so the value j lies in the interval 0 to 2.
Item[([(Int32, Int32, Int32])])
Returns the k-th component of the i-th vector. The index j corresponds to the vector's consecutive number in the face. Each face has just 3 vertices so the value j lies in the interval 0 to 2. The parameter k values are given in the GetVector3Coordinate(Vector3, Int32).

See Also