Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Slide only one type, unable to display all slides

  1. #1
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Slide only one type, unable to display all slides

    Hi Alls,
    here my code to display slide,but I cannot solve this problem to display alls slide,this program only able display one type ,ie "Angle Bars", and for Channel and H Beam it cannot display.
    Attached Files Attached Files
    Last edited by Adesu; 2006-10-13 at 05:40 AM.

  2. #2
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Here slide file in attach file
    Attached Files Attached Files

  3. #3
    Active Member ElpanovEvgeniy's Avatar
    Join Date
    2006-09
    Location
    Russia, Moscow
    Posts
    54
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Quote Originally Posted by Adesu
    Here slide file in attach file
    Rename all library of slides (delete a point from names of files)!
    For example:
    Hbeam 400x400x13.0x21.sld
    =>>
    Hbeam 400x400x13_0x21.sld

  4. #4
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Hi elpanov,
    I just rename as your suggest,and tested it,but result same as old program.

    Quote Originally Posted by elpanov
    Rename all library of slides (delete a point from names of files)!
    For example:
    Hbeam 400x400x13.0x21.sld
    =>>
    Hbeam 400x400x13_0x21.sld

  5. #5
    Active Member ElpanovEvgeniy's Avatar
    Join Date
    2006-09
    Location
    Russia, Moscow
    Posts
    54
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Quote Originally Posted by Adesu
    Hi elpanov,
    I just rename as your suggest,and tested it,but result same as old program.
    In the program too it is necessary to rename.
    Code:
    ((= data_hbtyp 9)(setq vsld \"Hbeam 400x400x13_0x21\")))
    I have checked up, for me works!

  6. #6
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Hi elpanov,
    It's sound good info I surprise,I would rename it,wait for feed back,thanks.

    Quote Originally Posted by elpanov
    In the program too it is necessary to rename.
    Code:
    ((= data_hbtyp 9)(setq vsld \"Hbeam 400x400x13_0x21\")))
    I have checked up, for me works!

  7. #7
    Active Member ElpanovEvgeniy's Avatar
    Join Date
    2006-09
    Location
    Russia, Moscow
    Posts
    54
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Quote Originally Posted by Adesu
    Hi elpanov,
    It's sound good info I surprise,I would rename it,wait for feed back,thanks.
    Now, for you works?

  8. #8
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Hi elpanov,
    I just tested it's OK for H Beam,but not yet for Channel (?).

    Quote Originally Posted by Adesu
    Hi elpanov,
    It's sound good info I surprise,I would rename it,wait for feed back,thanks.

  9. #9
    Active Member ElpanovEvgeniy's Avatar
    Join Date
    2006-09
    Location
    Russia, Moscow
    Posts
    54
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Quote Originally Posted by Adesu
    Hi elpanov,
    I just tested it's OK for H Beam,but not yet for Channel (?).
    Code:
    ((= data_chtyp 0)(setq vsld \"60x30x10x1.6\"))
    =>>
    ((= data_chtyp 0)(setq vsld \"Channel 60x30x10x1_6\"))
    Code:
    Channel 60x30x10x1.6.sld
    =>>
    Channel 60x30x10x1_6.sld

  10. #10
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Re: Slide only one type, unable to display all slides

    Hi elpanov,
    yes that code need "Channel",and tested it's OK =>"THANKS A LOT"
    but I only able display 3 slides for fouth it still cannot.

    Quote Originally Posted by elpanov
    Code:
    ((= data_chtyp 0)(setq vsld \"60x30x10x1.6\"))
    =>>
    ((= data_chtyp 0)(setq vsld \"Channel 60x30x10x1_6\"))
    Code:
    Channel 60x30x10x1.6.sld
    =>>
    Channel 60x30x10x1_6.sld

Page 1 of 2 12 LastLast

Similar Threads

  1. 2011 Unable to display shp files via task pane
    By whiskeyportal673518 in forum AutoCAD Map 3D - Data Connect (FDO)
    Replies: 1
    Last Post: 2012-01-13, 12:33 PM
  2. Replies: 1
    Last Post: 2008-09-25, 09:24 AM
  3. Routine to print all blocks / slides from a slide library
    By jbortoli in forum AutoCAD Customization
    Replies: 2
    Last Post: 2007-05-28, 01:18 PM
  4. AutoCAD 2008 - unable to change attenuation lamp type (and also 'use limits' option)
    By ronie_ernanto in forum AutoCAD 3D (2007 and above)
    Replies: 4
    Last Post: 2007-05-23, 10:34 AM
  5. Replies: 3
    Last Post: 2007-02-15, 09:36 AM

Posting Permissions

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