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

Returns the inclusion offset inside the dash at the specified index (DXF 44, 45). This offset defines the two-dimensional displacement to the insertion point of an inclusion relative to the end of the current dash that contains the text or shape as an inclusion. This method returns the offset as an instance of the two-dimensional vector object. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setShapeOffsetAt() method

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