API Reference > Classes > Extension Classes > ExBimCommandContext Class > ExBimCommandContext Methods > ExBimCommandContext::getPoint Method
ExBimCommandContext::getPoint Method
Syntax
C++
virtual OdGePoint3d getPoint(const OdString& prompt, int options = OdEd::kGptDefault, const OdGePoint3d* pDefVal = 0, const OdString& keywords = OdString::kEmpty, OdEdPointTracker* = 0);
Parameters 
Description 
const OdString& prompt 
[in] Prompt output before pausing for user input.  
int options = OdEd::kGptDefault 
[in] Combination of OdEd::CommonInputOptions and OdEd::GetStringOptions enum values.  
const OdGePoint3d* pDefVal = 0 
[in] Default value.  
const OdString& keywords = OdString::kEmpty 
[in] Keyword string.  
OdEdPointTracker 
[in] Pointer to a Point Tracker for this user input. 

Gets point of this CommandContext object. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.