customised line types
customised line types
(OP)
how do you create customised line types?
and where can i download line types?
and where can i download line types?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: customised line types
RE: customised line types
RE: customised line types
STANDARD,
S
R
X
Y
-.2
code below:
*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ----
A,.5,-.2,["HW",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.2
RE: customised line types
.5= PEN DOWN .5 UNITS
-2= PICK PEN UP .2 UNITS
"HW"= TEXT
STANDARD= TEXT STYLE
S= SCALE OF TEXT
R= ROTATION OF TEXT
X= HORIZONTAL OFFSET OF TEXT
Y= VERTICAL OFFSET OF TEXT
-2= PICK PEN UP .2 UNITS
All spelled out in the Customization Guide of the Online Manuals
RE: customised line types
2. Copy the existing file example and past it at the end of the page.
3. Modify it to what you want.
Tip: The better to keep the standard default setting.