Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Location referencing

Status
Not open for further replies.

moon161

Mechanical
Dec 15, 2007
1,179
0
36
US
Say I'm inserting, or copying a block, want it on a wall, base point 2 feet from the corner.

Right now I move the base point to the corner, then move the base point 2 feet up the wall, using running nearest snap and DDE.

Any way to do this in one move?
 
Replies continue below

Recommended for you

try entering FROM at the 'Specify insertion point' prompt

example to insert a block 2 units above a specified base point
Code:
Command: -INSERT
Enter block name or [?] <MH>: MH
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate]: FROM
Base point: INT
of <Offset>: @0,2

____________________
Civil 3D 2008, Terramodel
 
Status
Not open for further replies.
Back
Top