MCPcopy
hub / github.com/CadQuery/cadquery / ShapeResult

Class ShapeResult

cadquery/cqgi.py:145–152  ·  view source on GitHub ↗

An object created by a build, including the user parameters provided

Source from the content-addressed store, hash-verified

143
144
145class ShapeResult(object):
146 """
147 An object created by a build, including the user parameters provided
148 """
149
150 def __init__(self):
151 self.shape = None
152 self.options = None
153
154
155class BuildResult(object):

Callers 2

show_objectMethod · 0.85
debugMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected