MCPcopy Create free account
hub / github.com/JohnYang1210/PycomCAD / SendCommand

Method SendCommand

pycomcad.py:152–158  ·  view source on GitHub ↗

Sends a command string from script for example, to draw a circle whose center is 0,0,0, and radius is 100 >>>acad.SendCommand('circle 0,0,0 100 ') #Please notice that there is a blank following 100, meaning the end of input

(self,command)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected