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

    rnpatel9789

    @rnpatel9789

    10
    Reputation
    1
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rnpatel9789 Unfollow Follow
    registered-users

    Latest posts made by rnpatel9789

    • Why tables no comming in pdf create using prawn

      Hi everyone,
      I am creating pdf file using 'prawn' and prawn-table But tables are not coming in pdf file while creating it through sketchup but it will come when I run same code from core-ruby. If anyone have any idea why this happening please help me.

      Thank you

      posted in Dynamic Components sketchup
      R
      rnpatel9789
    • RE: How to Use datalist in sketchup webdialog box

      hi sdmitch,

      I doing something like what you posted but not with selection rather with input field to add behaviour something like autofill in search box. I am using a specific HTML file for the webdialog window and using javascript function to fill the data into the datalist. But In my case it seems the ".inner_html" in not working. I don't know what is the reason may sketchup is not supporting or something else.

      Here's code sample:

      In javascript:

      function setData(projectnos, roomnames){
      proj_no = projectnos.split(",");
      var options = '';
      for(var i = 0; i < proj_no.length; i++)
      options += '<option value="'+proj_no[i]+'" />';
      document.getElementById('proj').innerHTML = options;
      }

      In HTML:

      <input type="text" name="ProjectNumber" list="proj" />
      <datalist id="proj">
      <option value="001"/>
      </datalist>

      If you have some solution for this then please help me it's very helpful for me.

      Thank you

      posted in Dynamic Components
      R
      rnpatel9789
    • How to Use datalist in sketchup webdialog box

      Hello Everyone,

           I just want to use HTML datalist inside the sketchup webdialog box window if anyone have any idea how to use it please help me.
      
      posted in Dynamic Components sketchup
      R
      rnpatel9789
    • How to Use Datalist in Sketchup &amp; HTML

      Hello Everyone,

      I am using a web dialog box in Sketchup and in Sketchup web dialog box I am Trying to set the datalist for textfield to show the matching values of the type value but Its not working in Sketchup. While the same code is working with Browser. I don't if its not support in sketchup or something else.
      If anyone have some idea regarding to this please help me.

      Here some code sample:
      In HTML:
      <input type="text" name="ProjectNumber" list="project" />
      <datalist id="project"></datalist>

      In JavaScript:
      var options = '';
      for(var i = 0; i < proj_no.length; i++)
      options += '<option value="'+proj_no[i]+'" />';

      document.getElementById('proj').innerHTML = options;

      posted in Dynamic Components sketchup
      R
      rnpatel9789
    • How to Create Custom Classification

      Hello everyone,

      I just started working with Sketchup classifications to the component details in classification.
      If anyone have detailed knowledge on the classification please help me creating my own custom classification. I just want to create my classification and then use it in adding my custom details of the components.

      Thank You

      posted in SketchUp Discussions sketchup
      R
      rnpatel9789
    • RE: Reset axis of a component without changing its Position

      @sdmitch said:

      @rnpatel9789 said:

      @sdmitch said:

      It seems that TIG and/or ThomThom had such a plugin. I have one also,Reset Component Origin. You can find it on my blog.

      Hello "sdmitch"

      I use your Plugin. its very good and useful plugin. I am doing same but I resetting the component and all it's entities Origin to global Origin. Please If you have any idea then guide.[attachment=0:2cxiw7c5]<!-- ia0 -->axis.png<!-- ia0 -->[/attachment:2cxiw7c5]

      I think you will find the answer hear

      http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=43582%26amp;hilit=originate

      Thanks "sdmitch"

      This is exactly what I am looking for. Thanks for the help. U really Doing great job.

      posted in Dynamic Components
      R
      rnpatel9789
    • RE: Reset axis of a component without changing its Position

      @sdmitch said:

      It seems that TIG and/or ThomThom had such a plugin. I have one also,Reset Component Origin. You can find it on my blog.

      Hello "sdmitch"

      I use your Plugin. its very good and useful plugin. I am doing same but I resetting the component and all it's entities Origin to global Origin. Please If you have any idea then guide.This is exactly I want to do.

      posted in Dynamic Components
      R
      rnpatel9789
    • Add details of classification of component By code

      Hello,

      I want to use classification in my model to set the details of components and some extra details about the model. How I can add the details of components in classification by code (Rather Filling details in the component attribute window). If any one have idea how to create own classification That is plus.

      posted in SketchUp Discussions sketchup
      R
      rnpatel9789
    • Change axis of a component after rotation(transformation)

      Hello,

      I Created a component with the component axis as the current model axis. Now if I rotate the component then the axis also getting rotated accordingly. So just again want to set the axis as the model current axis without doing any change in the component position. If anyone have any idea how to do this please help me. I am doing this by using sketchup ruby api.

      posted in Dynamic Components sketchup
      R
      rnpatel9789
    • RE: Reset axis of a component without changing its Position

      I am doing this by using Sketchup Ruby API. Please if any one have any idea how to do this by code.

      posted in Dynamic Components
      R
      rnpatel9789