[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


ADD_VIEW terminate action

ADD_VIEW adds an auxiliary view to a 2D layout.

Syntax


--->(ADD_VIEW)--|layout|--+
                          |
            +------<------+
            |
            +--------------------------------<------------------------------------+
            |                                                                     |
            +-(:PROJECTION)--+--(:TOP)--->---+--|get_view_dir|--|CONFIG_VIEW_SA|--+---->
            |                |               |                                    |
            |                +--(:BOTTOM)-->-+                                    |
            |                |               |                                    |
            |                +-(:FRONT)--->--+                                    |
            |                |               |                                    |
            |                +-(:BACK)--->---+                                    |
            |                |               |                                    |
            v                +-(:RIGHT)------+                                    ^
            |                |               |                                    |
            |                +-(:LEFT)-------+                                    |
            |                                                                     |
            +->(:SECTION)----|line|----|point|----|CONFIG_VIEW_SA|------>---------+
            |                                                                     |
            +->(:GENERAL)----|MEASURE_DIR_3D_SA|--------|CONFIG_VIEW_SA|----------+

Options

The following options are available to add your view.

When to use

Use this action to add auxiliary views to a layout. For example, an isometric view of a part may be added to a layout.

Example

The following parameter sequence adds a top view to a layout. It assumes that a part named "part1" exists, and that a layout for this part named "layout1" has been created. It also assumes that a view named "right_view" already exists in the layout.

ADD_VIEW "/part1/layout1" :PROJECTION :TOP :TO_RIGHT "/part1/layout1/right_view" COMPLETE


[Contents] [Index] [Books]