ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Can't "Add All" Component Attributes

    sketchup
    4
    0 評價
    4 貼文
    8k 瀏覽
    SJS66S
    See SketchUp Community Forum post https://forums.sketchup.com/t/cant-add-component-attribute-set-only-individual-attributes-to-component/29975
  • "No Components Selected" in Components Options Window

    sketchup
    2
    0 評價
    2 貼文
    8k 瀏覽
    J
    Probably a known bug - open the Ruby Console window and if an error occurs when selecting a DC with CO dialog open.
  • Having trouble with dynamic components

    sketchup
    2
    0 評價
    2 貼文
    7k 瀏覽
    Dave RD
    This is due to the way you saved the component and then imported it. When you imported the component into your new model, it was essentially double wrapped and the outer wrapper is not dynamic. You could see that if you import the component into another file and look at it in Outliner. Instead of using saving it with File>save and importing it, right click on the component and use Save as... Then save it to a directory you can use for a local collection. When you want to use the component, go to the Components window, select that local collection and drag the component in from there. To make the local collection available in the Components window, click on the Details menu and choose Add collection to favorites.
  • How To Get All The Components With The Same XYZ Axis

    sketchup
    3
    0 評價
    3 貼文
    7k 瀏覽
    S
    hello @TNTDAVID. thanks for your reply. I solved the problem by exploding the component and rebuilding it again.
  • Problem calculating area of a scaled object

    sketchup
    2
    0 評價
    2 貼文
    7k 瀏覽
    TNTDAVIDT
    Hello, I'm not sure your problem comes from the dynamic components, but rather from your surface estimator. You can purge the dynamic functions of all your dynamic components by saving your files in SKP6. The next time you open your file, your dynamic components will become simple components. So make sure you keep an original version of your file. You can then run a surface calculation that should work. See you soon. David
  • Select 'Flip along' from dynamic component options

    sketchup
    2
    0 評價
    2 貼文
    7k 瀏覽
    TNTDAVIDT
    Hello, In dimension attributes you must invert the dimensions from positive to negative. For a mirror on the X axis, LenX must change from 100 to -100 for example. See you soon David
  • Dynamic Componet Definition

    sketchup
    2
    0 評價
    2 貼文
    7k 瀏覽
    TNTDAVIDT
    Hello Nauzer 67, This is not possible without going through the ruby scripte. Cordially David
  • Dynamic Component rotation issue

    sketchup
    2
    0 評價
    2 貼文
    7k 瀏覽
    TNTDAVIDT
    Hello derei, Try thi: [image: 2YRApAn.jpg] Arm Bis.skp See you soon David
  • Dynamic mattress/bed Questions

    sketchup
    5
    0 評價
    5 貼文
    7k 瀏覽
    A
    Hi pcmoor Thanks for the reply your formula worked but I did have to change the descriptive values for the actual width values of the mattress size =IF(or(Size = "150", Size = "180"),200,190) I also now know that I cant Just stick AND & OR any where I Like I've got to put them in first.
  • Why Doesn't Component's Material Change?

    sketchup
    26
    0 評價
    26 貼文
    12k 瀏覽
    TIGT
    A material has to have been used in the model, simply making it current is not enough. Perhaps this is the Color_000 issue ? http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=33847 As has been spelled out several times, adding small painted faces within some part of the DC is the sure way of having these available to use in the DC, however there is this potential difference between the material .name and its .display_name The enclosing [...] etc show this. Try using those for the material name, rather than the display name. The code snippet I gave allows you to get any material's dual names. I understand that the [...] indicate the material was at some time loaded into a model and not created from scratch. It has been like that since v6.0 http://ruby.sketchup.com/Sketchup/Material.html#display_name-instance_method Since you are shipping the materials you can choose the re-name them using the >=v8.0 method: material.name="some_name" A quick way to do this could be this snippet... Sketchup.active_model.materials.each{|mat| p n=mat.name; p d=mat.display_name; mat.name=d; p mat.name } This processes all of the materials currently used in the model and sets the mat's name to the display_name - thereby sidestepping any difference between the two... It prints each material's name, display_name and final name - this safety-net is in case the new name is already taken by another material, in which case it'll get a numerical suffix added... This has been cover ages ago by thomthom, here... some of his points have already been added to the API notes... http://www.thomthom.net/thoughts/2012/03/the-secrets-of-sketchups-materials/
  • Dynamic Sinks

    sketchup
    10
    0 評價
    10 貼文
    12k 瀏覽
    E
    @ericschimel said: Hey fellow Sketchuppers... I just created a few undermount black pedestal sinks from photos in Sketchup to use as Dynamic Components in my kitchen designs. I even did up a blog post on it. Thought you'd be interested in seeing it here. http://sketchuptraining.blogspot.com/2010/08/sinks-of-steel.html If you want to go straight to the sink components, check them here on the 3D warehouse: http://sketchup.google.com/3dwarehouse/cldetails?mid=b31bc56becdd90e784283d54542a3ba0 There are some some nice DC options in these sinks as well. Hi ericschime, I just find out that one of your shared link is not working. And it would be nice if you can provide any alternate link. Thanks
  • How To Interpret a Text as a DC Formula

    sketchup
    15
    0 評價
    15 貼文
    10k 瀏覽
    S
    that's right @Jim. you are an expert! now I'm uploading the final version of the cabinet project, with 2 doors working, as it really should be. thanks. SketchUcation - Cabinet 2 Doors - Dynamic Resize & Open-Close Doors.skp
  • Help with sliding doors

    sketchup
    3
    0 評價
    3 貼文
    7k 瀏覽
    Epix3DE
    D*** you are good! Thank you pcmoore. Works great! I will study this.
  • Dynamic component pause?

    sketchup
    2
    0 評價
    2 貼文
    6k 瀏覽
    Rich O BrienR
    Did you try Animator?
  • DC callback error

    sketchup
    4
    0 評價
    4 貼文
    6k 瀏覽
    S
    An update. The cause of this problem appears to be a folder or filename starting with a lowercase 'u'. I am grateful to the person who described this on this or another forum (couldn't find the post again) and Yogesh at SU support. I didn't think this was what was causing the problem on my setup as I knew that I never name files or folders with lowercase letters. However, the culprit was further up the file path in the C:\ directory thus: C:\ Users\ user. It was this last folder name with its lowercase 'u' that was at the heart of the problem. How the folder came to be there (in the SU file path) I do not know. I think I probably messed up right at the start when naming my desktop account on the new PC (three years ago now). My solution has been to do a reset of the whole PC, which it needed anyway, and then being careful about names and file paths. SU support say they accept this problem as a known bug so there may be a fix at some point without going to the lengths of resetting or meddling with the PC inner workings. Hope this may explain what is happening for anyone else who has the problem but apologies for not being able to offer a quick fix.
  • How to prevent texture from scaling

    sketchup
    7
    0 評價
    7 貼文
    9k 瀏覽
    G
    This is my video (I used a method which is suggested Tig) . It's simple - inside the component, I put another component (scaler) and the prescribed attributes. Scaler can be made invisible. scaler.skp
  • Select a group of components - select hidden

    sketchup
    2
    0 評價
    2 貼文
    5k 瀏覽
    J
    oh it seems that one can't change a component attributes when multiple selected
  • Dynamic Component IF statement text comparison

    sketchup
    4
    0 評價
    4 貼文
    5k 瀏覽
    H
    OK, I think I figured out what was causing the problem. When you type double quotes into the dynamic component (at least in Sketchup for Mac) the double quotes are sometimes changed from " to “ causing the formula to throw an error. Thanks nonetheless for your help Jim!
  • Dynamic Components inside Dynamic Components

    sketchup
    3
    0 評價
    3 貼文
    5k 瀏覽
    sunfire1108S
    I have a similar inquiry. Probably would lead to the same thing though. I built a vault door for a bank (it's old school), but it also has a small glass door in the inside of it that opens to adjust the mechanics. Was wondering if it's possible to be able to open the glass door on the back, even though it's nested under the same component as the vault door too. So far I've tried assigning attributes to parts of the vault door, so if you click a piece of the vault door, it rotates the whole thing, but haven't had any luck with that. But if I assign the attribute the whole component, I can't get the glass door to open. Anyone have any clues? I'm very much a noob at this!
  • Dynamic - Material Selection

    sketchup
    5
    0 評價
    5 貼文
    5k 瀏覽
    nogamusprimeN
    [image: Din-o-Find%20Panel%20Set.jpg?itok=t03KuTD8] [image: Puppet%20Panel.jpg?itok=_j4DcfzD] Ok, So I've got another question... Our playgrounds use HDPE plastic sheet panels for barriers, activities, and graphics. These panels come in Solid Panels which have one solid color, and Sandwich Panels with have an outer layer on either side with one color and an inner layer with another color. The Sandwich Panels have a selection of core colors that are specific to each outer color. For instance, a Gray panel can have a Black core, a Black Panel can have a White core, however, a Red Panel could have a White core, Yellow Core OR Blue Core. Is there a way to set up a model to have one option selection, for instance "Red with Yellow Core", "Gray with Black Core", etc. that would change both the outer and core colors? I need to be able to limit the color options to what is actually available, but If I can't, I may just have to include some instruction for color options. Thanks

Advertisement