Hi
I'm looking for help on the question detailed above where my purpose is to delete a certain SharedCellDefinition (I failed at writing a VBA snippet for this so resorted to the CadInputQueue instead), then attach a new cell library (the code firstly…
Plane3dIntersectsRay3d method fails for a particular element. How to fix this issue?
Sample code is given below and the Sample DGN is also attached.
Option Explicit
Public Sub testPlaneIntersectRay()
Dim shp As ShapeElement
Dim lin As LineElement…
Is it possible to use different configuration variables in a *.pcf based on which version of Microstation the user is using?
We are running both XM and v8i. There was an issue in XM that was resolved in v8i having to do with a large number of…
[转载Bentley中文知识库原帖] cmx_stone:我想修改一下bentley的另存对话框,在里面需要使用CommonDialog控件,在"引用"中也选取了comdlg32.ocx控件了,但是使用中我的电脑可以,放到其他电脑上就不能使用了,请问是何道理?
程序如下:
Public Function SaveTo()
On Error GoTo error
SaveTo = ""
Dim Dname As String
Dim comdlg As CommonDialog…
Dear All,
I have a point3d values and a Plane/Surface. I want to project the point onto a Plane/Surface. How Can I get that projected point using VBA Programming? Kindly clarify.
Please refer the attachment:
In the attachment Cyan color represents…
Thanks Jon.
I checked it. It produces a point perpendicular to the plane (or) the Nearest Point on Plane.
But I want to get the height(Z values) on a plane corresponding to XY values. Is there anyother option? Refer the attachment: Majenta color…