See the top rated post in this thread. Click here

Results 1 to 8 of 8

Thread: Crossing Polygon gone!

  1. #1
    I could stop if I wanted to Merlin's Avatar
    Join Date
    2004-05
    Location
    Brisbane, Australia
    Posts
    405
    Login to Give a bone
    1

    Default Crossing Polygon gone!

    I've just started at a new office and been given a new copy of ver.2006 on a new computer, and I've been busy customising where I can ( they have their own customised stuff)....but one thing I find curious is that I can't invoke a crossing polygon (e.g. when trying a Stretch command). At the command line, after invoking the command, it displays "specify first corner". I normally would type "cp"; in this case I get "Invalid window specification". ...same if I type crossing polygon or whatever.

    any ideas?

    John Mc

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Crossing Polygon gone!

    Hi

    The Stretch command was basically rewritten in AutoCAD 2006 ( a search within this forum will give you more information about that, if interested ).

    With that said, "Crossing Polygon" should still work...

    "Stretch AND Crossing AND Polygon" - 4 results obtained via Autodesk Discussion Groups "AutoCAD 2006".

    Have a good one, Mike

  3. #3
    Digital Delivery Director Brian Myers's Avatar
    Join Date
    2003-02
    Location
    Stillwater, Oklahoma
    Posts
    1,819
    Login to Give a bone
    0

    Default Re: Crossing Polygon gone!

    Quote Originally Posted by Mike.Perry
    Hi
    With that said, [/size]"Crossing Polygon" should still work...
    As Mike said, it should still work. It works for myself and after about 45 minutes of searching I've yet to find a way it could be "turned off" or any errors that could cause this.


    reinstall? *gulp*

  4. #4
    I could stop if I wanted to Merlin's Avatar
    Join Date
    2004-05
    Location
    Brisbane, Australia
    Posts
    405
    Login to Give a bone
    0

    Default Re: Crossing Polygon gone!

    Thanks for the replies......I'll rummage around and find out someway.....I'll keep you posted when I find something. It is most curious

    cheers,
    John Mc

  5. #5
    I could stop if I wanted to Steve Johnson's Avatar
    Join Date
    2004-11
    Location
    Western Australia
    Posts
    294
    Login to Give a bone
    1

    Default Re: Crossing Polygon gone!

    That's exactly what I would expect if you were using a macro that typed in the "C" for crossing for you. Because it's already in Crossing mode, it's too late to tell it to use the CP method.

  6. #6
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    1

    Default Re: Crossing Polygon gone!

    Quote Originally Posted by mail.68744
    but one thing I find curious is that I can't invoke a crossing polygon (e.g. when trying a Stretch command). At the command line, after invoking the command, it displays "specify first corner". I normally would type "cp"; in this case I get "Invalid window specification". ...same if I type crossing polygon or whatever.
    any ideas?
    John Mc
    Steve is right. Run the core stretch command by typing .STRETCH. Now type CP. It will work.

    If you want this every time, use something like this:

    (defun c:st ()
    (command "._stretch" "_CP")
    )
    R.K. McSwain | CAD Panacea |

  7. #7
    I could stop if I wanted to Merlin's Avatar
    Join Date
    2004-05
    Location
    Brisbane, Australia
    Posts
    405
    Login to Give a bone
    0

    Default Re: Crossing Polygon gone!

    Quote Originally Posted by rkmcswain
    Steve is right. Run the core stretch command by typing .STRETCH. Now type CP. It will work.

    If you want this every time, use something like this:

    (defun c:st ()
    (command "._stretch" "_CP")
    )
    You were right on the money the money there!.....I typed the ".STRETCH" at the command line and was able to invoke the crossing polygon as per normal.....pardon my ignorance, but that string you supplied...where do I insert that?....not the .pgp file?
    John Mc

  8. #8
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Crossing Polygon gone!

    Alternatively, find out what is redefining the Stretch command.
    The "." in front of the name just means "use the inbuilt command" and ignores any redefinition.

Similar Threads

  1. Crossing Pipe Label Style with Elevation and Station at crossing
    By Wish List System in forum Civil 3D Wish List
    Replies: 3
    Last Post: 2020-03-03, 05:27 AM
  2. Polygon manipulation
    By adnamapaul in forum 3ds Max - General
    Replies: 1
    Last Post: 2012-02-13, 02:40 PM
  3. RE: Dynamic Blocks using a crossing polygon for linear stretch
    By HFRdetailing in forum Dynamic Blocks - Technical
    Replies: 2
    Last Post: 2011-06-28, 01:28 PM
  4. Crossing Polygon in SSGET statement
    By caddog71 in forum AutoLISP
    Replies: 2
    Last Post: 2010-03-18, 07:45 PM
  5. Stretch a Polygon/Maintain the Original Area of Polygon
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2007-08-02, 04:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •