API Reference > OdGe Classes > OdGeExternalCurve2d Class > OdGeExternalCurve2d Methods > OdGeExternalCurve2d::set Method
OdGeExternalCurve2d::set Method
Syntax
C++
OdGeExternalCurve2d& set(void* pCurveDef, OdGe::ExternalEntityKind curveKind, bool makeCopy = true);
Parameters 
Description 
void* pCurveDef 
[in] Pointer to the curve definition.  
OdGe::ExternalEntityKind curveKind 
[in] Information about system that created the curve.  
bool makeCopy = true 
[in] If true, makes a copy of of the curve definition. 

Sets the parameters for this external curve according to the arguments, and returns a reference to this external curve. 

 

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