Share

TextureMap Object


Description

Each TextureMap references a TextureCoordinateSet that defines the coordinates of the map on the face. Several TextureMaps could reference a single TextureCoordinateSet.

Methods

Name Description
GenerateImage Generates an image at the specified location.
GetTextureCoordinateSet Gets the TextureCoordinateSet for the input tolerance.

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.
Image Gets the image for the texture map.
MaskColor Gets the mask color for the texture map image.
Parent Gets the parent object from whom this object can logically be reached.
Transformation A matrix that defines how the coordinates map to the actual face coordinates.
Type Returns an ObjectTypeEnum indicating this object's type.
UseMask Gets whether the texture map mask is in use.

Accessed From

TextureMaps.Item

Version

Introduced in version 10

Was this information helpful?