API Documentation > Collections > Class IpfcUVOutline
Class IpfcUVOutline
Description
This class represents two UV points which serve as a bounding box for a surface.
Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.
Array Dimensions: [2]
Method Summary
Function
Item ( Index as Long )
Accesses an item by its index in the sequence.
Sub
Set ( Index as Long , Item as IpfcUVParams )
Assigns an item to the designated index in the sequence.
Method Detail
Function
Item
( Index as Long )
Accesses an item by its index in the sequence.
Sub
Set
( Index as Long , Item as IpfcUVParams )
Assigns an item to the designated index in the sequence.
Was this helpful?