|
SketchUp C API
|
Used to compute UV texture coordinates for a particular face. More...
#include <SketchUpAPI/model/uv_helper.h>
Related Functions | |
(Note that these are not member functions.) | |
| enum SUResult | SUUVHelperRelease (SUUVHelperRef *uvhelper) |
| Releases a UVHelper object that was obtained from a face. More... | |
| enum SUResult | SUUVHelperGetFrontUVQ (SUUVHelperRef uvhelper, const struct SUPoint3D *point, struct SUUVQ *uvq) |
| Retrieves the UVQ point at the given point for the front of the face. More... | |
| enum SUResult | SUUVHelperGetBackUVQ (SUUVHelperRef uvhelper, const struct SUPoint3D *point, struct SUUVQ *uvq) |
| Retrieves the UVQ point at the given point for the back of the face. More... | |
Used to compute UV texture coordinates for a particular face.
|
related |
Retrieves the UVQ point at the given point for the back of the face.
| [in] | uvhelper | The UVHelper object. |
| [in] | point | The point where the coordinates are to be computed. |
| [out] | uvq | The coordinates retrieved. |
|
related |
Retrieves the UVQ point at the given point for the front of the face.
| [in] | uvhelper | The UV helper object. |
| [in] | point | The point where the coordinates are to be computed. |
| [out] | uvq | The coordinates retrieved. |
|
related |
Releases a UVHelper object that was obtained from a face.
| [in] | uvhelper | The UV helper object. |
1.8.3.1