How to enter manually units size in SketchUp? - sketchup

I want to use SketchUp to make models for unity, but I need some position in the polygons size.
How can I enter units manually in SketchUp?
Thanks for your time!

I found the solution by the help of a friend. I post the answer here for help you!
Click and hold on the start of the line, or poligon, drag and reléase the mouse, then type te size on the keyboard with a format like this: 42,4;23,0

Related

How to prevent users from passing through objects in a webvr application?

am new to webvr and need a little bit of help, so i built a virtual reality room, with little interior details, now i want a user to only move to specific points, for example say a user hovers over a window, than a the camera/view should jump to that window/point not necessary viewing outside just a little bit, this is to avoid users going through walls and objects. So how can one solve this? Thanks in advance.
Managed to get it right, thanks to JavaScript, so the camera now change position to that specific point you point on with cursor and than rotates.function windowCameraChange(){var curt = document.getElementById("MainCamera");curt.setAttribute('camera', 'zoom', '1.450');curt.setAttribute('rotation','0 -90 0');}

How to add vector icons as tab in react-native-scrollable-tab-view

There is a gif image that shows you can add vector icons as tab in react-native-scrollable-tab-view as per image below:
I already look and google everywhere I can look into. I cannot find a way to do this without altering the package.
Need help on how to achieve like in this image where you can see they use vector icons as tab.
Appreciate all the help. Thanks
Actually you have to implement this TabBar by yourself. But luckily, you can mimic the "FacebookExample" to achieve it. I think it's not too difficult. Here is the js file of the Facebook TabBar.
https://github.com/ptomasroos/react-native-scrollable-tab-view/blob/master/Example/FacebookTabBar.js

JavaFX - How to get a random thumbnail / picture from a movie?

Is it possible to get a random picture from a video in JavaFx?
I know there is a snapshot() method provided by MediaView, but the thing is, I wanna get a picture of each video I loaded BEFORE it was displayed in MediaView.
I need those pictures to create previews in my library, hopefully you realize what is meant.
Thanks in advance for any idea or suggestion :)

Shorten part of a component (basically cut out a piece)

I build my desk in Sketchup, but for some reason it turned out twenty centimeters too long. So I want to shorten it but I can't figure out how to do this. I basically need to cut out two parts of ten centimeter without changing anything else, see the picture for clarification. How do I do this?
Aha, I got it. The "move" command does what I need (assuming I selected the right faces to move).

How to create Numeric KB interface with previous, next and done button

I was on website on my iPhone and I encounter websites' guestbook. with those textFields. my keyboard appearance was totally change as you can see in screen below.
I am having many text fields in my app, I am wondering if I can create anything like that.
As I am new to development, still unknown what are the limits.
Can anyone guide me to right direction or to right documentation.
Is there is some regular way or its just total customization over Keybard.
I have one more doubt, does it matter what kind of keyboard is popping up as my all fields have numeric keyboard.
Well I just wanted to be helpful to someone who is following the same learning curve as me.
To achieve the affect in screenshot in question. UIToolbar control can be used to make those buttons. after the you need to just make this toolbar appear and disappear with the keyboard.
To make previous and next button work, you can use the tag property of textfield. on clicking on previous or next you can focus to previous or next text field.
Sorry about not posting code as I have not coded it yet but wanted to give pointer to anyone, who is looking.

Resources