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

Properties

ISkpCurve Interface Reference

A curve interface. More...

Inheritance diagram for ISkpCurve:
SkpArcCurve

List of all members.

Properties

ISkpEdges Edges [get]
 [propget] Get the ISkpEdge objects that use this curve.
ISkpEdge FirstEdge [get]
 [propget] Get the first ISkpEdge that uses this curve.
ISkpEdge LastEdge [get]
 [propget] Get the last ISkpEdge that uses this curve.

Detailed Description

A curve interface.


Property Documentation

ISkpEdges ISkpCurve::Edges [get]

[propget] Get the ISkpEdge objects that use this curve.

Return values:
pVal A collection of the edges using this curve.
Returns:
S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
ISkpEdge ISkpCurve::FirstEdge [get]

[propget] Get the first ISkpEdge that uses this curve.

Return values:
pVal The first edge (in some internal ordering) that uses this curve.
Returns:
S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
ISkpEdge ISkpCurve::LastEdge [get]

[propget] Get the last ISkpEdge that uses this curve.

Return values:
pVal The last edge (in some internal ordering) that uses this curve.
Returns:
S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.

©2010 Google - Google Home - About Google