Skip to content

Input

This section focuses on input methods inside a viewport. There are only two possible input types.

  • Element selection


    During element selection, you are allowing the user to click on an existing element (or multiple elements) and select it. You can then process the element inside your script.

    Here's how to do it

  • Coordinate input


    During coordinate input, you are allowing the user to pick up a point (or multiple points) in the 3D space. During this process, you can use the Allplan build-in functionality of point snap and track tracing.

    Reference