API Documentation > Collections > Class IpfcCoonsUVDerivatives
Class IpfcCoonsUVDerivatives
Description
A class representing the corner UV mixed derivatives of a Coons patch.
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] [2]
Method Summary
Function
Item ( Index1 as Long , Index2 as Long )
Accesses an item by its index in the sequence.
Sub
Set ( Index1 as Long , Index2 as Long , Item as IpfcVector3D )
Assigns an item to the designated index in the sequence.
Method Detail
Function
Item
( Index1 as Long , Index2 as Long )
Accesses an item by its index in the sequence.
Sub
Set
( Index1 as Long , Index2 as Long , Item as IpfcVector3D )
Assigns an item to the designated index in the sequence.
Was this helpful?