Adjust Plan/Profile Sheet....

Moderator: Carlson Support

Adjust Plan/Profile Sheet....

Postby RHEIDEN » Sat Jun 25, 2011 3:39 pm

I am creating Plan and Profile sheets for a sewer project and after creating the sheets, I go back and try to use the Adjust Plan/Profile Sheet command to move the profile up on the grid. While using this command I am able to position the profile and grid as I want, however, Carlson duplicates the linework and elevation text. So I have two profile lines, one of which is in the original location and the second in the desired location, as well as duplicate elevation text on the sides right on top of each other. Is there a setting I am missing to turn off or delete the original stuff? Why would Carlson not automatically rid off the old info as the grid and profile is adjusted and moved?

Any help or suggestions on this topic would be greatly appreciated.
RHEIDEN
 
Posts: 1
Joined: Sat Jun 25, 2011 3:29 pm

Postby site admin » Thu Jun 30, 2011 12:01 pm

Please send your question to support@carlsonsw.com so we can take a look at it. When emailing, please provide your software version, whether you are running it on Acad, IntelliCAD and the build information from the first line of text in Help>About Carlson.

Thank you.
Carlson Software
site admin
Site Admin
 
Posts: 332
Joined: Wed Nov 21, 2007 4:40 pm
Location: Maysville KY

Postby harrynikol » Wed Jul 13, 2011 10:29 pm

Thanks

computer
harrynikol
 
Posts: 7
Joined: Sat Jun 04, 2011 9:38 am

Align Viewports

Postby Sgarland » Mon Jan 23, 2012 3:07 pm

Carlson 2012, Intellicad 6.6

Anyone know where an Align Viewports command would be located?

Thanking you,

Steve
Sgarland
 
Posts: 8
Joined: Fri May 16, 2008 3:15 pm

EDIT AN AUTOCAD LISP TO INTELLICAD?

Postby Sgarland » Thu Feb 09, 2012 10:08 pm

(defun c:alignps ( / )
(setvar "cmdecho" 0)
(setq oldexpert (getvar "expert"))
(setvar "expert" 4)
(setq pms (getpoint "\nPoint in MS: "))
(command "_pspace")
(setq pps (getpoint "\nPoint in PS: "))
(command "_mspace")
(setq pms2 (trans pps 1 0))
(setq pms2 (trans (trans pms2 3 2) 2 1))
(command "_pan" pms pms2)
(setvar "expert" oldexpert)
)
Sgarland
 
Posts: 8
Joined: Fri May 16, 2008 3:15 pm

Re: EDIT AN AUTOCAD LISP TO INTELLICAD?

Postby gskelhorn » Thu Feb 09, 2012 11:42 pm

Sgarland wrote:(defun c:alignps ( / )
(setvar "cmdecho" 0)
(setq oldexpert (getvar "expert"))
(setvar "expert" 4)
(setq pms (getpoint "\nPoint in MS: "))
(command "_pspace")
(setq pps (getpoint "\nPoint in PS: "))
(command "_mspace")
(setq pms2 (trans pps 1 0))
(setq pms2 (trans (trans pms2 3 2) 2 1))
(command "_pan" pms pms2)
(setvar "expert" oldexpert)
)


I guess I just answered this on the Intellicad beta site... I don't think Intellicad had (for 6.6) or has yet (7.1) a fully functional TRANS function.

The (trans pms2 3 2) will not work as required for this function. It should take a paper space point and transform it to a DCS coordinate for the viewport but does not.
gskelhorn
 
Posts: 197
Joined: Tue Nov 03, 2009 12:56 am


Return to Civil

Who is online

Users browsing this forum: No registered users

cron