API Reference > OdDb Classes > OdDbMPolygon Class > OdDbMPolygon Methods > OdDbMPolygon::getPatternDefinitionAt Method
OdDbMPolygon::getPatternDefinitionAt Method
Syntax
C++
virtual void getPatternDefinitionAt(int index, double& angle, double& baseX, double& baseY, double& offsetX, double& offsetY, OdGeDoubleArray& dashes) const;
Parameters 
Description 
double& baseX 
[out] Receives the line base point X.  
double& baseY 
[out] Receives the line base point Y.  
double& offsetX 
[out] Receives the line offset X.  
double& offsetY 
[out] Receives the line offset Y.  
OdGeDoubleArray& dashes 
[out] Receives the line dash lengths. 
lineIndex 
[in] Line index.  
lineAngle 
[out] Receives the line angle.  

Returns the specified pattern definition line. 

 

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