Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

send command dynamo civid

import System
from System import *

input = IN[0]

app = System.Runtime.InteropServices.Marshal.GetActiveObject("Autocad.Application")
adoc = app.ActiveDocument

adoc.SendCommand(input)							

OUT = str(input) + " sent to command line"
Source by forum.dynamobim.com #
 
PREVIOUS NEXT
Tagged: #send #command #dynamo #civid
ADD COMMENT
Topic
Name
2+4 =