Skip to content

Commit 32ab0ca

Browse files
committed
sys.path
1 parent f8ed397 commit 32ab0ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/BezierCurve.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88

99
import rhinoscriptsyntax as rs
1010
import Rhino
11+
import os
12+
import sys
13+
sys.path.append( os.path.dirname( ghenv.Component.OnPingDocument().FilePath ) )
1114
from TextGoo import TextGoo
1215
import ghpythonlib.treehelpers as th
1316

17+
1418
class BezierCurve(object):
1519

1620
def __init__(self, pts, textHeight):

src/DeBoorAlgorithmNurbs.gh

3.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)