Parameters |
Description |
const OdString& prompt |
[in] A prompt string with text printed before waiting for user input. |
int options = OdEd::kGptDefault |
[in] A set of input options (bitwise or combination of the OdEd::CommonInputOptions enum). |
const OdGePoint3d* pDefVal = 0 |
[in] A default value returned if user inputs nothing. |
const OdString& keywords = OdString::kEmpty |
[in] A string with a keywords list. |
OdEdPointTracker* pTracker = 0 |
[in] A pointer to a notification interface for tracking changes in the command context object. |
Returns the entered 3D point.
Gets user input of a point from the command's input.
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.
|