Type Alias HatchPatternLine

HatchPatternLine: {
    angle: Radian;
    dashPattern: PrecisionValue[];
    offset: [PrecisionValue, PrecisionValue];
    origin: DucPoint;
}

Pattern line definition for custom hatch patterns

Type declaration