AutoCAD Mechanical
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ray
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Set units to Architectural and then try.
Command: units
Change units type from Decimal to Architectural.
Thaks,
Sridhar
Software QA Engineer
Manufacturing Solutions Division
Autodesk, Inc.

Sridhar Subramani
Autodesk, Inc.
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am able to enter below vaules at the command line after setting the units to Architectural.
command line: Pick a point or 1',1'
Specify next point: @12'3,0 or @12'3",0 or @12'3",1' or @12'3,1'
Specify next point: switch otrho on and enter 12'3" or 12'3 (3 is considered as 3")
According to the value you enter; 12',3 what does 3 stand for; is it 3" or 3'.
can you provide an example the way you are entering lengths at the command prompt to draw a rectangle?
Thanks,
Sridhar

Sridhar Subramani
Autodesk, Inc.
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Command: _line Specify first point:
Specify next point or [Undo]: @12',3
Point or option keyword required.
Specify next point or [Undo]: 12
Command:
Command:
Command: _line Specify first point:
Specify next point or [Undo]: 1'2"
Point or option keyword required.
Specify next point or [Undo]: 12',1"
Point or option keyword required.
Specify next point or [Undo]: 12'
Point or option keyword required.
Specify next point or [Undo]: @12'
Point or option keyword required.
Specify next point or [Undo]: 12',3"
Point or option keyword required.
Specify next point or [Undo]:
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
If units is not set to Architectural, then I see error message "Point or option keyword required" as what you see.
Thanks,
Sridhar

Sridhar Subramani
Autodesk, Inc.
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
All I have to type is 12'3" or 12'3.
Jerry
news:5966839@discussion.autodesk.com...
I could enter value @12',3 if the units is set as Architectural. The
behavior is same in all the releases from AcadM 2004 through AcadM 2009.
If units is not set to Architectural, then I see error message "Point or
option keyword required" as what you see.
Thanks,
Sridhar
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
Please give input in systax in command line
( feet-inch)
Example
Line
Pl. spec. point: 6'-5"
Re: How to type in feet, inches in command line
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Go to "UNITS" and change to Arch. Then change the "units to scale inserted objects" to feet or unitless. Whatever you want. Then go to system variable or type "UNITMODE" on command line. Change that to "1". You should be able to now specify lengths on your command line in the following format: (1'-3") or (1'3") - minus the parenthesis.
UNITMODE-Controls the display format for units. By default, the format for displaying measured values differs slightly from the format used for entering them. (You cannot include spaces when entering measured values.)
0 Displays fractional, feet-and-inches, and surveyor's angles in "report" format using spaces as delimiters
1 Displays fractional, feet-and-inches, and surveyor's angles in "input" format without including spaces and, in some cases, substituting dashes for spaces
