UV

Object Hierarchy | 関連する C++クラス:CUV

導入

v1.5

詳細

UVオブジェクトは、UV 座標です。

プロパティ

U V    
       

VBScript の例

'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
next

関連項目

TrianglePoint.UV