RE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
Hi Jan, Perhaps transient was a poor choice of words, but not sure what else to call it. I am not using the transient container this time around and trying to accomplish this with the drawMode passed...
View ArticleRE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
[quote user="Maury"] I am not using the transient container ... [/quote]First, adopt Jan's suggestion to use the TransientElementContainer.[quote user="Maury"] ... trying to accomplish this with the...
View ArticleRE: Please help me in solving the problem encountered by me while programming...
Code looks good, you should be able to attach a pod file. If you provide a wrong filepath the function CreateElement will return an error and it should not crash. Like Yogan said, it looks like an...
View ArticlePlease help me in solving the problem encountered by me while programming in...
At first, I make example from SDK (I use mssdk081109357en), which name is "PointClouds". I built the project using command "bmake -dMDL_NO_SIGN -dMSJ_SKIP_SIGNRSCS -dDEBUG=1 pointclouds.mke" in...
View ArticleRE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
Hi Jon, thanks for the explanation on the differences. I know the TransientElementContainer will fix the issue as this is what I have used for several years, I am trying something new and at this point...
View ArticleRE: [V8i MDL] When is a shape non-planar?
Technically this geometry is planar because you can fit a plane through all the points, the points just don't define a single plane as it's effectively a line.As for the analyze tool in V8i, I didn't...
View Article[V8i MDL] When is a shape non-planar?
[View:/cfs-file/__key/communityserver-discussions-components-files/343173/2vertex-mesh-original.dgn:215:0]The attached DGN file contains a single shape element in the default model. The element...
View ArticleRE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
How are you getting the view extents? When the view flags for using explicit front/back clipping planes are off, the view extents are automatically adjusted to the model geometry. If you aren't using...
View ArticleRE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
Brien, I am using view.get_extents(), is there another way?
View ArticleRE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
I don't know if there is another way in C#...get_extents is implemented to call mdlView_getParameters and I think what you need here is to call mdlView_getParametersWithExpandedDepth passing true for...
View ArticleRE: [V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
Thanks B, I will try this
View Article[V8i C#] [Element.ReDraw] Possible to draw ontop of all elements?
I have created a primitive command and am trying to draw a transient of the results, however the preview tends to hide below the actual elements due to the elevation it is drawing at.One idea I had is...
View Article[Connect][DgnPlatformNet C#] Possible to tell if element has changed?
Is there any way to know if an element has changed? In V8i, I could look at the IsModified property of an Element. The same does not exist for the new API
View ArticleRE: [Connect][DgnPlatformNet C#] Possible to tell if element has changed?
Just checked and the IsModified property in v8i is a bad example because that does not do what I am asking. I am currently generating a list of vertices for an element, but rather than generating that...
View ArticleRE: [Connect][DgnPlatformNet C#] Possible to tell if element has changed?
Maybe you could keep/compare the last modified time on the element header? Nothing will tell you want exactly changed (could have just been the color, etc)... -B
View ArticleRE: [Connect][DgnPlatformNet C#] Possible to tell if element has changed?
Thanks B, Is it possible to pull the modified time with C# or will I need to create a wrapper function for mdl?
View ArticleRE: [Connect][DgnPlatformNet C#] Possible to tell if element has changed?
[quote user="Maury"]Is it possible to pull the modified time with C# or will I need to create a wrapper function for mdl?[/quote]I did a quick search and didn't see an existing wrapper function (I'm...
View ArticleRE: [V8i C] C API for getting values of configuration variables without using...
[quote user="SassafrasSoftware"]VBA seems like a really old technology... "As of July 1, 2007 Microsoft will no longer offer VBA distribution licenses to new customers."[/quote]Take whatever Microsoft...
View ArticleRE: [Connect][DgnPlatformNet C#] Possible to tell if element has changed?
No problem. I will write my own. Thanks!
View ArticleRE: [V8i C] C API for getting values of configuration variables without using...
Hi,there are more different topics mentioned in your post. I recommend to split them into separate post for easier further discussion.[quote user="SassafrasSoftware"]I need to be able to get the value...
View Article