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

References an opening object, which is a hole in a face created by an attached component instance or group. More...

#include <SketchUpAPI/model/opening.h>

Related Functions

(Note that these are not member functions.)

enum SUResult SUOpeningGetNumPoints (SUOpeningRef opening, size_t *count)
 Retrieves the number of points of an opening. More...
 
enum SUResult SUOpeningGetPoints (SUOpeningRef opening, size_t len, struct SUPoint3D points[], size_t *count)
 Retrieves the points of an opening object. More...
 
enum SUResult SUOpeningRelease (SUOpeningRef *opening)
 Release an opening object. More...
 

Detailed Description

References an opening object, which is a hole in a face created by an attached component instance or group.

Since
SketchUp 2014, API 2.0

Friends And Related Function Documentation

enum SUResult SUOpeningGetNumPoints ( SUOpeningRef  opening,
size_t *  count 
)
related

Retrieves the number of points of an opening.

Since
SketchUp 2014, API 2.0
Parameters
[in]openingThe opening object.
[out]countThe number of points.
Returns
enum SUResult SUOpeningGetPoints ( SUOpeningRef  opening,
size_t  len,
struct SUPoint3D  points[],
size_t *  count 
)
related

Retrieves the points of an opening object.

Since
SketchUp 2014, API 2.0
Parameters
[in]openingThe opening object.
[in]lenThe number of points to retrieve.
[out]pointsThe points retrieved.
[out]countThe number of points retrieved.
Returns
enum SUResult SUOpeningRelease ( SUOpeningRef opening)
related

Release an opening object.

Since
SketchUp 2014, API 2.0
Parameters
[in]openingThe opening object.
Returns

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