Re: Help for API to fetch DGN V8 DRV data records for an Element.
Bert Fegyverneki: The .drv files mentioned in this thread are files used by Intergraph SmartPlant Review in conjunction with the PDS V7 dgn filesThanks for clarifying that enigma!
View ArticleRe: error in MKE file
dsm:I am converting v8 mdl to v8i...Please delete your duplicate thread that deals with this same topic.
View ArticleRe: error in MKE file
Hai Jon,May I know from which page I have to delete. I didn't find any option available.
View ArticleRe: error in MKE file
Hai Jon,I make correction as per your suggestion. Now I got the error as shown the screenshot.
View Article[v8iVBA]How to check a polygon for clockwise or anti-clockwise
Hi All,I am looking for help on checking a polygon direction to identify whether it's captured in clockwise or anticlockwise(counter clockwise) direction using mvba. Is there any function available in...
View ArticleRe: error in MKE file
I have a "Learning MDL step by step" blog as below:Chinese version :communities.bentley.com/.../default.aspxEnglish version: communities.bentley.com/.../default.aspxHTH, Yongan
View ArticleRe: error in MKE file
The English version is on a private community (Bentley Developer Network). To access this community, you first need to be a BDN subscriber and then request access to it.Yongan
View ArticleRe: error in MKE file
Hai Jon,In your page www.la-solutions.co.uk/.../MdlDevelopmentEnvironment.htm you mentioned to edit mstndevvars.bat not to test the existence of visual studio. Could you please help me which line I...
View ArticleRe: [v8iVBA]How to check a polygon for clockwise or anti-clockwise
You already posted a question on this topic. Please don't create duplicate threads.
View ArticleRe: [v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
I mean, place circle for the element which are anticlockwise to identify easily.
View ArticleRe: [v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
is there any amethod available in MVBA to change the direction for all the counterclockwise elements by selecting all the element at one instance.Best regards,Prasanna
View ArticleRe: [v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
Hi Prasanna,for the next question, please follow the rule "new question -> new post" and don't merge more different topics into one.Based only on VBA help file, not personal experience, method...
View ArticleRe: [v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
Apply the formula given in this link debian.fmi.uni-sofia.bg/.../clockwise.htm and get the direction of the polygon.Then, If you want to change the direction, use 'Element.Reverse' method.
View ArticleRe: [v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
sivag75:Apply the formula given in this link ...Possibly useful, but Jan already recommended the Normal property, which gives that same information.
View ArticleRe: error in MKE file
dsm:You mentioned to edit mstndevvars.bat not to test the existence of visual studio. Could you please help me which line I have to delete?If you want to learn about Windows batch files, then visit a...
View Article[V8i MDL] How to trigger line length parameter
Hi.I have an old MDL program that is used to replace text. I use mdlModify_elementSingle() to find the texts strings. If the text is part of text node with the line length parameter set the numer of...
View ArticleRe: [V8i MDL] How to trigger line length parameter
ksurell: If I use the command "Change Text Attributes" with nothing set the text node will be updated with new linesIt's not exactly clear what you are asking.What do you mean by 'with nothing...
View ArticleRe: [V8i MDL] How to trigger line length parameter
Hi,The original text node has line length set to 80. Two lines of text. The second line is replaced by the MDL-command with a line longer than 80 characters. Everything works fine except that the new...
View ArticleRe: STATE_TENTATIVE_LOCATE does it still exist?
Jon, Thanks for the suggestion, but it does not answer my question. I stripped my stuff down to the minimal and it didn't work. I had your LocateExample code so I hacked it to have the...
View Article