BIM.ShapeElement shapeEle1 = msApp.CreateShapeElement1(null, ref vectices1);

升级OPM软件版本后,上述代码执行报错,升级后的版本如下

BIM.ShapeElement shapeEle1 = msApp.CreateShapeElement1(null, ref vectices1);

升级OPM软件版本后,上述代码执行报错,升级后的版本如下

符老师,我重新编译一下又好了,看来这个插件只能适用低版本,高版本需要重新编译
各位老师,请问在MSCE C#开发中,如何窗口使用MS/当前所选产品的(比如obd,ord)的图标呢。貌似C++开发中是可以自动带的
对话框需要从Bentley.MstnPlatformNET.WinForms.Adapter派生下来,这样就是产品自带的图标了。
As per the subject.
I generated a structure as below picture.

And i input the dj1,dj2 parameter for the deflection check as below.

And i analyzed it and there was no error message.
but i want to check lifting case, so i did rotating 15degree geometry...
Read more.I need to update the titleblock of my DWG drawing that are linked to attribute in Projectwise.
I was thinking of using Projectwise Batch attibute update but I'm not sure if it will work or break my files, anybody have try this before?
Or if you have...
Read more.ok nevermind, found it: autocad sheetset
Hello fellow Bentley users,
Currently me and my colleagues are having issues with attaching a pdf (that has been made with microstation connect edition 2023] and showing the pdf at the right location in Microstation connect edition 2023.
The pdf has been...
Read more.pdf should only be attached via the raster manager.
Also note that georefed pdfs are in long lat and need to be reprojected when attached to easting and northing cgs files..
But I'm curious why make a pdf when you obvioulsy have have the original survey...
Read more.I am getting an error for "Punching Check not found in slab". I have deleted the circle after the column moved and added a new one centered on the new column location per past forums. Are there other ways that this error can present itself?

Is anyone aware of cell libraries available online or some type tool for Microstation CONNECT for drawing pipe fitting in isometric?
I am looking for pre-made fitting symbols for cad slanted in isometric as seen below.
Thanks

The Bentley Library provides various Standard Cells within libraries that may be helpful for what you're requesting. The problem may be that cells such as these can be specific to particular regions or company's requirements.
Read more.have you googled this for DWG blocks .. there are far more free blocks websites than dgn ones also some pipe fitting suppliers also have free cad files
This article will cover new features and product enhancements for the iTwin IoT software product.
Coming Soon!
What is federation?
Federation is simply a means of creating a trust between a Service Provider (SP) and an Identity Provider (IdP) which facilitates user authentication to the service being offered. This allows you to sign into Bentley with your work...
Read more.We are using the IDOT standards and when creating a workset using the IDOT template the root folder is greyed out. We would like to be able to choose the root folder to match our file structure. Any pointers on where this can be turned on/off? We still...
Read more.Selected the "Template" to clone the workset folder structure seems controlling the paths of folders. So, you need to select "NONE" in template to allow you selected your own paths of folders.

Hope it helps.
Read more.That won't work because I still need this part of the template.

I just need to know how they locked the root folder down. In a config? There has to be a variable somewhere. It also brings in a sub folder structure that is included that we need.
... Read more.Does the Elevation Active Surface field not work or am I not doing something right? I'm using ORD Version 10.12.02.4
I have it in a Text Favorite and put in as part of an Element Annotation Group but it always just shows 0.00 and yes I have an active...
Read more.Never mind. Looks like I had a corrupt terrain file that was causing the issue. It's working now after cleaning that up.
Ryan:
Glad that you got it sorted out.
Mark

CONNECT Edition 10.11.++
Environment: Windows 10/11 (64-bit) Area: Viewer Subarea: PlantSight Integrated WorkSet Original Author: Joseph Gelacio,Bentley Product Advantage Group ... Read more.The following WIKI articles are provided as a reference by Bentley's Technical Support Group. They focus on the OpenRoads SignCAD 2023 version.
Hello,
I'm a new starter on RAM concept and have some questions regarding the fa/fcr plan and Ieff/Ig span plot under the Load Histroy Defelctions tab.
When I was comparing these two results, in the initial load step (self-weight considered only),...
Read more.non-reduced axial force stiffness factor model attached
drive.google.com/.../view
The axial forces are induced from the vertical elevation offset between the beams and the slabs. The web page below should explain in more detail.
Read more.Product:
OpenRoad SignCAD 2023
Version:
23.00.00.151
Area:
Troubleshooting
Original Author:
Bentley Global Technical Support
Problem:
A "Required font missing" message displays when opening or importing a sign in OpenRoads...
Read more.New-PWLogin
$outfile = Get-TablesFromXLSXWorkbook -InputFileName 'C:\Users\joseph\Desktop\OutFile.xlsx '
foreach($row in $outfile.rows)
{
New-PWRichProjectFromTemplate -newFolderPathName $row.FolderPath -NewProjectName $row.FolderName -Template...
Read more.
Well, you could try to determine whether this is a problem with the spreadsheet reading or the work area creation. Things to try and consider:
Did it create the work area from the first row? If not, issue the New-PWRichProjectFromTemplate command with...
Read more.The following WIKI articles are provided as a reference by Bentley's Technical Support Group. They focus on the OpenRoads SignCAD 2023 version.
Read more.Answer:
1. QA&R Program Manager: Bruce Bader. email: Bruce.Bader@bentley.com 2. Contract or Sales: Joanie Mayberry email: Joanie.Mayberry... Read more.
您开发的DLL是否是放在默认的...\mdlapps文件夹下?如果是的话,请查看一下该文件夹下是否有MS或OPM系统自带的DLL?如果有的话,请删除这些DLL。
这些DLL是您在C# 项目中不小心使用了Copy Local=True而将这些系统的DLL自动复制到了您DLL所在的文件夹。
由于您升级系统后,同名的DLL版本和您mdlapps下的DLL版本不同了,从而造成这个错误。
请对照下图重点检查您C# 项目中对这个DLL的属性设置。如果Copy Local为True的话,请先执行一下VS菜单Build下的Clean...
Read more.