Hello everyone,
I'm getting an unknown error when trying to get ComplexShapeElement.Area(), it says as image shown below, please give me some advices to solve this issue.
Thank you all!
Hello everyone,
I'm getting an unknown error when trying to get ComplexShapeElement.Area(), it says as image shown below, please give me some advices to solve this issue.
Thank you all!
Hello everyone,
As the subject I mentioned, I want to scan IsVertexList elements only when using ElementScanCriteriaClass, is it possible to be done?
Thank you.
good day
in a Microstation addin (dll) I have a Form which I attach like this
public static void startMaincoalTool(string unparsed)
{
MaincoalTool mcTool = new MaincoalTool();
mcTool.AttachAsTopLevelForm(Main.addin, true, "MaincoalTool");
…
I made a WinForm and used this code to open it via a Keyin: Frm_Main frm = new Frm_Main();
WindowManager winManager = Bentley.Windowing.WindowManager.GetForMicroStation();
Size minSize = new Size(frm.MinimumSize.Width, frm.MinimumSize.Height);
…
老师好 ! 参考MicroStation VBA.chm 中的Copy the Contents of a Fence例子...希望能够获取围栅范围内的元素 并进行复制和平移,但是结果出现未知错误
代码如下
app.CreateDesignFile(@"E:\PassData\ChannelSteel.dgn", EndFilePath, true);
Point3d[] Po = new Point3d[4];
Po[0] = app.Point3dFromXY(0,0);…