TsgHatchPatternData type

  Classes Reference > CAD Database structure > Types >

TsgHatchPatternData type

Previous pageReturn to chapter overviewNext page

Unit

DXFConv

 

type 

  PsgHatchPatternData = ^TsgHatchPatternData;

  TsgHatchPatternData = record

    LineAngle: Single;

    BaseP: TFPoint;

    Offset: TFPoint;

    DashNum: Integer;    

    Lines: TsgLines;

    IsDash: Boolean;

  end;

 

Description

LineAngle

Hatch line tilt angle.

BaseP

Base point of hatch line. From this point lines are begun put, using offset.

Offset

Displacement of pattern line from base point.

DashNum

Number of parts of line pattern.

Lines

Line pattern data.

IsDash

If hatch line is solid, IsDash = False. Otherwise, IsDash = True.

Go to CAD VCL Enterprise