Skip to content

Commit

Permalink
sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaidong committed Jun 7, 2020
1 parent f8ed397 commit 32ab0ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BezierCurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@

import rhinoscriptsyntax as rs
import Rhino
import os
import sys
sys.path.append( os.path.dirname( ghenv.Component.OnPingDocument().FilePath ) )
from TextGoo import TextGoo
import ghpythonlib.treehelpers as th


class BezierCurve(object):

def __init__(self, pts, textHeight):
Expand Down
Binary file modified src/DeBoorAlgorithmNurbs.gh
Binary file not shown.

0 comments on commit 32ab0ca

Please sign in to comment.