SketchUp C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Related Functions
SUUVHelperRef Struct Reference

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...
 

Detailed Description

Used to compute UV texture coordinates for a particular face.

Friends And Related Function Documentation

enum SUResult SUUVHelperGetBackUVQ ( SUUVHelperRef  uvhelper,
const struct SUPoint3D point,
struct SUUVQ uvq 
)
related

Retrieves the UVQ point at the given point for the back of the face.

Parameters
[in]uvhelperThe UVHelper object.
[in]pointThe point where the coordinates are to be computed.
[out]uvqThe coordinates retrieved.
Returns
enum SUResult SUUVHelperGetFrontUVQ ( SUUVHelperRef  uvhelper,
const struct SUPoint3D point,
struct SUUVQ uvq 
)
related

Retrieves the UVQ point at the given point for the front of the face.

Parameters
[in]uvhelperThe UV helper object.
[in]pointThe point where the coordinates are to be computed.
[out]uvqThe coordinates retrieved.
Returns
enum SUResult SUUVHelperRelease ( SUUVHelperRef uvhelper)
related

Releases a UVHelper object that was obtained from a face.

Parameters
[in]uvhelperThe UV helper object.
Returns

The documentation for this struct was generated from the following files: