polyMoveFacetUV is undoable, queryable, and editable.
Modifies the map by moving all UV values associated with
the selected face(s).
The UV coordinates of the model are manipulated without
changing the vertices of the 3D object.
| Long name (short name) |
[argument types] |
Properties |
axisLen(l)
|
[float, float]
|
 
|
|
Axis Length vector, used to draw the manip handles.
C: Default is 1.0, 1.0
Q: When queried, this flag returns a float[2].
In query mode, this flag needs a value.
|
|
axisLenX(lx)
|
float
|
 
|
|
Axis Length in X, used to draw the manip handles.
C: Default is 1.0
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
axisLenY(lx)
|
float
|
 
|
|
Axis Length in Y, used to draw the manip handles.
C: Default is 1.0
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
rotationAngle(ra)
|
angle
|
 
|
|
Angle of rotation.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
pivot(pvt)
|
[float, float]
|
 
|
|
This flag specifies the pivot for scaling and rotation.
C: Default is 0.0 0.0.
Q: When queried, this flag returns a float[2].
In query mode, this flag needs a value.
|
|
pivotU(pvu)
|
float
|
 
|
|
This flag specifies U for the pivot for scaling and rotation.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
pivotV(pvv)
|
float
|
 
|
|
This flag specifies V for the pivot for scaling and rotation.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
random(ran)
|
float
|
 
|
|
This flag specifies the random value for all parameters.
C: Default is 0.0. The range is [-10.0, 10.0].
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
scale(s)
|
[float, float]
|
 
|
|
This flag specifies the scaling vector.
C: Default is 1.0 1.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
scaleU(su)
|
float
|
 
|
|
This flag specifies U for the scaling vector.
C: Default is 1.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
scaleV(sv)
|
float
|
 
|
|
This flag specifies V for the scaling vector.
C: Default is 1.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
translate(t)
|
[float, float]
|
 
|
|
This flag specifies the translation vector.
C: Default is 0.0 0.0.
Q: When queried, this flag returns a float[2].
In query mode, this flag needs a value.
|
|
translateU(tu)
|
float
|
 
|
|
This flag specifies the U translation vector.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
translateV(tv)
|
float
|
 
|
|
This flag specifies the V translation vector.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
name(n)
|
string
|
|
|
Name the resulting object.
|
|
constructionHistory(ch)
|
boolean
|

|
|
Turn the construction history on or off (where applicable).
Q: When queried, this flag returns an int.
In query mode, this flag needs a value.
|
|