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
import rhinoscriptsyntax as rs | |
#get current color | |
hatchId = rs.GetObject( | |
"Pick one hatch", filter=65536, preselect=True, select=True, | |
subobjects=False) | |
color = rs.ObjectColor(hatchId) | |
#run macro | |
macro = """ |
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
selcolor | |
invert | |
hide | |
selprev | |
dupborder | |
invert | |
delete | |
selall | |
planarsrf | |
delete |
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
{"lastUpload":"2020-12-23T14:54:47.368Z","extensionVersion":"v3.4.3"} |