G'day,
Use to be able to use active angle 90 on the function key to quickly change the active angle.
No longer working in the Connect edition (Along with a host of other issues, but such is life).
Hi all
I have downloaded the VBA and have c onfigured MS_VBAAUTOLOADPROJECTS to automatically load ActiveAngleAssistant.mvba
The VBA is loaded but I dont have the Start option in the drop down menu. Other statements from the VBA are there, but no…
We want to scale an element and set its active angle.
We are applying the below chunk of code for scale of element. Is this the appropriate way to do it?
// where center is origin of the element and scale value as 0.25, 0.50, 0.75
DTransform3d transform…
A fairly constant complaint among users is placing a bunch of cells and modeling forgetting that active angle was set to 0.5 degrees or something other then 0. If the active angle is 45, 15 or even 5 degrees it can be obvious that it's not 0. However…
Original Article Date: Nov 7, 2005
With thanks to Alexie Karavakis for contributing this VBA macro that allow you to set and get the active angle based on a selected element such as a line, text, cell, or curve. It also contains some cool options for…
You can type a negative angle into the active angle field and MicroStation will calculate the angle, or you could go into the Design File Settings and toggle the Clockwise direction. The angle dimension will label both side of the angle between two lines…
Massimo Callegher said: the macro hangs
Dim oview As View
...
vec1 = Vector3dFromMatrix3dTimesVector3d(oView.Rotation, Vector3dSubtractPoint3dPoint3d(pt2, pt1))
Where do you set oView ? If oView Is Nothing , then oView.Rotation is guaranteed to…
Active scale and active angle. I get it reset, thousands of times, to as=.000265, and aa=45 deg. I am opening many old files, rarely creating a new one. Is there anyway I can override this, to as=1 and aa=0, before I change them?
Cole DeBolt said: Microstation V8i
Here's the VBA procedure I used to check the arithmetic...
Private Sub TestActiveAngle()
Dim aa As Double
aa = ActiveSettings.Angle
Debug.Print "Active Angle=" & CStr(Degrees(aa))
ActiveSettings.Angle = ActiveSettings…
I have a problem with units. When I try to insert Active Angle Value, Microstation rounding units into unity. I can't change it in Settings - Design File. My workmates got the same problem. We are using PRT V8i. Does Anybody had the same problem?
Hi everybody ,
Anybody knows , how to get the active angle in VBA ???? , what in microstation basic was MbeSettings.angle.
Thanks for your help , best regards !!!
Here are a couple of golden oldies. While AccuDraw has the RE shortcut to temporarily rotate the compass to an element, in some cases you might want to set the Active angle to a specific angle from an element, perhaps on a on a survey drawing or other…
Applies To
Product(s):
MicroStation
Version(s):
V8i (SS3)
Environment:
N\A
Area:
Settings
Subarea:
N\A
Original Author:
Bentley Technical Support Group
…
Applies To
Product(s):
MICROSTATION
Version(s):
08.09.00.92
Environment:
N\A
Area:
Dimensions
Subarea:
General
Original Author:
Bentley Technical Support Group
…
When I rotate an element with active angle, the rotation holds and when I next place some text, it remembers the angle. Is there a setting to change this behavior or must I set active angle back to 0 degrees every time?
Pat
Kieran are you asking for set view rotation view or set element angle? TRY THIS VBA. If you dig into the vba code you may find what you are looking for. Its a great tool if if it doesnt help you issue
communities.bentley.com/.../active-angle-assistant…
If there's no command that equals "change this property of an element" (which there may not be) you may not be able to achieve what you want.
That being said, you may be able to leverage one of the ActiveAngleAssistant macros through the keyin to load…
For some reason when I go to place a cell my Active angle is getting set to 45 and my Active scale to 100 and its not file specific.
File Settings
Tools settings displays properly. However cell dynamics show differently
I then toggle the increase…
So, the video you posted describes exactly what I am trying to do, but I'd like to do it from a keyin which I have set to a customized tool. Basically what I want to do is activate the tool which will do the following:
1. Set symbology, active angle…
Hi Faizul,
MOSES was not programmed for that scenario. I thought of a way I would approach the problem.
I would model the second tiltbeam. As part of my results review I would check to see if the second tiltbeam was activated. Do you know how to check…
MicroStation Connect update 16
MVBA
I am trying to get cell rotation in the active dgn. When I move through the file and gather data, if a cell has a rotation of 12.25, ee.Current.AsSharedCellElement.Rotation.RowZ.Z does not report it correctly or…
Hi, Using examples from the forum, I can place a text interactively. Unfortunately, the text is not yet set to the desired 45°, but to 58.3101°.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using BM = Bentley.MstnPlatformNET;…
Product:
OpenBuildings Designer
Version:
CONNECT Edition
Area
AccuDraw
Subarea:
AccuDraw Settings
The Situation
My building design has multiple angles, and I need to frequently place walls and other…