Return to Statement


Horizontal or Vertical Example

Demonstrates the creation of a horizontal and a vertical dimension between previously defined points. The text DIM1 and DIM2 is appended to the dimension text.

$$
$$ Declarations
$$
ENTITY/PT0,PT1,PT2,DIM1,DIM2
$$
$$ Geometry Definition
$$
PT0 =POINT/0,0
PT1 =POINT/-1,0
PT2 =POINT/.5,-1
$$
$$ Dimension Definition
$$
DIM1=LDIM/HORIZ,-.5,1,PT1,PT0,APPEND,'DIM1'
DIM2=LDIM/VERT,1,-.5,PT0,PT2,APPEND,'DIM2'


Horizontal and Vertical Dimensions