#include <linesegment.h>
Public Member Functions | |
void | set (const dimeVec3f &p0, const dimeVec3f &p1, const dxfdouble startWidth, const dxfdouble endwidth, const dxfdouble thickness) |
void | convert (dxfLineSegment *prev, dxfLineSegment *next, dxfLayerData *data, dimeMatrix *matrix) |
|
Converts the line segment to geometry, and puts the geometry into layerData. |
|
Sets the data for this line segment. startwidth is the width at p0, endwidth is the width at p1. thickness is the height of the line segment. |