Create Multiple Forms - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Equipment and Furnishings Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Equipment and Furnishings
Search by Category
Reference Data
Smart 3D Version
12 (2018)

To create multiple forms, see the following example.

  1. From Solution Explorer, right-click TestForm, add a new Windows form, and name it TestForm2.

    For information about adding a new windows form, see Add New Windows Form.

  2. Change the background of the form to any image, as shown in the following illustration, and add controls.

    For more information, see Design the Symbol Background and Place a Control on the Form.

  3. Go to the main TestForm, Add a Button, and rename the button as Insulation.

  4. Double-click the button to be directed to the code page, and type the following text:

    TestForm1.TestForm2 oTestForm2 = null;

    oTestForm2 = new TestForm1.TestForm2();

    Form oFrm = (Form)oTestForm2;

    oFrm.ShowDialog();

  5. Save and Build the solution.

  6. Open Smart 3D, and go to Catalog task. Type 'TestForm,TestForm.TestForm' on the FormDefinition column of the Equipment part in the Catalog task, as shown in the following example.

  7. Go to the Equipment and Furnishings task, and place the vertical complex vessel.

    When placing the vessel, you can observe that the form appears.