Displays the specified prompt in the command window gets the x, y, and z coordinates specified by the user.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function PromptForPoint2( _
const dsString& Prompt As System.String, _
bool ShowRubberLine As System.Boolean, _
double BasePointX As System.Double, _
double BasePointY As System.Double, _
double BasePointZ As System.Double, _
double* X As System.Double, _
double* Y As System.Double, _
double* Z As System.Double, _
dsMathPlane* Plane As MathPlane _
) As System.Boolean |
Parameters
- Prompt
- Text of prompt
- ShowRubberLine
True to display a rubber line from the origin, or from the BasePointX, BasePointY, and BasePointZ coordinates, to the location of the cursor; false to not display the rubber line
- BasePointX
- x coordinate for the point indicating where to start the rubber line (see Remarks)
- BasePointY
- y coordinate for the point indicating where to start the rubber line (see Remarks)
- BasePointZ
- z coordinate for the point indicating where to start the rubber line (see Remarks)
- X[out]
- x coordinate for a point
- Y[out]
- y coordinate for a point
- Z[out]
- z coordinate for a point
- Plane
- Projection plane cursor coordinates
- Result[out] or Return Value
- True if the prompt is displayed in the command window, false if not
Example
Remarks
See Also
Availability
DraftSight V1R2.0