Share

TextureCoordinateSet Object


Description

A TextureCoordinateSet defines the coordinates of the map on the face. The TextureMap.Transformation matrix defines how the coordinates map to the actual face coordinates. Several TextureMaps could reference a single TextureCoordinateSet.

Methods

Name Description
GetCoordinates Method to obtain the coordinates to this set.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of coordinates in this set.
Item Returns the specified coordinates from the set.
Parent Gets the parent object from whom this object can logically be reached.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

TextureMap.GetTextureCoordinateSet

Version

Introduced in version 10

Was this information helpful?