Horje
send command civil3D Code Example
send command civil3D
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
how to open cmd at specific size using python Code Example how to open cmd at specific size using python Code Example
python how to extend a class Code Example python how to extend a class Code Example
Get the positions of items of ser2 in ser1 as a list python Code Example Get the positions of items of ser2 in ser1 as a list python Code Example
how to use rbind() to combine dataframes Code Example how to use rbind() to combine dataframes Code Example
how to remove repeated files from google drive in python Code Example how to remove repeated files from google drive in python Code Example

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