ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Can a Scene control a Dynamic Component?

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    TIGT
    There's lots out there... Here's an example: http://sketchupapi.blogspot.co.uk/2009/07/dynamic-components-that-react-to-scene.html
  • Uploading Dynamic Components

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    TIGT
    I assume you are using Save_As on a DC, or exporting your DCs as part of a Collection. The SKP file[s] that results might appear like a normal 'Component', but if you then add it to a Model it will display the DC attributes/properties you gave it when you made/saved it. The various 'dynamic_attributes' which you gave it within its 'cradle' Model, are saved with the external SKP itself, when you do the Save_as etc... So when you upload a DC SKP it should retain its special abilities as attributes attached to its own model. When you download a DC it still has those abilities saved within it, but they do not display if you simply open that downloaded SKP - they only manifest themselves when you insert that DC into another Model... It is a Dynamic Componentafter all... the clue is in the name...
  • Dynamic component

    sketchup
    8
    0 評價
    8 貼文
    3k 瀏覽
    G
    Ignore my last post ive worked it out, by taking 2cm off the v a_space_H and the a_space_V I can now get the correct number of bays required I am very deeply indebted for your assistance Thanks again
  • How to update facearea() calculation in DC without redraw?

    sketchup
    3
    0 評價
    3 貼文
    8k 瀏覽
    A
    Hi pcmoor, Many thanks for the reply and example files. Yes, that is a nice trick that works: changing any parameter in the component option window and clicking apply will update the calculation without redraw. Cheers! A.
  • Nesting dynamic components

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    G
    You can let the nested component reference parent.
  • Textures on a dynamic component

    sketchup
    13
    0 評價
    13 貼文
    4k 瀏覽
    G
    this is the idea of TIG http://sketchucation.com/forums/viewtopic.php?t=49564#p525146 video how it works (sorry, in Russian) http://www.youtube.com/watch?v=TWGGfoR5slI
  • DC Component into DC component

    sketchup
    3
    0 評價
    3 貼文
    2k 瀏覽
    MALAISEM
    Hi Gary Thanks for your help. I've found a solution. Please just play with the file. Explanation: 2Theta is changed into a sub component of Theta, then I considered Theta component as parent...then I can click on cristals to change the position, while the goniometer is turning.Sub DC 2 component.skp Have a look on the drafty modification. Cheers Pierre
  • Externally Referenced Dynamic Component Attributes

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    ashscottA
    I'm not knowledgeable enough with Ruby to know whether this can be scripted or not but I guess this would be the place to start: http://www.sketchup.com/intl/en/developer/docs/tutorial_attrreporting
  • Dynamic Components quick delete.

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    oceanembersO
    Personally, I just explode and regroup anything that I need to un-dynamicise, but I believe there's a script hanging around somewhere, possibly by TIG? edit: here it is http://sketchucation.com/forums/viewtopic.php?f=15%26amp;t=40538 , but the iterative version (that kills more than one nested component) is broken, so you might have to beg TIG for a fix
  • 3D PDF ( SimLab) and Dynamic component

    sketchup
    7
    0 評價
    7 貼文
    2k 瀏覽
    MALAISEM
    Pilou, I try this way. ; ) Pierre
  • How do you make a multiple hinged component?

    sketchup
    5
    0 評價
    5 貼文
    3k 瀏覽
    S
    Prokrastinator, your solution is the best one I've seen so far on anywhere on the net. Can you explain how your solution works? All of the rotations are linked to a counter so they keep moving until the counter reaches a certain point?
  • Dynamic components Issue Incorrect dims.?

    sketchup
    10
    0 評價
    10 貼文
    3k 瀏覽
    D
    Well i thought id just add the final model , although basic to look at, i'm pleased with the dynamic aspect of it. I can change the overall dims and the key design aspects using the components options box, and I have assigned the components to different layers for selective viewing of different parts. Just one last thing! how to miter the ends of the plinth rails in such a way is will redraw correctly? The answer is probably the scale function but i haven't yet got a full grip on this control in the attributes fields. Please excuse the pace of learning... Dan Test box mk3.skp
  • Exporting Dynamic Components

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    oceanembersO
    No, you would not. Dynamic attributes are a feature of sketchup only. Sorry :S
  • Various models/dynamic components

    sketchup
    2
    0 評價
    2 貼文
    2k 瀏覽
    jujuJ
    good stuff!
  • Scaling Dynamic Component with nested components

    sketchup
    5
    0 評價
    5 貼文
    2k 瀏覽
    P
    there is a problem with your version for multiples of 6.5, 13m rounds down to 12, whereas my formula produces the require 3 x 3m and 2 x 2m
  • Structural Grid Component

    sketchup
    6
    0 評價
    6 貼文
    2k 瀏覽
    sdmitchS
    @pixero said: Thats great. Can you make it work with millimeter? I would assume so.
  • Dynamic Component help

    sketchup
    3
    0 評價
    3 貼文
    1k 瀏覽
    N
    Thank you very much Not only is the written information very useful in understanding dynamic components better, but the model (which works perfectly) gives me something to deconstruct and reference to for future models. Dynamic components has a steep learning curve but am slowly grasping the basics with practise and help from people like yourself. Your time and patience is greatly appreciated. Thank you again
  • Dynamic Components

    sketchup
    3
    0 評價
    3 貼文
    2k 瀏覽
    N
    Yeh, thats spot on Thank you
  • Dynamic components with constrained range of motion?

    sketchup
    3
    0 評價
    3 貼文
    2k 瀏覽
    oceanembersO
    If I understand the question correctly, you want to be able to rotate the component, but only a certain distance? You can just use a conditional statement. Angle = if(inputAngle<maxAngle, inputAngle, maxAngle) If you wanted to actually be using the rotate tool, you could nest the component within a shell, and have the nested component compensate when the shell's rotation exceeds the max rotation. I don't think you can have a single rotation attribute constrained with a formula and still be able to directly alter it with the rotation tool, unfortunately.
  • Dynamic component box

    sketchup
    4
    0 評價
    4 貼文
    2k 瀏覽
    P
    As previous said, you divide the object into parts and build the relationship between them. A reasonable time consuming effort. So first one must ask whether its worth it. If you going to create say 5 to 10, I would say not...20 to 100 yes. Then decide what avenue to take in regards to its use, technically or aesthetically A method that I currently employ is to create a DC that I can change back to a solid. The DC in the file attached is of one side of the box. Right click it and save it to a designated folder as a component. Now you can change its options to size required, Then by using outliner and expanding the contents you can see two points, one where the hole / slot can be exploded twice, then another where it can be outer-shelled and exploded. These operations can be done by right clicking (context menu) and selecting the appropriate action within Out-Liner. This creates a solid side with just the front wrapper. If you require to change it then swap it for the saved component (it will update to current option selections as it still retains the cover component) [image: p6TL_Capture.JPG] The benefits of such approach is that one achieves smaller file sizes, protects ones intellectual rights and "Dave can take it off in Cut List" The side lugs were done using the normal make a part and build relationship the top and bottom done using a copy method When I built the slot or hole, I selected a rectangle on the body surface then applied a cut face when making it a component. Next enter the component, push-pull to create sides then delete the front & back surfaces. Exit then created a matching rectangle component with a cutting plane at rear, deleted the surface then moved it into position. Thus creating a movable hole components, these named "front and "back" are the first to be exploded to make a solid body with a hole in when changing the DC to a standard component. It took me 3 hours to create this side, so probably a full days work to make a the box...you need always to consider if a DC is worth it (plus half an hour to write and edit this) v8 and above

Advertisement