Validating a parametrized DXF file

QSketchMetric Validator

To verify the proper parametrization of a DXF file, use the QSketchMetric Validator. It is a web application that allows to upload DXF file and check if it is properly parametrized. In the event of an error, the app will provide full debug report. Including place where the error occurred in the DXF file and the error message.

Validation process

  1. Go to QSketchMetric Validator and login using your GitHub account. For widgets and fields explanation (for example: tokens) see the Widgets section.

validator
  1. Upload a DXF file by clicking on the Choose a file button or drag and drop a file into the upload area.

Choose a file button
  1. Provide a variables needed for the parametrization. This are the variables on upon which the file is rendered. To do so utilize the set vars button and add as many variables as needed.

    Here the precision of the calculations can be set up as well. Default precision is 3 decimal places.

set vars
  1. Click on the Validate button.

validation button
    1. If the file is properly parametrized, the app will display a message validating succeeded and the rendered file will be available for download.

    validation success
    1. If the file is not properly parametrized, the app will display an error message and a debug report will be available for download.

    validation success
    1. If the DXF file contains more entities than your user account allows, the app will display an error message saying that the file contains more entities than the account allows. In this case, see the Increase entities limit section.

Increase entities limit

Should your project require a higher entity count, kindly reach out to franciszek@lajszczak.dev . Please provide your desired entity limit, your account username, and the number of validations (tokens) needed.

Widgets

  • Choose a file - button that allows to choose a file from your computer.

Choose a file button
  • Validate - button that starts the validation process.

validation button
  • Set vars - button that allows to set variables needed for the parametrization.

set vars button
  • Entities - field that displays the number of entities in a DXF file that can be validated with the account.

entities field
  • Tokens - field that displays the number of validations that can be performed with current entity limit. After each validation the number of tokens is decreased by one. When the number of tokens reaches zero, the user will revert to the default entity limit of 20 entities.

tokens field
increase entities limit button
  • Question mark - button that displays a tooltip with a help center.

question mark button
  • Logout - button that logs out the user.

logout button