<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parametric Constraints in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/12536501#M62813</link>
    <description>&lt;P&gt;nice job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you completed this? do you have some sample to show how to use methods?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 13:13:19 GMT</pubDate>
    <dc:creator>ehsan_bahrani</dc:creator>
    <dc:date>2024-02-02T13:13:19Z</dc:date>
    <item>
      <title>Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2844466#M62804</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may be a bit advanced, but I REALLY want to get programatic control over parametric constraints (acad 2011).&amp;nbsp; I have created a dynamic block with all these constraints, but now I want to create the block from near scratch all in code.&amp;nbsp; You see there will be some general common elements and then some random per project elements, that I need to set some simple constraints within the block.&amp;nbsp; (Coincident, Tangent, Aligned-dimension).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the arx guide&amp;nbsp;at Developer Guide / Advanced Topics / Associative Framework, and I actually understood most of it this time!&amp;nbsp; It would be REALLY nice if anybody had an example of how to use this system (managed or not, for I am a vb.net developer at first).&amp;nbsp; I have searched around and find nobody is programming to parametric constraints and telling about it.&amp;nbsp; Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2010 19:23:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2844466#M62804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-06T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2846004#M62805</link>
      <description>&lt;P&gt;Hi Jamie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am responding because no one else did.&amp;nbsp; I haven't had the time to get into Dynamic blocks yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, there is a post on Through The Interface which deals with accessing Dynamic properties, here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/03/accessing-the-properties-of-a-dynamic-autocad-block-using-net.html" rel="nofollow" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/03/accessing-the-properties-of-a-dynamic-autocad-block-using-net.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was written using 2009 Acad, and Kean specifically replies to a Comment saying that there is (was) no API exposed for manipulating a Dynamic Block Definition, only references.&amp;nbsp; I took a quick look through my object browser in 2010, and I don't see anything there either, so unless this&amp;nbsp;API is newly exposed in 2011, you may be out of luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest going to the TTIF post and leaving a comment for Kean, asking if this is still the case.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2010 20:24:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2846004#M62805</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2010-12-07T20:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2847108#M62806</link>
      <description>&lt;P&gt;Hello chief, long time no read...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yea some 2 years ago, I did a project with dynamic blocks and have a good handle on the concept.&amp;nbsp; Its the Parametric Constraints (Inventor's sketch constraints, such as a tangent constraint between a circle and a line), that came in with 2010, that I don't have an API for.&amp;nbsp; Several other guru's have complain about this as well, but has anybody figured something out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2010 15:20:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2847108#M62806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-08T15:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850040#M62807</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I do not have a job, so have a lot of time to play, with the api...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I have done some commands in ObjectARX with this... and have tried to port it into C#. &lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;Can't post the whole code, but to give an idea, attached it is an image of some portion of my code, and yes there is nothing open et-al that one can find, that you can use as a guide.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;Just to fill my curiosity, any of you work as a programmer, doing AutoCAD based applications? using C++, ARX, MFC, Custom Objects, C#, etc? for a software or an architectural/engineering company ? - or - it is just a hobby.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 15:51:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850040#M62807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-10T15:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850268#M62808</link>
      <description>&lt;P&gt;As a CAD Manager (3 to 35&amp;nbsp;size&amp;nbsp;CAD Staff(s))&amp;nbsp;I've been programming professionally (various languages and platforms)&amp;nbsp;for 6 years, and 3 companies now.&amp;nbsp; ALL Learned the hard way (unless I get a good book)!&amp;nbsp; Once they find out what can be done, they begin to ask for very advanced tools.&amp;nbsp; I'll take a look at your code, and see what I can make of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 18:16:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850268#M62808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-10T18:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850284#M62809</link>
      <description>&lt;P&gt;Sweet!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is wrapped in VB.Net and I can use the classes in vb!&amp;nbsp; One quick question tho, what is the purpose of "MyDict" string name of an NOD dictionary?&amp;nbsp; Is that a custom dictionary or is there a standard dictionary (already named)&amp;nbsp;I need to find?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm all over this,&amp;nbsp; hopefully soon&amp;nbsp;I'll be able to hand the community some functional tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 18:31:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850284#M62809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-10T18:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850840#M62810</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;I frequent this site:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="nofollow" target="_blank" href="http://through-the-interface.typepad.com/"&gt;&lt;FONT face="courier new,courier"&gt;http://through-the-interface.typepad.com/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;And just noticed, and appears there it is now a sample about it from a class at the AU2010 by Stephen Preston.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="courier new,courier"&gt;Creating Geometric and Dimensional Constraints Using the AutoCAD® .NET API&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Courier New"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Courier New"&gt;HTH.-&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2010 18:14:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2850840#M62810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-11T18:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2852010#M62811</link>
      <description>&lt;P&gt;Now that hit the spot!&amp;nbsp; From Stephen's work I have a full belly of code examples, starter video and&amp;nbsp;text to digest for weeks.&amp;nbsp; Like a loaded turkey dinner followed by a table full of deserts, with a honey cured ham dinner the next day, and a smoked BBQ dinner after that...&amp;nbsp; I will be re-arranging some of the code Stephen wrote to fit my design principals, but for any beginner there's loads of copy+paste goodies ready to use.&amp;nbsp; Thank you everybody!&lt;img id="robotvery-happy" class="emoticon emoticon-robotvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_robot-very-happy.png" alt="Robot Very Happy" title="Robot Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2010 18:15:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/2852010#M62811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-13T18:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/3118882#M62812</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chew on this for a while.&amp;nbsp; Perhaps some new tools, ehancements, advanced CAD fun can come from it.&amp;nbsp; Not everything is here, but it is a nice head start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 21:27:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/3118882#M62812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-09T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Constraints</title>
      <link>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/12536501#M62813</link>
      <description>&lt;P&gt;nice job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you completed this? do you have some sample to show how to use methods?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 13:13:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/parametric-constraints/m-p/12536501#M62813</guid>
      <dc:creator>ehsan_bahrani</dc:creator>
      <dc:date>2024-02-02T13:13:19Z</dc:date>
    </item>
  </channel>
</rss>

