Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Unable to find what you are looking for?
Click here
how to move dimension text location programmatically (C# / VBA)
Ram Kumar
Hi all, I would like to adjust my dimension text location programmatically to center / left / right. For more details please refer the below snap shot. I would like to adjust the top dimension text as shown in bottom dimension text. Can any…
over 6 years ago
MicroStation Programming
[Archived] 中国BDN社区 Addins/.NET
RE: [V8] Text note by vba one more time
Jon Summers
Tomasz Jakub said: The most important thing for me is to permanently bind the text orygin point to the end of the line, so that the line changes automatically when the text is moved That requires an association between the line and the text element…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
Adjust Dimension-Text Location Using Microstation VBA/C#
Dharma Rajan
I want to adjust/move the dimension text from one location to another location( Here both source and destination co-ordinates are known ). How to perform this? Kindly suggest. Screenshot is attached for your reference. In the Screenshot, the Red…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
RE: Offset Dimension (VBA)
Jan Šlegr
Hi Jonathan, to be able to identify an element, you have to implement own ILocateCommandEvents object. There are some examples available in MicroStation VBA help. I am not sure whether I understand the required dimension modification right, but a…
over 6 years ago
MicroStation Programming
[Archived] 中国BDN社区 VBA
MSCE U15 VBA - Apply a Dimension Style to a Note Dimension
Rod Wing
I've got a VBA that places a customized Text Note. Private Function CreateNote(ptArray() As Point3d, View As View) As DimensionElement Dim elNote As DimensionElement Dim elLine As LineElement Dim pt3 As Point3d Dim dAngle As Double Dim dStyle…
Answered
over 2 years ago
MicroStation Programming
MicroStation Programming Forum
RE: What is the best way to modify a dimension that is being put in by a VBA?
Robert Hook
Hi Larry, Would you mind reviewing the code in this first topic " VBA - V8i) Set Dimension Offset " from the search I performed: vba AND dimension AND text AND (move OR offset); and see if it helps? If not, would you mind attaching a simplified standalone…
over 8 years ago
MicroStation Programming
MicroStation Programming Forum
(VBA - V8i) Set Dimension Offset
Dave Stevens
I am trying to create dimensions programatically using MicroStation VBA. I can create the dimensions and vary the properties, but I cannot make the witness line move from the edge of the square it is dimensioning. I have tried seemingly everything combination…
over 10 years ago
MicroStation Programming
MicroStation Programming Forum
RE: Add note to Dimension VBA (Beginner)
Jonathan N
I'm using V8i. Unknown said: Are you unsure of how to move the listbox variable to some other sub/function or is it the mechanic of actually inserting the variable text into an existing dimesion? Exactly that!
over 6 years ago
MicroStation Programming
[Archived] 中国BDN社区 VBA
RE: MicroStation Connect v10.11.0.36 - Key In Commands for Dimensioning
Kirk
accudraw activate accudraw bump accudraw bump toolsetting accudraw dialog accudraw dialog getacs accudraw dialog main accudraw dialog saveacs accudraw dialog settings…
over 3 years ago
MicroStation
MicroStation Forum
[OR Ss4] Survey Point Labels - Inconsistent Offsets Depending Upon Feature Definition
caddcop
We are trying to fine tune our Survey Settings to allow the processing of Survey using OpenRoads Ss4. Coming at this from InRoads Survey, we have had a mixture of good results and some not so good. Today, I was trying to figure out why my Survey Point…
over 4 years ago
OpenRoads | OpenSite
OpenRoads | OpenSite Forum
(VBA - V8i) "Creating Dimensions Programmatically" Wiki
Dave Stevens
Could somebody write (or point to) a "How to use MicroStation VBA to Create Dimensions for Dummies" wiki / blog? I would do it - except that I am the dummy. It seems that either dimensions are poorly documented or I am a poor searcher. Regardless,…
over 10 years ago
MicroStation Programming
MicroStation Programming Forum
VBA API Transforms
Robert Hook
MicroStation VBA API Transformation training content. Examples: VBA SmartSolid Transformation PDF
over 3 years ago
MicroStation Programming
MicroStation Programming - Wiki
[v8i Ss3] VBA to Create a Note
caddcop
My actual platform in Power InRoads Ss4. It is delivered with a VBA Project Called SmartObjects that accesses the OpenRoads elements created using the Open Roads technology that is part of the SS4 Bentley Civil Product lines. The example create text node…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
RE: VBA error when creating 2d to 3d model view
jmele
Hi Holly, I’m in a training class conducted by Bentley right now – Volaree Rendon is instructor. I’m attaching the lesson PDF file look at page 23 of this Document and you’ll see we start with a 2D file and then using View Control and setting the…
over 5 years ago
OpenRoads | OpenSite
OpenRoads | OpenSite Forum
RE: VBA not recording in V8i (SS2)
Shahad Sainudeen
3058.ARAMCO_SACS.txt Hi, Please find the attachment for AUTO SACS. MVBA for your reference
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
Placing dimension note via IPrimitiveCommandEvents
MVlaardingerbroek
I want to make a function in MicroStation which accepts data points from a user and makes notes with them. The idea is that someone clicks a location which becomes the start of a leader and then the user clicks a second location which becomes the end…
over 10 years ago
MicroStation Programming
MicroStation Programming Forum
Re-associate a Dimension Leader
caddcop
On many occasions we end up with manually grouped cells of text and linework that we then connect a Dimension Leader to. When such an element is created with the place note tool, the leader is associated with the note and moving the note causes the leader…
over 14 years ago
MicroStation
MicroStation Forum
Getting And Setting Elements Using Graphic Groups In VBA [CS]
Phil Chouinard
This Client Server article is republished in its entirety from 2003 for reference purposes. By Bentley Technical Support Group 04 August 2003 MicroStation allows you to group elements together quickly using Graphic Groups, which might be of interest…
over 8 years ago
MicroStation
MicroStation Wiki
RE: Keyboard Shortcuts not working
mlm
Still is occuring in [CE 16.3] that seems to be still a bug in the functionality of the dialog to edit the Keyboard Shortcuts The problem occured to me after editing something foolish and then using the X to delete that entriy in the dialog. the XML…
over 1 year ago
OpenBuildings | AECOsim | Speedikon
OpenBuildings | AECOsim | Speedikon | Forum
Creating a Leader (Dimension Element)
caddcop
I'm attempting to develop a VBA to place a group of elements (text and lines) with computed values attached to a leader pointing to the initial data point location. I'm still in the pseudo code mode but am puzzled by how I would create a leader in VBA…
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8 XM Edition VBA Forum
Re: VBA Challenge
Mike Francisco
caddcop: Not to discourage the programmers, but can't this be done using the Place Note tool with a custom terminator? A cell of a loop of the correct proportion would scale based upon the text size and then, move the note and everything…
02.gif
View
Hide
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Re: Changing Text
Steve Pratt
Phil, in general it appears if you have enough data being processed using the Element Enumerator you can receive the undesirable results as I found out. I have several questions. Is this Element Enumerator limitation known? Does a TR need to…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
VBA: Blackout Tool (PDF Attached)
randomblink
I wrote a blackout tool for our group to use. The purpose being that currently, without the tool, if you work a Stormwater page with lots of text, you usually have to adjust the text to have a 255 background/border in order for the print of the page…
Blackout Code Documentation.pdf
View
Hide
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
Data loss while placing cells through CreateCellElement Method
Luca
Hello everyone, I have an issue concerning data loss while placing cells through CreateCellElement2. I have several cells which contains notes. Once these cells are placed using CreateCellElement method, the "dimension" part of the note, loss his…
over 7 years ago
MicroStation Programming
MicroStation Programming Forum
RE: keyboard commands
Kirk
communities.bentley.com/.../askinga accudraw activate accudraw bump accudraw bump toolsetting accudraw dialog accudraw dialog getacs accudraw dialog main accudraw dialog saveacs accudraw dialog settings accudraw dialog shortcuts…
over 6 years ago
MicroStation
MicroStation Forum
>