Share

SurfaceBody.GetAppearanceTextureMappingData Method

Parent Object: SurfaceBody

Description

Gets the texture mapping type and alignment.

Syntax

SurfaceBody.GetAppearanceTextureMappingData( TextureMappingType As TextureMappingTypeEnum, [TextureMappingAlignment] As Variant )

Parameters

Name Type Description
TextureMappingType TextureMappingTypeEnum Output texture mapping type applied to the object.
TextureMappingAlignment Variant Output unit vector that indicates the texture mapping alignment. This value will be invalid if the TextureMappingType is not kCylindricalMappingType or kSphericalMappingType.

This is an optional argument whose default value is null.

Version

Introduced in version 2014

Was this information helpful?