SurfaceBody.GetAppearanceTextureMappingData Method
Parent Object: SurfaceBodyDescription
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. |