Object Hierarchy | Related C++ Class: CUV
Introduced
1.5
Description
This object represents a UV coordinate.
Properties
Examples
VBScript Example
'VBScript example
dim u,v
set root = application.activeproject.activescene.root
set obj = root.addgeometry( "Cube", "MeshSurface" )
set triangle = obj.activeprimitive.geometry.Triangles(0)
for each p in triangle.Points
logmessage "uv = " & p.uv.u & "," & p.uv.v
nextSee Also
Autodesk Softimage v7.5