Product(s):
OpenBuildings Designer
Version(s):
CONNECT Edition
Area:
General
Subarea:
Key-ins
Problem Description
How to resolve an "Unknown key-in or command" message when using IFCIN Key-in?
Steps…
Hi all,
can I use a VBA macro (or key ins) to execute a query (or open a .ecquery.xml file) in OpenPlant Modeler CE?
I tried to record a macro, but with no results...
For example, I need to create a batch to execute a query on a list of DGN files…
Hello,
I have a set of plans sheets that need to reference a master file. The master file then has to be clipped to a specific element on a specific level. I am trying to automate this process using a batch process.
In order to begin the clipping…
Hello,
I am new to MicroStation V8i. I am trying to use a batch process to reference one file to a set a drawings. My issue lies in the script for the key-in.
This is what I have found so far:
Key-in: RF= [configuration_variable:]<filename> […
By default, the Command Manager panel is opened when OpenCities Map is started. To avoid this, edit MS_GEOXFM_LOAD_METHODS = $(MS_GEOXFM_MENUNAME)|Open to MS_GEOXFM_LOAD_METHODS = $(MS_GEOXFM_MENUNAME)| Closed
Beginning with OpenCities Map CONNECT…
I have created a Dgnlib that will contain seed models for various tables we use. I can currently click on the Place Table tool, and then select the correct Table Seed from the drop down box. I would however like to automate this process using the Key…
MicroStation Help has a page or two about Detaching References . However, the documentation fails to mention the key-in to detach all references: REFERENCE DETACH ALL .
Product:
MicroStation
Version:
CONNECT
Environment:
N\A
Area:
Configuration
Subarea:
General
The Situation
Have you ever wanted to view extended configuration information but did not want to…
When posting a question to one of the Be Communities Forums it's always good practise to reveal the version of MicroStation (or other product) that you are using. MicroStation's version command is there to help: type version in the command key-in window…
Product(s):
ProStructures
Version(s):
CONNECT Edition (10.XX.00.XX)
Area:
N/A
Subarea:
N/A
Original Author:
Vyanktesh Nama, Bentley Product Advantage Group
Overview
In this wiki, we are going…
Hi,
So i have been playing around with Key-In's, I am attempting to make a batch process key-in script that sets all level overrides so it doesn't have to manually be done.
I have successfully done this in the past - but for some reason I'm having…
What is the key-in to delete the particular named cell from multiple AECOsim/MicroStation files? I would like to use that key-in through the batch process in order to automate. Please advise the alternate ways of doing this if this is not possible with…
Hi, I am trying to run a script file (with simple set of commands) by using key-in: @"script_file_name"
It works well when the file is located on a local drive but I don't know how to refer to that file when located on PW.
Regards,
Mariusz
In ORD Reality Modeling when I have a point cloud loaded and the Reality Model Presentation box open to the Sections tab and attempt to either use key-ins or the buttons to move a quick section forward/backward/rotate I get a pause and the spinning cursor…
Using Descartes in V8i I had keyins setup to move forward/backward/rotate and create a new quick section using F1-F4. In ORD, the keyins for moving forward/backward/rotating seem to work, but the keyins for creating quick sections do not work.
I get…
I need a key-in to set the model Line Style Scale properties to Compound Scale. I've found may key-ins for different model settings, but not for this one. Is such a key-in available?
Product(s):
OpenBuildings Designer
Version(s):
CONNECT Edition
Environment:
N/A
Area:
General
Subarea
Conversion of ACIS bodies to Parasolid
Background:
If there are ACIS bodies present in…
Product(s):
MicroStation
Version(s):
CONNECT Edition
Environment:
N\A
Area:
View
Subarea:
General
How to toggle a Views background color via keyin
Steps to Accomplish
Select the Key-in…
I develop plugins for the OpenCities Map PowerView CONNECT Edition application with C++.
From one of my plugin I use the mdlInput_sendKeyin() function to trigger a feature in another plugin developed by me also. I want to log every keyin commands which…