Go to Google Code Home
Google SketchUp SkpReader C++ API Documentation (Labs)

Public Member Functions | Properties

ISkpPoint3d Interface Reference

Describes a point3d. More...

List of all members.

Public Member Functions

HRESULT Get ([out] double *x,[out] double *y,[out]double *z)
 Get the values of the point.

Properties

double X [get]
 [propget] Get the x-value of the point
double Y [get]
 [propget] Get the y-value of the point
double Z [get]
 [propget] Get the z-value of the point

Detailed Description

Describes a point3d.


Member Function Documentation

HRESULT ISkpPoint3d::Get ( [out] double *  x,
[out] double *  y,
[out] double *  z 
)

Get the values of the point.

Parameters:
x Pointer to a double to hold the value of x
y Pointer to a double to hold the value of y
z Pointer to a double to hold the value of z

Property Documentation

double ISkpPoint3d::X [get]

[propget] Get the x-value of the point

Parameters:
pVal Pointer to a double to hold the value of x
double ISkpPoint3d::Y [get]

[propget] Get the y-value of the point

Parameters:
pVal Pointer to a double to hold the value of y
double ISkpPoint3d::Z [get]

[propget] Get the z-value of the point

Parameters:
pVal Pointer to a double to hold the value of z

©2010 Google - Google Home - About Google