<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>yaoyun zhang's Activities</title><link>https://communities.bentley.com/members/4bfa701f_2d00_3536_2d00_4b36_2d00_a58a_2d00_bb291a47d19e</link><description>yaoyun zhang's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>MSCE版，添加倾斜摄影模后经常卡死</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-powerdraft-navigator-i-model/227168/msce</link><pubDate>Thu, 17 Mar 2022 03:15:43 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e8fd03ca-dfe1-43a7-ab2b-6ffb370f0b68</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;MSCE版本号为10.14.00.109，地理参考3mx文件。&lt;/p&gt;
&lt;p&gt;打开倾斜模型可见性后，再绘制图形过程中，有时会突然卡死，导致程序和系统都无响应。若不打开倾斜模型可见性，则没有该问题发生。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>PC 做交叉互通的流程</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/openroads-powercivil-bridgemaster/112284/pc</link><pubDate>Thu, 15 Oct 2015 01:56:58 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:7bd0d77a-092e-447e-bcb9-c73ce0773e91</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;我现在的流程是：&lt;/p&gt;
&lt;p&gt;1.把互通前后的部分做好；&lt;/p&gt;
&lt;p&gt;2.生成互通部分的边线和中线，形成三角网；&lt;/p&gt;
&lt;p&gt;3.给该三角网应用表面模板。&lt;/p&gt;
&lt;p&gt;我这样的做法在处理复杂互通（同时包含隔离带时），需要生成的边线很多，与前后两段接边控制麻烦。请问更好的交叉互通流程是什么？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>【MSCE】ECValue.GetStruct()没能获取到对应的结构</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/144243/msce-ecvalue-getstruct</link><pubDate>Mon, 11 Dec 2017 01:11:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2e2bad8b-46c0-436e-8ba7-2d583150a202</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;元素的属性使用ItemType，有一个属性类型是结构，但是在遍历的时候获取不到其结构对象，返回为NULL，请问原因出在哪里？&lt;/p&gt;
&lt;p&gt;for (ECPropertyIterable::const_iterator it_local = properties.begin(); it_local != properties.end(); ++it_local)&lt;br /&gt; {&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (SUCCESS == instance-&amp;gt;GetValue(v, pProp-&amp;gt;GetName().c_str()))&lt;br /&gt; &lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;...&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;if (v.IsStruct()){&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;IECInstancePtr insPtr = v.GetStruct();//&lt;span style="color:#ff0000;"&gt;insPtr为NULL&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;}&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>【MSCE】获取元素颜色的RGB值</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/143737/msce-rgb</link><pubDate>Wed, 29 Nov 2017 01:54:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4cd8a196-9a2e-4346-b717-83a94a1f19a6</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;使用了&lt;span&gt;ElementPropertiesGetterPtr&amp;nbsp;来获取元素颜色，发现使用色表的元素可以成功获取，使用RGB值和color book的没有成功。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;v8i的时候是通过mdlColor_rgbColorFromRawColor来获取RGBColorDef对象的，请问CE版SDK如何正确获取元素的颜色RGB值？&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;代码如下：&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;ElementHandleCP h;&lt;/p&gt;
&lt;p&gt;ElementPropertiesGetterPtr propGetter = ElementPropertiesGetter::Create(*h);&lt;br /&gt; UInt32 colorIndex = propGetter-&amp;gt;GetColor();&lt;br /&gt; printf(&amp;quot;_colorindex为%d\n&amp;quot;, colorIndex);&lt;br /&gt; DgnColorMapP cm = DgnColorMap::GetForFile(h-&amp;gt;GetDgnFileP());&lt;br /&gt; IntColorDef cd = cm-&amp;gt;GetColor(colorIndex);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Wed, 29 Nov 2017 01:02:14 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:78b283fd-ca31-47df-bfa3-0cd4922a5d8b</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Ask A Question II</title><link>https://communities.bentley.com/achievements/cd3cd235-25c1-476e-bb88-33a5705ca45a</link><pubDate>Wed, 29 Nov 2017 01:54:46 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c6a7bdcd-ee6c-4f22-b396-e8642d51702f</guid><dc:creator /><description>Ask 10 questions in a forum.</description></item><item><title>string 转MSWideChar乱码</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/136854/string-mswidechar</link><pubDate>Wed, 31 May 2017 11:33:06 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:0c2bc045-35f9-418e-8bfe-7d9a11f9bbfa</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;调用函数mdlText_createWide（）第三个参数需要MSWideChar类型，我用string&amp;nbsp; name=&amp;ldquo;&amp;rdquo;测试&amp;rdquo;，第三个参数用（MSWideChar*）name.c_str()，出现乱码。请问老师怎么解决。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[MDL V8i]如何将一个Mesh重新做网格化</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/136840/mdl-v8i-mesh</link><pubDate>Wed, 31 May 2017 06:14:38 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b2f947c1-c6fc-4f7d-bc8d-ed72bba40ac2</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;现有一个Mesh元素，需要重新设定参数（最大边长、最大边数、弦公差、角度公差），生成新的Mesh元素。请问怎么用MDL函数处理？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>mdlKISolid_facetBodyWithNormals处理某些实体不成功</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/132322/mdlkisolid_facetbodywithnormals</link><pubDate>Wed, 01 Mar 2017 02:32:16 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:fe4062ae-28a2-4fe3-bc19-138da3a32190</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;如题，使用mdlKISolid_facetBodyWithNormals函数将实体和智能实体转为mesh，但是一些实体不能成功，该函数返回的值为963，到底哪里出的问题？&lt;a href="https://communities.bentley.com/cfs-file/__key/communityserver-discussions-components-files/343510/4.dgn"&gt;communities.bentley.com/.../4.dgn&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Google play store中的安卓版app不能下载</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-powerdraft-navigator-i-model/125716/google-play-store-app</link><pubDate>Tue, 06 Sep 2016 03:11:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:75a66d15-2388-4dad-80d7-6230432721d7</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;查到bentley有几款安卓版的app在google play中上架了，但是国内不能使用Google的服务，下载这些apk文件非常麻烦，能否提供一个国内可用的下载方式？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ContextCapture配套使用工具</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/contextcapture-lumenrt/117204/contextcapture</link><pubDate>Fri, 18 Mar 2016 07:15:57 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:12ce2c56-d7f6-4d0e-ba18-4e8a6c157aa1</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;对于数据的预处理和后续的编辑，有无专业配套工具（除去MS Connect提供的功能）？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ContextCapture使用问题</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/contextcapture-lumenrt/117152/contextcapture</link><pubDate>Thu, 17 Mar 2016 03:16:04 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:62482b1c-b1b6-4431-8081-89bb704039cd</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;ContextCapture使用kml文件选择兴趣区（Region of interest）时，输出结果不准确；另外，输出.3mx格式文件时，选择了WGS84对应的投影坐标系，导入MS connect时坐标系丢失。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ContextCapture使用KML文件输出兴趣区</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/contextcapture-lumenrt/117203/contextcapture-kml</link><pubDate>Fri, 18 Mar 2016 07:11:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:0a2de853-835f-45d5-a749-0878a3fab094</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;ContextCapture使用KML文件输出兴趣区，结果是输出了kml外包矩形的区域，如何处理直接输出制定的kml区域？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>如何重构一条B样条曲线</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/microstation-projectwise/123039/b</link><pubDate>Thu, 23 Jun 2016 07:19:53 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:229d8fcc-d444-4138-94a2-7d45409aaf1d</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;选中一条B样条曲线（BSPLINE_CURVE_ELM），获取到其控制点数组，修改这个控制点数组中的数据实现B样条曲线的修改。基本操作如下，没成功：&lt;/p&gt;
&lt;p&gt;mdlBspline_convertToCurve(&amp;amp;curve, currEleDes)；&lt;/p&gt;
&lt;p&gt;for (int i = 0; i &amp;lt; curve.params.numPoles; i++)&lt;br /&gt; {&lt;/p&gt;
&lt;p&gt;curve.poles[i].x=**;&lt;/p&gt;
&lt;p&gt;curve.poles[i].y=**;&lt;/p&gt;
&lt;p&gt;curve.poles[i].z =**;&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;mdlBspline_createCurve(&amp;amp;newEleDes, NULL, &amp;amp;curve);&lt;/p&gt;
&lt;p&gt;mdlElement_rewrite(&amp;amp;(newEleDes-&amp;gt;el), &amp;amp;(currEleDes-&amp;gt;el), mdlElmdscr_getFilePos(currEleDes));&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>关于培训教程视频\BCR3WK6 - OpenRoads Technology Workshop- Corridor Modeling的挡土墙问题</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/f/openroads-powercivil-bridgemaster/119544/bcr3wk6---openroads-technology-workshop--corridor-modeling</link><pubDate>Tue, 24 May 2016 03:05:47 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c2491f43-ee5b-464a-b9fc-103a0cc65887</guid><dc:creator>yaoyun zhang</dc:creator><description>&lt;p&gt;该视频第6段，参考进一个挡土墙文件，然后设置多重目标，放坡至挡土墙成功。请问这个里面的NB_WALL地形模型（Terrain model）是怎么来的？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>