<%NOJS_WARNING%>

KISTERS Logo KISTERS logo

导航:  

> 3DVS VR > 使用教程

Creating and adapting a menu

滚动 PDF |

With a text editor like Notepad++ you can create your own additional menus or adapt existing menus.

Copy the file Default.guixml (complete menu) from the folder Installation Directory\VR\Menus for example to your desktop and rename it.

Open the renamed file with an editor.

Edit the xml structure. The elements are explained in the following table.

Copy your customized menu into the VR/Menu folder.

3d_tutorial_menueerzeugen_zoom75

Tag

Attribute

Description

Menu


Creates the VR menu (max. 1 allowed).


Distance

Distance from controller to menu.


ButtonSize

Size of the menu buttons.


Spacing

Distance between the menu buttons.


Tiltable

The menu is tilted according to the controller position.


Tab


Creates a new tab.


Name

Name of the tab.


Icon

Icon of the tab. This must be located in the Installation Directory\Resources\Icons or a subdirectory.


Row


Creates a line within the tab. The lines are displayed in the order in which they were defined. The width of the menu is automatically adjusted.


Button


Creates another menu button.


Name

Button name, appears when the selection beam points to a button.


Icon

Icon of the button. This must be located in the Installation Directory\Resources\Icons or a subdirectory.


Category & ID

From the combination Category and ID the button is connected to a tool. Search for the desired tool in the following table and take the values for Category and ID.

Example: The Measurement – Point coordinate tool has the values Category (4), ID (1).

VR Menu

Symbol

Description

Category

ID

3D_Tutorial_SymStart

Tab Start



3D_Tutorial_SymCat2ID1

Parts can be selected with the red beam (controller key 3)

2

1

3D_Tutorial_SymCat2ID2

Hide parts

2

2

3D_Tutorial_SymCat2ID3

Delete parts

2

3

3D_Tutorial_SymCat2ID4

Activates Ghost function

2

4

3D_Tutorial_SymCat2ID6

Selects parts with the same node color

2

6

3D_Tutorial_SymCat2ID7

Selects all instances of a part

2

7

3D_Tutorial_SymCat1ID1

Select all

1

1


3D_Tutorial_SymCat1ID3

Isolate selected parts (all other parts are hidden)

1

3

3D_Tutorial_SymCat2ID2

Hide selected parts

1

5

3D_Tutorial_SymCat1ID6

Delete selected parts

1

6

3D_Tutorial_SymCat2ID4

Ghost selected parts

1

7


3D_Tutorial_SymCat1ID12

Hide all markups

1

12

3D_Tutorial_SymCat1ID13

Hide all PMIs

1

13


3D_Tutorial_SymCat1ID2

Invert the selection of the selected parts

1

2

3D_Tutorial_SymCat1ID14

Reverse the visibility of parts

1

14

3D_Tutorial_SymCat1ID10

Show all parts

1

10

3D_Tutorial_SymCat1ID11

Sets all ghosted parts to visible

1

11


3D_Tutorial_SymCat6ID64

Create a screenshot in PDF format

6

64

3D_Tutorial_SymCat6ID8

Create a screenshot in BMP format

6

8

3D_Tutorial_SymCat6ID32

Create a screenshot in JPG format

6

32

3D_Tutorial_SymCat6ID16

Create a screenshot in PNG format

6

16


3D_Tutorial_SymView

Tab View



3D_Tutorial_SymCat1ID15

Activating home view

1

15

3D_Tutorial_SymCat1ID16

Activating previous view

1

16

3D_Tutorial_SymCat1ID17

Activating next view

1

17

3D_Tutorial_SymCat1ID18

Show/Hide solids

1

18

3D_Tutorial_SymCat1ID19

Show/Hide wires

1

19

3D_Tutorial_SymCat1ID20

Show/Hide shadows

1

20

3D_Tutorial_SymCat1ID21

Show/Hide animations

1

21


3D_Tutorial_SymMaesure

Tab Measurement



3D_Tutorial_SymCat4ID1

Create markup with point coordinates

4

1

3D_Tutorial_SymCat4ID2

Create markup with edge length

4

2

3D_Tutorial_SymCat4ID4

Create markup with circle radius

4

4

3D_Tutorial_SymCat4ID5

Create markup with circle diameter

4

5

3D_Tutorial_SymCat4ID6

Create markup with circumference

4

6

3D_Tutorial_SymCat4ID7

Create markup with circle center

4

7

3D_Tutorial_SymCat4ID8

Create markup with point-point distance

4

8

3D_Tutorial_SymCat4ID9

Create markup with point-edge distance

4

9

3D_Tutorial_SymCat4ID10

Create markup with point-circle axis distance

4

10

3D_Tutorial_SymCat4ID11

Create markup with point-solid distance

4

11

3D_Tutorial_SymCat4ID12

Create markup with edge-edge distance

4

12

3D_Tutorial_SymCat4ID13

Create markup with edge-surface distance

4

13

3D_Tutorial_SymCat4ID14

Create markup with edge-solid distance

4

14

3D_Tutorial_SymCat4ID16

Create markup with circle axis-circle axis distance

4

16

3D_Tutorial_SymCat4ID17

Create markup with circle axis-edge distance

4

17

3D_Tutorial_SymCat4ID18

Create markup with surface-surface distance

4

18


3D_Tutorial_SymCat4ID19

Create markup with surface axis-circle center distance

4

19

3D_Tutorial_SymCat4ID20

Create markup with surface-solid distance

4

20

3D_Tutorial_SymCat4ID21

Create markup with solid-solid distance

4

21

3D_Tutorial_SymCat4ID22

Create markup with cylinder center-surface distance

4

22

3D_Tutorial_SymCat4ID23

Create markup with circle axis-circle axis angle

4

23

3D_Tutorial_SymCat4ID24

Create markup with circle axis-edge angle

4

24

3D_Tutorial_SymCat4ID25

Create markup with edge-edge angle

4

25

3D_Tutorial_SymCat4ID26

Create markup with plane-plane angle

4

26


3D_Tutorial_SymCat4ID28

Create markup with an angle between edges from three points

4

28

3D_Tutorial_SymCat4ID29

Create markup with ray-based thickness in one measurement point

4

29

3D_Tutorial_SymCat4ID30

Create markup with rolling ball thickness in one measurement point

4

30

3D_Tutorial_SymCat4ID31

Create markup with the (world) axis parallel bounding box of one or more parts

4

31

3D_Tutorial_SymCat4ID32

Create markup with a minimum bounding box aligned with the part

4

32

3D_Tutorial_SymCat4ID34

Create markup with the surface area of a selected area

4

34

3D_Tutorial_SymCat4ID35

Create markup with the area of a selected circle

4

35

3D_Tutorial_SymCat4ID36

Create markup with drill hole information of a selected circle

4

36


3D_Tutorial_SymAnalyze

Tab Analysis



3D_Tutorial_SymCat1ID23

Cut the model along a plane to show the interior and take measurements

1

23

3D_Tutorial_SymCat1ID24

Quick graphical comparison between two models

1

24

3d_tutorial_symcat1id29_zoom80

Calculation of the neutral axis running through the center of a tube

1

29

3D_Tutorial_SymCat4ID36

Calculation of drill holes that are present in the part.

(Only for models with construction edges)

1

30

3D_Tutorial_SymCat1ID31

Shows angles at which a casting mould can be placed around the model

1

31

3D_Tutorial_SymCat1ID32

Generates a new geometry that displays the wall thicknesses of selected models using a color scale

1

32


3D_Tutorial_SymTransform

Tab Transform



3D_Tutorial_SymCat5ID1

Free moving in space

5

1

3D_Tutorial_SymCat5ID2

Moving along the coordinate axes

5

2

3D_Tutorial_SymCat5ID3

Rotation along the axes of the model

5

3

3D_Tutorial_SymCat1ID34

Mirroring on a specific plane

1

34

3D_Tutorial_SymCat1ID28

Resets transformations made after loading

1

28


3D_Tutorial_SymCat5ID10

Transformation using any two points

5

10

3D_Tutorial_SymCat5ID12

Transformation using two circle center points

5

12

3D_Tutorial_SymCat5ID20

Rotation based on two normals

5

20


3D_Tutorial_SymCat5ID30

Alignment over two coordinate systems

5

30

3D_Tutorial_SymCat5ID31

Alignment over two circle axis

5

31

3D_Tutorial_SymCat5ID32

Alignment over two planes

5

32


3D_Tutorial_SymCat1ID35

Scale up

1

35

3D_Tutorial_SymCat1ID36

Scale down

1

36


3D_Tutorial_SymTools

Tab Tools



3D_Tutorial_SymCat3ID2

Draw circle markup

3

2

3D_Tutorial_SymCat3ID4

Freehand drawing

3

4

3D_Tutorial_SymCat1ID33

Deactivate all active functions and reset the cursor mode to "Select"

1

33

3D_Tutorial_SymCat1ID22

Undo last action

1

22

English Version German Version Japanese Version Italian Version French Version Spanish Version Chinese Version Tutorial Admin-PDF File Format list-PDF Release Notes-PDF Sys requ-PDF Function list-PDF