Properties_T_Rhino_Render_CachedTextureCoordinates - mcneel/rhinocommon-api-docs GitHub Wiki

CachedTextureCoordinates Properties

The CachedTextureCoordinates type exposes the following members.

Properties

 

Name Description
Public property Count Number of cached coordinates.
Public property Dim Coordinate dimension: 2 = UV, 3 = UVW
Public property HasUserData Gets true if this class has any custom information attached to it through UserData. (Inherited from CommonObject.)
Public property IsDocumentControlled If true this object may not be modified. Any properties or functions that attempt to modify this object when it is set to "IsReadOnly" will throw a NotSupportedException. (Inherited from CommonObject.)
Public property IsReadOnly This collection is always read-only
Public property IsValid Tests an object to see if it is valid. (Inherited from CommonObject.)
Public property Item Gets the element at the specified index. Never call the set method, it will always throw a NotSupportedException because this list is read-only.
Public property MappingId The texture mapping Id.
Public property UserData List of custom information that is attached to this class. (Inherited from CommonObject.)
Public property UserDictionary Dictionary of custom information attached to this class. The dictionary is actually user data provided as an easy to use sharable set of information. (Inherited from CommonObject.)
  Back to Top

See Also

Reference

CachedTextureCoordinates Class
Rhino.Render Namespace

⚠️ **GitHub.com Fallback** ⚠️