Autodesk Robot Structural Analysis
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try this:
mavueRobot.ParamsDisplay.Set I_VDA_STRUCTURE_NODE_NUMBERS, True
mavueRobot.ParamsDisplay.Set I_VDA_STRUCTURE_BAR_NUMBERS, True
RobApp.Project.ViewMngr.Refresh

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It doesn't work
I would like also change the size of symbols like :
mavueRobot.ParamsDisplay.SymbolSize = 5
This command doesn't change anything.
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I asked you to use this syntax:
mavueRobot.ParamsDisplay.Set I_VDA_STRUCTURE_NODE_NUMBERS, True
mavueRobot.ParamsDisplay.Set I_VDA_STRUCTURE_BAR_NUMBERS, True

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ok sorry and for the syze of symbols ?
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re SymbolSize; is it correct that this only takes an integer, and that the symbolsize represented in Robot is ten times of this?
E.g. SymbolSize = 2 gives a symbol size in robot of 20.
Similarly SymbolSize = 1.5 gives 20, and SymbolSize = 1.4 give 10.
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
sorgjee wrote:
Re SymbolSize; is it correct that this only takes an integer,
and that the symbolsize represented in Robot is ten times of this?E.g. SymbolSize = 2 gives a symbol size in robot of 20.
Similarly SymbolSize = 1.5 gives 20, and SymbolSize = 1.4 give 10.
Yes it is like that. 1 in API coresponds to 10 in Robot.

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It doesn't work, can you send me an example ?
'mavueRobot.ParamsDisplay.Set I_VDA_STRUCTURE_NODE_NUMBERS = True 'mavueRobot.ParamsDisplay.Set I_VDA_STRUCTURE_BAR_NUMBERS = True mavueRobot.ParamsDiagram.Set I_VDRT_NTM_FX, False mavueRobot.ParamsDiagram.Set I_VDRT_NTM_FZ, False mavueRobot.ParamsDiagram.Set I_VDRT_NTM_MY, False 'mavueRobot.ParamsDisplay.Set I_VDA_ADVANCED_OFFSETS, True mavueRobot.ParamsDisplay.Set I_VDA_SECTIONS_SHAPE, True mavueRobot.ParamsDisplay.Set I_VDA_ADVANCED_ELASTIC_FOUNDATION, True 'afficher sol elastique 'mavueRobot.ParamsDisplay.Set I_VDA_FE_PANEL_THICKNESSES, True 'mavueRobot.ParamsDisplay.Set I_VDA_SECTIONS_COLORS, True mavueRobot.Redraw (0) mavueRobot.ParamsDisplay.SymbolSize = 2 robapp.Project.ViewMngr.Refresh
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Check here:

Rafal Gaweda
Product Support
Autodesk, Inc.
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Command VBA Projection Capture of a view
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'd like to ask in the view this :
Unfortunately it is not implemented in API.

Rafal Gaweda
Product Support
Autodesk, Inc.



