Horje
send command dynamo civid Code Example
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"




Python

Related
extend tuple python Code Example extend tuple python Code Example
boto3 read excel file from s3 Code Example boto3 read excel file from s3 Code Example
drf Code Example drf Code Example
pandas sequential numbering within group Code Example pandas sequential numbering within group Code Example
readline python sin avanzar de linea Code Example readline python sin avanzar de linea Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7