API Reference > Other Classes > OrthoRubberBand Class > OrthoRubberBand Methods > OrthoRubberBand::create Method
OrthoRubberBand::create Method
Syntax
C++
static OdEdPointTrackerPtr create(const OdGePoint3d& base, const OdGePoint3d& nextPoint, OdGsModel* pModel = NULL);
Parameters 
Description 
const OdGePoint3d& base 
[in] First point of created line segment.  
const OdGePoint3d& nextPoint 
[in] First point of created line segment.  
OdGsModel* pModel = NULL 
[in] Collections of drawable objects in the ODA Platform framework. See GsModel.h  

the pointer of created tracker.

Creates the tracker with one line segment .

Copyright © 2002–2020. Open Design Alliance. All rights reserved.