Share

AcGiHatchPattern::AcGiHatchPattern (AcArray<AcGiHatchPatternDefinition>&) Constructor

C++

ACDBCORE2D_PORT AcGiHatchPattern(
    const AcArray<AcGiHatchPatternDefinition>&
);

Description

A pattern is defined by one or more pattern lines. This method constructs an AcGiHatchPattern object with the given pattern lines

Parameters

Parameters Description
patLines Defines the hatch pattern lines

Links

AcGiHatchPattern Class

Was this information helpful?