See the top rated post in this thread. Click here

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Customization of Fields - It is Possible!

  1. #11
    100 Club avdesign's Avatar
    Join Date
    2005-08
    Location
    STL Metro
    Posts
    173
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Quote Originally Posted by rgq
    This information is all good. But how does one create a new field or reference a field in a formula? Sometimes we have projects where the sheets are referenced by a dwg number instead of the actual sheet number. And both the sheet number and dwg number are displayed on the sheet. I am looking for a way to do this by use of fields instead of typing in each dwg number.
    You could try adding a custom field to your title block or where ever you need it that references Sheet Set custom properties in the Sheet Set Properties, only issue it that is global not drawing specific. This may or may not Help.
    Wish Sheets Sets gave you more custom properties that could be drawing dependent.

  2. #12
    Member
    Join Date
    2008-03
    Posts
    2
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Quote Originally Posted by roelie View Post
    Thanks for the list, it helps a lot, however I am a little irritated at the lack of tools for metric users. I can't see a way of converting from mm's to m's, but maybe I'm blind.
    i developed the field codes that work for me for metric drawings, you should be able to adjust them to get what you are looking for as well:


    <Format>
    <DisplayName>square meters</DisplayName>
    <FormatString>%lu2%pr1%ps[, m2]</FormatString>
    </Format>
    <Format>
    <DisplayName>square meters (cm dwg)</DisplayName>
    <FormatString>%lu2%pr1%ps[, m2]%ct8[0.0001]</FormatString>

    </Format>

  3. #13
    Member
    Join Date
    2016-02
    Posts
    5
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Thank you so much for sharing this, stilesj! I figured out how to make my own custom field format and it's great : )

  4. #14
    Member
    Join Date
    2016-02
    Posts
    5
    Login to Give a bone
    1

    Default Re: Customization of Fields - It is Possible!

    Thank you so much for sharing this, stilesj! I just made my own custom area format and it's so nice : )

    Here's what I did in case anyone wants to use it:

    Code:
    <Format>
         <DisplayName>Celeste's Area Format</DisplayName>
         <FormatString>%lu2%ct4%qf1%TH44%PR0 sq ft</FormatString>
    </Format>
    It makes a nice simple area format like so: 4,567 sq ft

  5. #15
    I could stop if I wanted to
    Join Date
    2009-10
    Posts
    262
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    I'm not sure this is the appropriate forum but, I'd like to be able to get a text style used for fields.
    I'd also like to be able to stack fractions in autocad fields.

    What code would i edit in the file ACfield.fdc?

    From what i read its written in XML but there is no XML help here and, since it may be autocad specific I didn't know if someone at an xml help site could actually help...

  6. #16
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Quote Originally Posted by mbrandt5 View Post
    I'm not sure this is the appropriate forum but, I'd like to be able to get a text style used for fields.
    I'd also like to be able to stack fractions in autocad fields.

    What code would i edit in the file ACfield.fdc?

    From what i read its written in XML but there is no XML help here and, since it may be autocad specific I didn't know if someone at an xml help site could actually help...
    See new thread - "text style/stacked fractions "

  7. #17
    I could stop if I wanted to
    Join Date
    2009-10
    Posts
    262
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Well, I'm actually the one who started that thread...seeing that no one replied and people here seem pretty knowledgeable I figured I'd give it a shot.

  8. #18
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Quote Originally Posted by mbrandt5 View Post
    Well, I'm actually the one who started that thread...seeing that no one replied and people here seem pretty knowledgeable I figured I'd give it a shot.
    When replying to your first post http://forums.augi.com/showthread.ph...40#post1292640
    I suggested the AutoCAD Fields Forum as it made more sense than the Bridging the Gap: LISP -> .NET -> LISP Forum when I should have requested a moderator to move the thread.
    Probably best if someone could consolidate all your posts to one thread.

  9. #19
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Quote Originally Posted by mbrandt5 View Post
    Well, I'm actually the one who started that thread...seeing that no one replied and people here seem pretty knowledgeable I figured I'd give it a shot.
    within two minutes.

    This IS a suitable forum and it was right to start a new thread.
    I hope you get the answers that you need.

  10. #20
    Member
    Join Date
    2015-06
    Posts
    2
    Login to Give a bone
    0

    Default Re: Customization of Fields - It is Possible!

    Quote Originally Posted by stilesj View Post
    Sorry, didn't realize I could attach...here it is!

    Thanks!
    Quote Originally Posted by natan.zimand View Post
    i developed the field codes that work for me for metric drawings, you should be able to adjust them to get what you are looking for as well:


    <Format>
    <DisplayName>square meters</DisplayName>
    <FormatString>%lu2%pr1%ps[, m2]</FormatString>
    </Format>
    <Format>
    <DisplayName>square meters (cm dwg)</DisplayName>
    <FormatString>%lu2%pr1%ps[, m2]%ct8[0.0001]</FormatString>

    </Format>
    Quote Originally Posted by celestehershey457325 View Post
    Thank you so much for sharing this, stilesj! I just made my own custom area format and it's so nice : )

    Here's what I did in case anyone wants to use it:

    Code:
    <Format>
         <DisplayName>Celeste's Area Format</DisplayName>
         <FormatString>%lu2%ct4%qf1%TH44%PR0 sq ft</FormatString>
    </Format>
    It makes a nice simple area format like so: 4,567 sq ft
    I've searched all over the "Interweb" for more information on these field codes, and keep ending up here, and a similar post where @stilesj (Jenna) posted on the Autodesk Forums ().

    @stilesj (Jenna) attached a .doc with some information on the sytax; page two of this post. It doesn't contain qf codes - OR’d custom format flags and AcUt::QFormatBitFlags enum values.

    Where do you find this?

    You have "qf1". Ive seen other values such as "2816", and the .doc Jenna attached has an example with "3072". No one has come close to elaborating on this format code.

    Also, @natan.zimand posted one that has a "%ps" format code. This isn't even in the attached .doc from Jenna. What is it?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. cui customization
    By pdoan in forum AutoCAD CUI Menus
    Replies: 6
    Last Post: 2014-02-27, 03:02 PM
  2. 2010: error: Unable to load customization file That customization Group already exists
    By aheintze351177 in forum AutoCAD 3D (2007 and above)
    Replies: 0
    Last Post: 2013-01-09, 10:06 PM
  3. New to cad customization
    By moy6877 in forum Training
    Replies: 2
    Last Post: 2010-05-31, 11:43 PM
  4. Match line call outs as fields - link fields across sheets
    By david_ellis in forum AutoCAD Fields
    Replies: 1
    Last Post: 2006-06-13, 09:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •