Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[out:json][timeout:250]; | |
( | |
relation["type"="boundary"]( 9441153); // 9441153 is relation number of Fındıklı Mahallesi find on OSM | |
area[name="Fındıklı Mahallesi"]; | |
way(area)["building"]; | |
relation(area)["building"]; | |
); | |
out body; | |
>; | |
out skel qt; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#---- | |
# You must change inputs and outputs of RhinoScript item like that: https://i.vgy.me/cJRKsV.png | |
#---- | |
# You can find the Rhinoceros Color Based Shell Attractor video | |
# in YouTube with that link: https://youtu.be/8t3As2xJpX0 | |
#---- | |
__author__ = "efekan çakır" | |
__version__ = "2021.01.08" | |
import rhinoscriptsyntax as rs |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Save this file with a jsx extension and place in your | |
Illustrator/Presets/en_US/Scripts folder. You can then | |
access it from the File > Scripts menu */ | |
var decimalPlaces = 3; | |
var scale = prompt("1/", " ", "Enter Scale"); | |
if (app.documents.length > 0) { | |
if (app.activeDocument.selection.length < 1) { | |
alert("Select a path"); | |
} else if (app.activeDocument.selection[0].area) { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer