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

Method EnterLayout

pycomcad.py:203–221  ·  view source on GitHub ↗

enter layout, so the active layout may become model,or one paperspace. name_or_index:string,the name of layout;int,the index of layout For example: >>>acad.EnterLayout('model') #Enter the modelSpace >>>acad.EnterLayout('onePaperSpace') #Enter the paperSpace named onePaperSpace >>>acad.E

(self,name_or_index)

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