Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to make some shortcuts to open "Diagrams for members" window with selected reactions and labels .
When i use this code:
Dim ViewMngr As RobotViewMngr
Dim MyView As IRobotView3
Set ViewMngr = RobApp.Project.ViewMngr
Set MyView = ViewMngr.GetView(1)
GraphicalResults = Array(I_VDRT_REACTION_FX, I_VDRT_REACTION_FY, I_VDRT_REACTION_FZ)
For I = 0 To UBound(GraphicalResults)
MyView.ParamsDiagram.Set GraphicalResults(I), True
Next I
MyView.Redraw 1
ViewMngr.Refresh
Nothing happend but when i open "diagrams for members" window i see the FX FY FZ are selected by api but the "description" mode is not selected. Do you know the code to select this checkbox to true and the way to open the window "Diagrams for members". I make it thousend times a day so i though this app could be usefull.
Thanks for advices.
Solved! Go to Solution.