ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Animate doesn't return to normal

    sketchup
    5
    0 評價
    5 貼文
    1k 瀏覽
    F
    @saladyne said: No-one else stepped in so I've done a bit more research and there is a problem with the coding in fizgig's DC. To quote the 'Assembling a Dynamic Component' example from this site; "When you want to reference an attribute value quotation marks are not needed. If you are telling an attribute to do something they are needed". The quotes are noticeably missing around 'swing_angle' in fizgig's component... adding them in fixes the problem of creating a rogue attribute. It doesn't however fix the referencing issues, but these can be corrected by moving the 'onClick ANIMATE' command to the BODY part of the component. Sorry Saladyne, I didn't see your post there. Funny enough, I ran into the problem again and knew I had discussed it before. I just came back and searched for my posts and found this thread and your last post about the need for quotes. That did the trick. Thanks so much!
  • DC avoids contact with others components

    sketchup
    5
    0 評價
    5 貼文
    685 瀏覽
    E
    Hi Dedim, I am actually using the onclick/hide solution, and for the coordinates that could be an interesting challenge but as you said, setting all coordinates for every "obstacle" would be time consumer. Tig, I've checked Sketchy-Physics, it could be a solution but I do not figure out how to integrated it. I will try sketchy-Physics first and dig deeper to see where this will lead. I thank you both for your time and your experiences. whish you both a good day. Estyl
  • Characteristics of a Good DC

    sketchup
    6
    0 評價
    6 貼文
    27k 瀏覽
    M
    Thats a good one, I'll try to make some of ine compliant with all this rules, and then see if I need anything else.
  • Rotate - dynamic component

    sketchup
    2
    0 評價
    2 貼文
    736 瀏覽
    D
    [image: HLEW_2011-04-17_173117.png]
  • Missing DC Dictionary entries

    sketchup
    2
    0 評價
    2 貼文
    680 瀏覽
    D
    Hi Palo I want to thank You for this tool! Today I experienced what You had described and Your plugin fixed it! Thanks again!
  • Auto-incrementing ID property in a DC

    sketchup
    4
    0 評價
    4 貼文
    831 瀏覽
    TIGT
    An observer could check on a particular type of DC and auto-change each ones ID attribute to match some incrementing '$counter', but then it's clunkier than a DC only solution...
  • Face with subcomponents...

    sketchup
    5
    0 評價
    5 貼文
    891 瀏覽
    T
    Thank you for the review. You understand correctly and have verified what I was not sure about. I wanted a face to be created across sub components but it seems the face will only be created if the edges are in the same subcomponent. I will try to reform the component using rectangles to achieve the result I want to have. Thanks again for your input!
  • Display component custom attribute in model

    sketchup
    6
    0 評價
    6 貼文
    2k 瀏覽
    A
    Quick test reveals that this is a feasible approach. I'm a little worried by the exponential increase in the number of components in the model, but I'll have to test and see whether that kills the performance. I'll put up the sample when its working. 2 digit counter display 5 digit version
  • Newbie in search of answers

    sketchup
    3
    0 評價
    3 貼文
    890 瀏覽
    S
    Hi - I had a quick look at your component. It doesn't seem to be a whole table; when I download it I get a top and 4 legs and only the top is dynamic. It may not have uploaded correctly. To upload dynamic components right click on the component and select 'share component' - this should work and it will allow you to upload updates later. Regards, S
  • Anyone know why changing "RotZ" to 45...

    sketchup
    5
    0 評價
    5 貼文
    980 瀏覽
    S
    Oops! V7 version of model attached! test2_av7.skp
  • DC "jumping" when moved/rotated

    sketchup
    6
    0 評價
    6 貼文
    2k 瀏覽
    S
    Updated model attached. You may need to play with the Portrait/Landscape orientation. Sharp 235 Dynamic_A.skp
  • DC Options Dialog - default value in text box? How?

    sketchup
    2
    0 評價
    2 貼文
    916 瀏覽
    S
    If you enter a value (without an = sign), in the Component Attributes dialogue, just before you Save the Component it will be 'remembered' when the component is placed and will remain visible until changed by the user; is this what you mean?
  • How to force MIN/MAX values in DC (user input) ?

    sketchup
    6
    0 評價
    6 貼文
    1k 瀏覽
    S
    I don't know if this would help but the following Input uses a single attribute to set the value taken from Input_val; if less than Min then Min is used, if more than Max then Max is used, otherwise the Input_val is used - not ideal but it might help reduce your code a bit: =IF(Input_val<Min_val,1,0)*Min_val+IF(Input_val>Max_val,1,0)Max_val+Input_valIF(Input_val>=Min_val,1,0)*IF(Input_val<=Max_val,1,0) Regards, S
  • Groups can have component's attributes!!!

    sketchup
    3
    0 評價
    3 貼文
    728 瀏覽
    D
    Thanks TIG. I just discovered this and I'm shocked - this can be what I have been looking for a long time - to put a data in the groups, but without the hassle of the components!
  • Dynamic component and curved path

    sketchup
    20
    0 評價
    20 貼文
    3k 瀏覽
    V
    Thank you for your contribution! It is interresting to see several methods to do that! I had seen this tools, but I thought it wasn't as flexible as you present in your video It is really interesting for curve path! I don't succed for the moment with DC... Nevertheless, I wonder if spacing between seats is adjustable? Thank's a lot!
  • How to create a louvered screen that follows a shape

    sketchup
    7
    0 評價
    7 貼文
    4k 瀏覽
    thomthomT
    It's a very nice toolset. I have it myself.
  • 'uniqueness' of a dc

    sketchup
    5
    0 評價
    5 貼文
    1k 瀏覽
    plot-parisP
    @unknownuser said: Me too, however, if I highlight several DC's that have the same attribute, I would like when I change that attribute that they all change on each highlighted DC, without inheriting all the other attributes... more than a year late. but yes, please implement this feature!
  • Dynamic Wall Component

    sketchup
    6
    0 評價
    6 貼文
    2k 瀏覽
    A
    The value of LenX which is returned is in inches, even when the model is in centimetres. So you need to compare with LenX * 2.54 e.g.: =NEAREST(CURRENT("LenX")*2.54,350,450,820,900)
  • Dynamic Components Question

    sketchup
    11
    0 評價
    11 貼文
    2k 瀏覽
    jason_marantoJ
    A DVD/CD hard copy set will be out soon -- but they charge $99 for them... I've seen them run promotional deals before, so maybe keep an eye out for that. It is worth mentioning that they have a TON of different softwares and subjects (including Ruby) that are covered by that $30 and you can pay for just the one month if that is all you want... I've seen similar pricing by other video tutorial companies -- but of course there are several great free tutorials like the ones linked above and a couple straight from Google here: http://www.youtube.com/watch?v=fsBpIPnF31A http://www.youtube.com/watch?v=eYC8zWurJP4 http://www.youtube.com/watch?v=UAfchXqU2_o Best, Jason.
  • Learning Dynamic Components

    sketchup
    9
    0 評價
    9 貼文
    2k 瀏覽
    Dan RathbunD
    Just in case you missed the support pages. SketchUp › Help articles › Beyond SketchUp › Dynamic Components [image: TJnU_DC_Support_Topics.png]

Advertisement