API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::shapeScaleAt Method
OdDbLinetypeTableRecord::shapeScaleAt Method
Syntax
C++
double shapeScaleAt(int dashIndex) const;
Parameters 
Description 
int dashIndex 
[in] Dash index as an Integer value in range [0 <= dashIndex < numDashes]. 

Returns the factor by which the text or shape scales within the dash at the specified index (DXF 46). If the scale factor is less than 1.0, the inclusion is condensed. If the scale factor is greater than 1.0, the inclusion is expanded. If the scale factor equals 1.0, the height of the associated text style defines the inclusion size. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setShapeScaleAt() method

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