TsgHatchPatternData type
Unit
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