API Documentation > Interfaces > Interface ItemAppearanceAndTextures
Interface ItemAppearanceAndTextures

package com.ptc.wfc.wfcSolid;

public interface
ItemAppearanceAndTextures
extends
jxobject


Description
Interface describing appearance and texture properties of an item
Method Summary
Get method for attribute "Appearance"
The appearance properties
Get method for attribute "Selection"
Selection handle of the item
Get method for attribute "Textures"
The texture properties
Method Detail
GetAppearance
GetAppearance
()
The appearance properties
User Guide References:
GetTextures
GetTextures
()
The texture properties
User Guide References:
GetSelection
GetSelection
()
Selection handle of the item
User Guide References:
Was this helpful?