• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D

    Reply
    *Expert Elite*
    Posts: 651
    Registered: ‎09-04-2008
    Accepted Solution

    SAC- Absolute Value

    167 Views, 3 Replies
    10-07-2011 07:54 AM

    Is there a way to get the absolute value using the subassembly composer? I was checking the elevation difference between two points and just want the delta regardless if it's positive or negative.

     

    Thanks

     

     

    Bruce Klug
    AutoCAD Expert Elite
    AutoCAD Civil 3D 2013 Certified Professional
    C3D 2013 (SP1)
    C3D 2014 (Testing)
    Win 7 Pro, 64-bit
    Please use plain text.
    Mentor
    KMercier_C3D
    Posts: 174
    Registered: ‎12-14-2010

    Re: SAC- Absolute Value

    10-07-2011 07:56 AM in reply to: klugb

    Try: math.abs(p2.elevation-p1.elevation)

    Kati Mercier, P.E.
    Co-author of "Mastering AutoCAD Civil 3D 2013"
    AutoCAD Civil 3D 2013 Certified Professional and AutoCAD 2013 Certified Professional
    AU2012 Speaker::: CI3001: Reverse Engineering with Subassembly Composer for AutoCAD Civil 3D
    AU2011 Speaker::: CI4252: Create Subassemblies That Think Outside the Box With Subassembly Composer for AutoCAD® Civil 3D®
    Please use plain text.
    *Expert Elite*
    Posts: 651
    Registered: ‎09-04-2008

    Re: SAC- Absolute Value

    10-07-2011 08:02 AM in reply to: KMercier_C3D

    Thanks!

     

    Tried the "abs" but forgot the "math."

     

    Bruce Klug
    AutoCAD Expert Elite
    AutoCAD Civil 3D 2013 Certified Professional
    C3D 2013 (SP1)
    C3D 2014 (Testing)
    Win 7 Pro, 64-bit
    Please use plain text.
    Employee
    Posts: 627
    Registered: ‎08-25-2009

    Re: SAC- Absolute Value

    10-07-2011 08:35 AM in reply to: klugb

    There is a link in the help file to the Microsoft site that lists all the functions in the .NET Math library. You can use all of these inside of SAC. However, if you think you need trig functions you might want to revisit the point options and intersection options. I don't think I've needed to use trig yet.

     

    Cheers,

     

    Peter Funk

    Autodesk, Inc.



    Peter Funk
    Autodesk, Inc.

    Please use plain text.