RE: [CONNECT - AddIn] Place cell from cellibrary
Yes, I can see that you can use "CreateCellElement2" in VBA but how do you get access to it in C# ? Regards, Evan
View ArticleRE: [CONNECT - AddIn] Place cell from cellibrary
[quote user="Frank Klein"]What happened to "CreateCellElement2" within the Connect edition?[/quote]The VBA API is more or less the same in CONNECT as in V8i. The CreateCellElementX and...
View ArticleRE: [CONNECT - AddIn] Place cell from cellibrary
[quote user="EvanH"]I don't want to create a new cell. All I want is place a cell from a cellibrary[/quote]I understand that you do not want to create a new cell. But currently the only solution for...
View Article[V8i verses CONNECT] Latent Display "Ghosting"
I asked this question before, during the beta period for CONNECT but did not receive an answer. There is a difference is the manner in which graphics are displayed in CONNECT verses V8i, possible...
View ArticleRE: Modify Reference Presentation Values with VBA?
[quote user="RSchultz"]Currently the file is attached as Style=Wireframe[/quote]How about Attachment.Presentation = MsdRenderingMode?
View ArticleRE: Modify Reference Presentation Values with VBA?
Hey Jon,See attached. There is no enumeration for From ParentThis is the current settings desired settings
View ArticleModify Reference Presentation Values with VBA?
All,I would like to batch through a large number of files and change an attached models presentation values.Currently the file is attached as Style=Wireframe, Use View Flags = On.I would like to change...
View ArticleRE: Routine to delete text only from a graphic group
[quote user="Craig Stevens"]Just what I needed. Thanks you.Just one more question: Is there a way for the user to select the GG off the screen rather than having to find the GG number and then typing...
View ArticleRoutine to delete text only from a graphic group
Hi,I am wondering if there is a way using VBA to delete all text that is contained within a graphic group.I use Bentley Rail Track and some of the data it draws within one graphic group is a...
View ArticleRE: [V8i] Command for C#/VB.NET: import CAD file + file path as parameter
Hi Marc,I am not sure if I understand the situation correctly: The settings you mentioned (border file, color table, tag values...) are in the source files or in the template? Because import...
View ArticleRE: [CONNECT - CPP] Definition of TemplateSymbologyRemapperP is missing
Could you provide a code snip showing your "includes" and "using" statements? Thank you, Bob
View ArticleRE: [V8i] Command for C#/VB.NET: import CAD file + file path as parameter
[quote user="Marc Henseleit"]We are developing a special program (.NET) [/quote]Please post questions about development to the MicroStation Programming Forum.
View Article[V8i] Command for C#/VB.NET: import CAD file + file path as parameter
Hello,we are developing a special program (.NET) that converts circuit diagram drawings from our CAD / CAE tool to Microstation v8i format (customer requirement). We have a lot of experience with our...
View ArticleRE: [CONNECT - CPP] Definition of TemplateSymbologyRemapperP is missing
[quote user="EvanH"]I've looked through the header files but I've not been able to find [TemplateSymbologyRemapperP]...[/quote]I can't find it either. You'd think it would be in #include...
View ArticleRE: [CONNECT - CPP] Definition of TemplateSymbologyRemapperP is missing
Hi BobMy "includes":#include <Mstn\MdlApi\MdlApi.h> #include <DgnView\DgnElementSetTool.h> #include <Mstn/ISessionMgr.h> #include <DgnPlatform/TextHandlers.h> #include...
View Article[CONNECT - CPP] Definition of TemplateSymbologyRemapperP is missing
When I include#include <Mstn\XDataTree\MstnElementTemplate.h>in order to use MstnElementTemplateMgr I'm prompted with following...
View ArticleRE: [CONNECT - CPP] Definition of TemplateSymbologyRemapperP is missing
This is indeed missing, try adding: DGNPLATFORM_TYPEDEFS (TemplateSymbologyRemapper) ...before including MstnElementTemplate.h to work around the omission. This will create a typedef for...
View Article[MDL]stitch Mesh
Hello,I have a cellule which is composed of several planar shapes.I was converted it into many mesh element :For each shape in cell MSBsplineSurface Surf; if...
View ArticleRE: [V8i] Command for C#/VB.NET: import CAD file + file path as parameter
Marc, If you record a macro of using File -> Import you will see that a modal dialog event handler class is created to add the file to import. You can try implementing that in your project, however...
View ArticleRE: Modify Reference Presentation Values with VBA?
One approach is to record a VBA macro , while you toggle the settings of interest. The macro may record the variable that's being modified. If so, you can steal that code for your own macro.
View Article