Constructed Lines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Constructed Lines

    This there a way to make the constructed lines longer?
    !'m intersecting 2 planes and the constructed lines are minute, can just barely see them.
    (2019R2)

  • #2
    You could construct a generic line with line values, then define the length as you want...

    Comment


    • brian.freeman
      brian.freeman commented
      Editing a comment
      Thought about that, but just wondering if there might be a 'trick' to make them longer.
      Thanks

  • #3
    After constructing the line
    Code:
    LIN1 =FEAT/LINE,CARTESIAN,UNBOUNDED,NO
    THEO/<20,5,-15.546>,<0,0,-1>
    ACTL/<20,5,-15.546>,<0,0,-1>
    CONSTR/LINE,INTOF,PLN4,PLN5
    just change the UNBOUNDED to BOUNDED and increase the length (the number 1 at the end of THEO and ACTL), for example to 100:

    Code:
    LIN1_LONG =FEAT/LINE,CARTESIAN,BOUNDED,NO
    THEO/<20,5,-15.546>,<20,5,-115.546>,100
    ACTL/<20,5,-15.546>,<20,5,-115.546>,100
    CONSTR/LINE,INTOF,PLN4,PLN5
    Last edited by AndersI; 01-24-2020, 03:53 AM.
    AndersI
    SW support - Hexagon Metrology Nordic AB

    Comment

    Related Topics

    Collapse

    Working...
    X