How to get the value in xform
@pythonuser wrote: Hi,I want to get the value in the xform like in the picture, how cant do? [2FF9ZJ{%QGOG2WKOXI4$@C.jpg806x658 349 KB Posts: 2 Participants: 2 Read full topic
View ArticleGetting Pyhull running on Rhino Python
@Jose_Rafael_Holguin wrote: Hello, I have been trying to get Pyhull running on Pyhon without any success so far. I got Numpy and Scipy set up already on Rhino 32-Bit, however, scipy.spatial seems to...
View ArticleExtract image and output it to an excel file
@fengyee_zju wrote: hi every one. could anyone help me, now i have some .stl files, what i want is: when i open a .stl file, i hope i can get the active view and extract it to a image, then output...
View ArticleHow to combine many cells of Excel together using Rhino script
@fengyee_zju wrote: hi every one, could anyone help me on this? as we know we can use Rhino to write strings into excel cell, but if we want to combine some cells together than write string into it or...
View ArticleLayers, layer names and undo stack
@Helvetosaur wrote: I am having trouble with understanding how the undo stack is working with layers. I am seeing a couple of odd phenomena here following is a small example... Run the following...
View ArticleHow do I find the GUID of the plugin object?
@krsnadas wrote: I'm trying to run some old scripts on a new machine that's running Rhino 5 and the V-Ray for Rhino plugin (that comes with Matrix 7.5). I get the 'Object Required' error on the...
View ArticleMissing HideInDetail() python function
@5chmidt wrote: Greetings,I am attempting to hide multiple objects in multiple details within several layouts of a rhino file.I have got a test script functions correctly, however I have had to use...
View ArticleCheck curve is parallel with view
@Hughes_Tooling wrote: I'm trying to test if a curve is parallel with the ViewCPlane. Is just comparing the Z axis form CurvePlane with the Z axis from ViewCPlane the easiest way. In the test in the...
View ArticleTrying to understand functions
@Mike_Fleck wrote: I am a spaghetti coder. I know I could keep scripting in one (Sub/End Sub) but I am trying to learn why I may need functions within the script and how it may help, or if there is...
View ArticleBest way to use Python to launch Rhino and then run some more Python
@JKolodner wrote: Hi community folks, The TL;DR is that I want to automate the use of Rhino and another tool using Python as the "master" program that is summoning the other apps to do specific tasks....
View ArticleZoomBoundingBox() Error
@5chmidt wrote: Greetings,I am attempting to zoom to a set of objects in multiple detail views.I have constructed a test sample script, the test works as anticipated when I call detail.ZoomExtents(),...
View ArticleSet display mode and background color using VB Rhino Script
@fengyee_zju wrote: Hi everyone, could anyone help me: how to write VB Rhico Script to set Rhino5.0 display mode to Rendered mode, the rendered mode's background color to white? thank you very much....
View ArticleThe VB split command wrong
@fengyee_zju wrote: hi everyone, could any one help me. i want to: when input a full path file name, the function could get the file name without path. codes shows below:Option Explicit Call Main()...
View Article-0.00 not equal 0.00
@Hughes_Tooling wrote: I have a problem rounding numbers to zero. I've written a python script to produce g code, the moves are modal so only get output when they change the trouble is sometimes I get...
View ArticleMissing documentation ExtendCurveLength
@Willem wrote: Hi I found the extension type=2 for both ends missing in the documentation for ExtendCurveLength(curve_id, extension_type, side, length) Pasted image788x466 70 KB Posts: 1 Participants:...
View ArticleHow to make Rhino command line recognize spaces?
@krsnadas wrote: So I understand a space between characters in script is equivalent to pressing Enter key in command line. But how do I get command line to recognize spaces in strings? For example, f...
View ArticleBeginner needs help
@Chris_Stoffel_04 wrote: Hi, I 'm from Germany and my English is terrible . But I still try to ask a few questions . I work only a few weeks ago with Rhino and Exactflat . I import a 3D model as a...
View ArticleReturn Z value of CurvePlane
@KeithR wrote: How can I return the Z value of a CurvePlane ? The script below fails - and I am not sure why. rhino.MessageBox "" & rhino.CurvePlane(strCrv)(3, 2) Thanks,Keith Posts: 4...
View ArticleGetReal function
@BaptisteC wrote: Hi,Something happen that I don't explain with the rhinoscriptsyntax module :When I run this code : import rhinoscriptsyntaxparameter = rhinoscriptsyntax.GetReal() I got this message...
View ArticleProjectCurveToMesh bug on triangle edges
@bmartin wrote: Hello, I need to work a lot with meshes from 3DScanners and found what I believe to be a serious bug in the ProjectCurveToMesh rhinoscriptsyntax function. Here, trying to project a...
View Article