sketchucation logo sketchucation
    • Login
    1. Home
    2. nithi09
    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 4
    • Posts 50
    • Groups 1

    Topics

    • nithi09N

      How to disabled or Grayed some field in Input box

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      10
      0 Votes
      10 Posts
      498 Views
      Dan RathbunD
      Who cares? The second one is not the format given in the API dictionary. Use the first one.
    • nithi09N

      Loading csv giving error

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      338 Views
      TIGT
      The FILE works if you run the code from the .rb file loading. The way you have it set should work if the file 'Price_lookup.csv' is in the same folder as the .rb... You code has an error: csv_text = File.read('Price_lookup.csv') should be say csv_text = IO.read(csvfile) giving you an array of the lines. I'm not sure about how you are parsing the file data you read in... BUT once you successfully get the data in, then temporarily 'output' it to the opened Ruby Console to check it's as you expect, with: puts csv_text and showing hidden characters like \n etc p csv_text added in after the data is read-in...
    • nithi09N

      How to add multiple groups into one group?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      18
      0 Votes
      18 Posts
      516 Views
      nithi09N
      Hope this explains my requirement a little better. I have a sunroom comprised of many groups: corner post, floor channel, door, window etc. I want the user to select their sunroom color by clicking the model. In order to do this I need to gather all the sunroom groups into a parent group where I will use the onClick function to change the Material attribute. I expect the Material change will automatically cascade to the sub-groups but if not I can easily set the Material of the sub-groups to something like=Parent!Material The question is how do I wrap all of my groups into this parent group? Thom Thom thank you for the advice regarding start opertaion, but I do not need undo for this model, the user is starting with a blank canvas and will simply delete top level group if they have to start over
    • nithi09N

      Ruby script for selecting color

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      62
      0 Votes
      62 Posts
      2k Views
      nithi09N
      Hi TIG I figure it out how to write animate. but I have a another question How do I make one group from bunch of small groups for example house has door group, window group, roof group (I mean door(),window(),roof()). now how do I do these three method in to one group? I need to make house group contain door group, window group, roof group. I search whole forum I could not find close to my situation. pls give me some Idea thanks
    • 1 / 1