Drawing_Picture_Properties

This check verifies whether pictures in drawings use an allowed graphic file format. It is also possible to check if pictures are within a specified range of width and height, in terms of number of pixels and/or length.

This page discusses:

Context

If you use a drawing from another computer-aided design system, the drawing can be inserted as picture into a drawing. During the conversion, picture can be converted to a not supported format.

Check Information

Check Details Description
Applicable to: DrwPicture
Automatic Solution:
Check Parameters:
  • StdDrawingPicturePropNonAllwdFormats: Multi Value Parameter type.

    Specifies the non-allowed formats, from None, PNG, JPEG, CCITTG3.

  • StdDrawingPicturePropCheckPixelSize: Boolean type.

    Specifies if pictures must be within the specified range of pixel size.

  • StdDrawingPicturePropPixelWidthMin: Integer type.

    Specifies the lower limit of allowed range of number of pixels along width.

  • StdDrawingPicturePropPixelWidthMax: Integer type.

    Specifies the upper limit of allowed range of number of pixels along width.

  • StdDrawingPicturePropPixelHeightMin: Integer type.

    Specifies the lower limit of allowed range of number of pixels along height.

  • StdDrawingPicturePropPixelHeightMax: Integer type.

    Specifies the upper limit of allowed range of number of pixels along height.

  • StdDrawingPicturePropWidthMin: Length type.

    Specifies the lower limit of allowed range of width.

  • StdDrawingPicturePropWidthMax: Length type.

    Specifies the upper limit of allowed range of width.

  • StdDrawingPicturePropHeightMin: Length type.

    Specifies the lower limit of allowed range of height.

  • StdDrawingPicturePropHeightMax: Length type.

    Specifies the upper limit of allowed range of height.

  • StdDrawingPicturePropCheckSize: Boolean type.

    Specifies if pictures must be within the specified range of size.