Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: dim text alignment

  1. #1
    kellerkid Guest

    dim text alignment

    We are using dimstyles w/ the text aligned with the dimline. I am looking for the system variable that controls text placement when text does not fit between extension lines. There is an unequal offset between text and dimline, depending on which direction the dim is pulled to .... Example: If dim line is below text (or right of), they are in closer proximity than if dim line is above text (or to the left)....Thanks

  2. #2
    Dean Saadallah Guest
    To find most dim variable names, go to DDIM command>Modify button, find what
    you want to do in one of the tabs, hit that HELP button on the pop-up, go to
    the appropriate tab, it's there.

    --
    Dean Saadallah
    Add-on products for LT
    http://www.pendean.com/lt
    --

  3. #3
    Walt Engle Guest
    Check our DIMTMOVE. Default is 0 (zero) but 1 and 2 are of interest.

  4. #4
    kellerkid Guest
    dimtmove is the closest value I can find, but not exactly what I'm looking for. When I pull a dim above or to the left of an object, and the text wont fit between the ext. lines, it is reasonably close to the dim line (what I consider reasonable). If I pull a dim off to the right or below the same object, and the text wont fit between, the default position is farther away from the dim line, about twice the distance... Could it be a text issue? Default text style is simples.shx w/ 0.0 ht

  5. #5
    Walt Engle Guest
    As an aside, don't use simplex. Romans is closest to single stroke Gothic (the type of text ANSI dictates). Try Dimtmove 1 which will allow you to have a leader with your text. Note: if you already have dimensions, you will have to Update those that you want to use Dimtmove 1 with. Dimtmove 2 lets you move dim text without leader. Once having moved text where you want, re-set Dimtmove to 0 (zero) otherwise all future dimension text will be set to the Dimtmove you changed from the default.

  6. #6
    kellerkid Guest
    It must be embedded in the program. Standard dimstyle does it too...Draw a square and dimension it on all sides, at a scale that forces the text from betewwn the ext. lines. Is the text of the dims on top and left not pushed closer to the dimlines than bottom and right? I dont know the variable names, but below are my current settings.

    Text is aligned w/ dimline
    Text moves first if not fitted between
    Text is above dimline w/o leader

    I think I have to much time on my hands today...

    Thanks

  7. #7
    lsaapedd Guest
    As an aside, don't use simplex.
    What's wrong with simplex?

  8. #8
    Walt Engle Guest
    ANSI dictates that font should be single stroke gothic. Simplex is not
    even close whereas Romans is. Simplex was developed in the beginning
    when ram was 68Kb and it took forever to regenerate Romans (or any other
    more complicated font). I don't have an argument with anyone using
    Simplex as long as they are satisfied with 5th grade font. My opinion.

  9. #9
    Bill DeShawn Guest
    Two things:
    There are two simplexes. SIMPLEX.SHX and SIMPLEX_.TTF. The TTF file will
    most assuredly regenerate slower than the SHX version.

    Also,
    Here is a routine that I made up and use for text placement of a dimension.
    If I want it one way, I comment it out the appropriate line with a
    semi-colon. If I want the other way, I switch placement of the semi-colon.

    (defun c:mvd (/ dtmv ortho ent)
    (setq dtmv (getvar "dimtmove"))
    (setq ortho (getvar "orthomode"))
    (setvar "orthomode" 1)
    (prompt "\nPick dimension text to move: ")
    (while (null ent) (setq ent (entsel)))
    (command "dim1" "_.restore" "" ent "dimupt" "1" "dimfit" "5" "dim1"
    "_.update" ent "")
    ;the one above or the one below.
    ; (command "dim1" "_.restore" "" ent "dimtmove" "1" "dim1" "_.update"
    ent "")
    (command "dimtedit" ent)
    (while (= (getvar "cmdactive") 1)(command pause))
    (setvar "orthomode" ortho)
    (setvar "dimtmove" dtmv)
    (princ)
    )



    --
    Bill DeShawn
    bdeshawn@nospamsterling.net
    http://my.sterling.net~bdeshawn

    "Walt Engle" <wengle@houston.rr.com> wrote in message
    news:41C39979.CD79B8F9@houston.rr.com...
    ANSI dictates that font should be single stroke gothic. Simplex is not
    even close whereas Romans is. Simplex was developed in the beginning
    when ram was 68Kb and it took forever to regenerate Romans (or any other
    more complicated font). I don't have an argument with anyone using
    Simplex as long as they are satisfied with 5th grade font. My opinion.

  10. #10
    teiarch Guest
    Walt: IF you examine the coding in the SHP file for Simplex vs. RomanS, you'll find that the main difference between the two is the start point of the characters.

    Romans characters have a little leading space; Simplex characters don't.

    Or perhaps I'm looking at something different than what you call Simplex?????

  11. #11
    Tracy W. Lincoln Guest
    Walt,

    I think you meant TXT.SHX not Simplex... also my first PC had a whole 64KB
    not 68KB.

    --
    Tracy W. Lincoln - TLConsulting
    http://TLConsulting.blogspot.com/
    Consulting, Design & Training Specialist
    Autodesk Discussion Group Facilitator

    "Walt Engle" <wengle@houston.rr.com> wrote in message
    news:41C39979.CD79B8F9@houston.rr.com...
    ANSI dictates that font should be single stroke gothic. Simplex is not
    even close whereas Romans is. Simplex was developed in the beginning
    when ram was 68Kb and it took forever to regenerate Romans (or any other
    more complicated font). I don't have an argument with anyone using
    Simplex as long as they are satisfied with 5th grade font. My opinion.

  12. #12
    Walt Engle Guest
    "Tracy W. Lincoln" wrote:

    Walt,

    I think you meant TXT.SHX not Simplex... also my first PC had a whole 64KB
    not 68KB.

    --
    Tracy W. Lincoln - TLConsulting
    http://TLConsulting.blogspot.com/
    Consulting, Design & Training Specialist
    Autodesk Discussion Group Facilitator

    "Walt Engle" <wengle@houston.rr.com> wrote in message
    news:41C39979.CD79B8F9@houston.rr.com...
    ANSI dictates that font should be single stroke gothic. Simplex is not
    even close whereas Romans is. Simplex was developed in the beginning
    when ram was 68Kb and it took forever to regenerate Romans (or any other
    more complicated font). I don't have an argument with anyone using
    Simplex as long as they are satisfied with 5th grade font. My opinion.

  13. #13
    Walt Engle Guest
    You are correct, however, simplex is still lacking ANSI protocols and just
    after I replied I realized I typed incorrectly - meant 64Kb.

  14. #14
    teiarch Guest
    Walt: Could you expand on "...lacking ANSI protocols..."? Not being acquainted with these, would like to hear more. or is there a site where I can educate myself on this topic.

    Thanks.

  15. #15
    Walt Engle Guest
    See my previous - single stroke Gothic font, per Goetsch textbook on drafting.
    ANSI also dictates that text height be 1/8".

Page 1 of 2 12 LastLast

Similar Threads

  1. Lisp routine to Label an alignment with MTEXT attached Leade
    By markmcclure in forum Customization
    Replies: 3
    Last Post: 03-18-2005, 04:05 PM
  2. Replies: 0
    Last Post: 03-03-2005, 01:20 PM
  3. Replies: 3
    Last Post: 02-23-2005, 05:59 PM
  4. Changing text alignment.
    By Bob in forum Customization
    Replies: 2
    Last Post: 01-06-2005, 06:18 PM
  5. Hatch alignment.
    By Patrick Fristoe in forum Drafting
    Replies: 6
    Last Post: 12-27-2004, 11:22 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
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum