|
1034 | 1034 | <span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyvcad.Function.__init__" title="Link to this definition"></a></dt> |
1035 | 1035 | <dd><p>Overloaded function.</p> |
1036 | 1036 | <ol class="arabic simple"> |
1037 | | -<li><p>__init__(self: pyvcad.pyvcad.Function, function: str, material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10cee4170>, max: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10cee4430>) -> None</p></li> |
| 1037 | +<li><p>__init__(self: pyvcad.pyvcad.Function, function: str, material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10e63a6f0>, max: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10e63a730>) -> None</p></li> |
1038 | 1038 | </ol> |
1039 | 1039 | <p>Constructor that takes a function to evaluate, a material, and bounding box.</p> |
1040 | 1040 | <dl class="field-list simple"> |
|
1053 | 1053 | </pre></div> |
1054 | 1054 | </div> |
1055 | 1055 | <ol class="arabic simple" start="2"> |
1056 | | -<li><p>__init__(self: pyvcad.pyvcad.Function, function: collections.abc.Callable[[typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat], float], material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10cee4ef0>, max: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10cee5430>) -> None</p></li> |
| 1056 | +<li><p>__init__(self: pyvcad.pyvcad.Function, function: collections.abc.Callable[[typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat], float], material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10e63af30>, max: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10e63b3f0>) -> None</p></li> |
1057 | 1057 | </ol> |
1058 | 1058 | <p>Constructor that takes a native python function to evaluate, a material id, and bounding box.</p> |
1059 | 1059 | <dl class="field-list simple"> |
|
2338 | 2338 | </pre></div> |
2339 | 2339 | </div> |
2340 | 2340 | <ol class="arabic simple" start="2"> |
2341 | | -<li><p>__init__(self: pyvcad.pyvcad.Rotate, pitch: typing.SupportsFloat, yaw: typing.SupportsFloat, roll: typing.SupportsFloat, around: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10b497970>) -> None</p></li> |
| 2341 | +<li><p>__init__(self: pyvcad.pyvcad.Rotate, pitch: typing.SupportsFloat, yaw: typing.SupportsFloat, roll: typing.SupportsFloat, around: pyvcad.pyvcad.Vec3 = <pyvcad.pyvcad.Vec3 object at 0x10c7e0f70>) -> None</p></li> |
2342 | 2342 | </ol> |
2343 | 2343 | <p>Constructor. Creates a Rotate with pitch, yaw, roll angles, and a point around which the rotation is performed.</p> |
2344 | 2344 | <dl class="field-list simple"> |
|
0 commit comments