A line curve.
More...
List of all members.
Detailed Description
A line curve.
This is a virtual entity: one that does not literally exist in the SketchUp database, but rather is created on the fly for the purposes of the API.
See the ISkpEntity::IsVirtual property.
Member Function Documentation
HRESULT ISkpLineCurve::_GetEndPoint |
( |
[out] double |
pPoint3d[3] |
) |
|
Get the end point of this line.
It is assumed that the calling application has allocated space for the return values.
- Return values:
-
| pVal | The end point of this line. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
HRESULT ISkpLineCurve::_GetStartPoint |
( |
[out] double |
pPoint3d[3] |
) |
|
Get the start point of this line.
It is assumed that the calling application has allocated space for the return values.
- Return values:
-
| pVal | The start point of this line. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
Property Documentation
[propget] Get the end point of this line.
- Return values:
-
| pVal | The end point of this line. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
[propget] Get the end vertex of this line.
- Return values:
-
| pVal | The end vertex of this line. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
[propget] Get the start point of this line.
- Return values:
-
| pVal | The start point of this line. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
[propget] Get the start vertex of this line.
- Return values:
-
| pVal | The start vertex of this line. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.