<?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>hirotaka nisimura's Communities Activities</title><link>https://communities.bentley.com/members/064cad3d_2d00_0ad7_2d00_4009_2d00_aac5_2d00_72d9f674d0a6</link><description>Recent activity for people in hirotaka nisimura's community</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>[CE UD17]3D PDF I created has no shadow.</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/252911/ce-ud17-3d-pdf-i-created-has-no-shadow</link><pubDate>Tue, 28 Nov 2023 00:05:05 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:5901ca48-ffbe-4e47-a7f6-c8a77511701e</guid><dc:creator>hirotaka nisimura</dc:creator><description>&lt;p&gt;I created a 3D tower in DGN and printed it to 3D PDF using PDF.pltcfg. It&amp;#39;s displayed with shadow in DGN but it has no shadow in PDF. Is there a way to print in PDF displaying like DGN? I attach images displaying in DGN and PDF.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/273/pastedimage1701129995898v3.png" alt=" " /&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/273/pastedimage1701129969019v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[CE Update17] The previous MDL is loaded when DGN opening.</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/244648/ce-update17-the-previous-mdl-is-loaded-when-dgn-opening</link><pubDate>Thu, 27 Apr 2023 04:53:11 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2d33b2a5-e8f2-4364-94f2-d8398dc67950</guid><dc:creator>hirotaka nisimura</dc:creator><description>&lt;p&gt;Some MDL applications are automatically loaded immediate opening DGN again after DGN closed without MDL unloading. I remember that was not so in V8i. Is there a setting to be the same specification to V8i?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[V8i] Can I execute the keyin &amp;quot;clipboard pastespecial&amp;quot; with an option?</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/240760/v8i-can-i-execute-the-keyin-clipboard-pastespecial-with-an-option</link><pubDate>Sun, 22 Jan 2023 02:44:30 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:005c42ce-0ddb-4bd3-957c-125fa47c600f</guid><dc:creator>hirotaka nisimura</dc:creator><description>&lt;p&gt;I hope to execute the keyin &amp;quot;clipboard pastespecial&amp;quot; to paste a selection from Excel sheet to DGN. The dialog is showed to select an option when I excute the keyin, but is there any way to set an option to embed worksheet with keyin without the dialog?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Let me Help You</title><link>https://communities.bentley.com/achievements/687f4b6d-e18a-4e55-836c-49926ca2c9d9</link><pubDate>Mon, 17 Jan 2022 01:50:48 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2a71bb20-2953-4135-967c-2a6123b493af</guid><dc:creator /><description>Answer a question that is verified as helpful or correct.</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Thu, 20 Jun 2019 02:23:52 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:64602680-76b5-417b-a07d-bc1312d3a56b</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>[VBA] How to get the point projected to a bsplinesurface?</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/181348/vba-how-to-get-the-point-projected-to-a-bsplinesurface</link><pubDate>Thu, 20 Jun 2019 05:08:17 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d21ef036-d5e1-4de3-b240-9d20bba83bb8</guid><dc:creator>hirotaka nisimura</dc:creator><description>&lt;p&gt;I have a bsplinesurface and a point3d below bsplinesurface. I want to get the point projected to the bsplinesurface with vba. I tried some way.&lt;/p&gt;
&lt;p&gt;1, projectedpoint=bsplinesurface.ProjectPointOnPerpendicular(point3d, Matrix3dIdentity)&lt;/p&gt;
&lt;p&gt;I get a error after running it.&lt;/p&gt;
&lt;p&gt;2, point3d()=bsplinesurface.GetIntersectionPoints(lineelement, Matrix3dIdentity)&lt;/p&gt;
&lt;p&gt;I get a many points, but it is not a point that I want.&lt;/p&gt;
&lt;p&gt;3, &lt;span&gt;point3d()&lt;/span&gt;= bsplinecurve.IntersectSurface(Parameters,&amp;nbsp;SurfaceParameters, BsplineSurface)&lt;/p&gt;
&lt;p&gt;I get a error after running it. I guess that I made a mistake. I don&amp;#39;t know what I have to give as Parameters and SurfaceParameters...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can someone tell me the good way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>