GET SOLID FACE UV
From Macros Wiki
Jump to navigationJump to search
Command
- GET_SOLID_FACE_UV <solid number>, <face number>, <u1>, <v1>, <u2>, <v2>
- Get the UV parameters of a solid face.
Parameters
- <solid number>
- Solid number.
- <face number>
- Face number.
- <u1>
- The name of a numeric variable to be set to the start value in the U direction.
- <v1>
- The name of a numeric variable to be set to the start value in the V direction.
- <u2>
- The name of a numeric variable to be set to the end value in the U direction.
- <v2>
- The name of a numeric variable to be set to the end value in the V direction.
Example
- GET_SOLID_FACE_UV 2, 5, u1, v1, u2, v2
- For an example macro see Create_face_point