sketchucation logo sketchucation
    • Login
    1. Home
    2. derei
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 147
    • Posts 828
    • Groups 1

    Topics

    • dereiD

      How is this possible ??? (see image)

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      4
      0 Votes
      4 Posts
      311 Views
      J
      @unknownuser said: and I surely forgot about it. Easy to do - SketchUp is complex, regardless of what the marketing team says.
    • dereiD

      How to force MIN/MAX values in DC (user input) ?

      Watching Ignoring Scheduled Pinned Locked Moved Dynamic Components sketchup
      6
      0 Votes
      6 Posts
      1k Views
      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
    • dereiD

      DC Options Dialog - default value in text box? How?

      Watching Ignoring Scheduled Pinned Locked Moved Dynamic Components sketchup
      2
      0 Votes
      2 Posts
      918 Views
      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?
    • dereiD

      DC -can't acces TOP level atribute from third level entity

      Watching Ignoring Scheduled Pinned Locked Moved Dynamic Components sketchup
      2
      0 Votes
      2 Posts
      914 Views
      J
      You have it right. It's an inconvenience and makes things more complicated than need be. I think I made a suggestion to Google one time about adding a type of global variable to DC's; or possibly making a variable's scope be from the parent down to children of any depth, but not up to parent components.
    • dereiD

      Change Axis to Groups ? Possible?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      8
      0 Votes
      8 Posts
      5k Views
      Dave RD
      @unknownuser said: If I make a model which I will need for further usage, I'll make it Component, to see it in Component Browser (and of course, I will save it in my Collection), but its inner components will be groups, otherwise my Component Browser will be filled up with all sort of C.Definitions that I don't need. Well, there are exceptions from this rule... But now is clear for me when to choose to use groups. There are indeed exceptions to that rule. In my work flow I only use components but I'm mainly drawing furniture to joinery level detail. All of the parts of a piece of furniture will be components even if there is only one instance in the model. i.e. a table top. In addition to the assembled model, I make exploded views and detail views. With the exploded views I will end up with an additional instance of the table top. If, as commonly happens, the client wants changes after the model is made, I don't even have to wonder if the changes got made throughout the model. Few opportunities for errors that way. As to the Component Browser being filled up with component definitions, I've never found that to be an issue. Do keep in mind that components you've had in the model, even if they've been deleted from the model space, will still be shown in the In Model library. This is handy if you inadvertently delete the component because you can get it back. On the other hand, if you know you don't want those components, you should run Purge Unused or the Purge All plugin which will does as it says.
    • dereiD

      Solid Group vs Group ?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      4
      0 Votes
      4 Posts
      5k Views
      thomthomT
      Yes you specifically need solid object you don't have to worry. If you do need a solid once, and you can't work out why it's not a solid, you can use this plugin: http://forums.sketchucation.com/viewtopic.php?f=323&t=30504
    • dereiD

      Dynamic Component (a metalic drawer)

      Watching Ignoring Scheduled Pinned Locked Moved Dynamic Components sketchup
      8
      0 Votes
      8 Posts
      2k Views
      dereiD
      @sketchdata said: Looks good, I think you're understanding DCs. Can I ask if you did your attribute "Display Values" in "English"? I noticed some other language on some of the component names. I have a reporting plugin and trying to resolve language issues. Also a thanks, your HTML markup inside the DC attributes helped me realize I need to modify my reporting plugin. Values are displayed in metric units, but inside, in Component Attributes, you can see some names in other language (Romanian). I translated only what I considered the user will see/interact. I was tired and in my head I had only DCs Nice component reporter tool! I would like to keep close with you about that !
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 8 / 8