API Reference > OdGe Classes > OdGeExternalCurve3d Class > OdGeExternalCurve3d Methods > OdGeExternalCurve3d::set Method
OdGeExternalCurve3d::set Method
Syntax
C++
OdGeExternalCurve3d& 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 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.