SketchUp C API
|
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... | |
References an opening object, which is a hole in a face created by an attached component instance or group.
|
related |
Retrieves the number of points of an opening.
[in] | opening | The opening object. |
[out] | count | The number of points. |
|
related |
Retrieves the points of an opening object.
[in] | opening | The opening object. |
[in] | len | The number of points to retrieve. |
[out] | points | The points retrieved. |
[out] | count | The number of points retrieved. |
|
related |
Release an opening object.
[in] | opening | The opening object. |