API Reference > Classes > PRC Protocol Extensions Classes > ExPrcCommandContext Class > ExPrcCommandContext Methods > ExPrcCommandContext::createRubberBand Method
ExPrcCommandContext::createRubberBand Method
Syntax
C++
virtual OdEdPointDefTrackerPtr createRubberBand(const OdGePoint3d& base, OdGsModel* pModel = NULL) const;
Parameters 
Description 
const OdGePoint3d& base 
[in] A base point.  
OdGsModel* pModel = NULL 
[in] A raw pointer to a GS model object that should include created rubberband. 

Creates a rubberband line from the specified point (base point) to the user input.

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