Skip to content

Commit 6715de0

Browse files
authored
Update README.md
1 parent 45e2a6a commit 6715de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RhinoPython and ghPyton Scripts
22
Scripts for use in Rhino 3D and Grasshopper. These are public scripts that can perhaps be of use in day-to-day projects and learning.
33

4-
What has been especially frustrating for me when learning scripting within the context of Rhino3D and Grasshopper3D is the many different ways to do the same things. For example, you can create the same script functionality in Python by using `scriptcontext` versus `RhinoCommon` vs `rhinoscriptcontext`. This flexibility is both good and bad, because it creates confusion around what is the best method to write scripts. In addition, each of the methods has pros/cons that need workarounds.
4+
What has been especially frustrating for me when learning scripting within the context of Rhino3D and Grasshopper3D is the many different ways to do the same things. For example, you can create the same script functionality in Python by using `scriptcontext` versus `RhinoCommon` versus `rhinoscriptcontext`. This flexibility is both good and bad, because it creates confusion around what is the best method to write scripts. In addition, each of the methods has pros/cons that need workarounds.
55

66
Further frustrating is the whole learning process around understanding and using the `.NET` framework, `IronPython` and how to work with `.NET Assemblies`. The documentation is very difficult to understand and McNeel doesn't offer any training (that I know of) to work with these libraries.
77

0 commit comments

Comments
 (0)