I HAVE GENERATED YOUR NEW DOCS!
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# Sphinx build info version 1
|
# Sphinx build info version 1
|
||||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||||
config: 1ece6d752eecee7facf120d36abf3832
|
config: 87c8e5cf68bf552711ba19fc38d11cc1
|
||||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,32 @@
|
|||||||
|
kittycad.api.file.create\_file\_center\_of\_mass
|
||||||
|
================================================
|
||||||
|
|
||||||
|
.. automodule:: kittycad.api.file.create_file_center_of_mass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Functions
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
|
||||||
|
asyncio
|
||||||
|
asyncio_detailed
|
||||||
|
sync
|
||||||
|
sync_detailed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,32 @@
|
|||||||
|
kittycad.api.file.create\_file\_surface\_area
|
||||||
|
=============================================
|
||||||
|
|
||||||
|
.. automodule:: kittycad.api.file.create_file_surface_area
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Functions
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
|
||||||
|
asyncio
|
||||||
|
asyncio_detailed
|
||||||
|
sync
|
||||||
|
sync_detailed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
kittycad.api.file
|
kittycad.api.file
|
||||||
=================
|
=================
|
||||||
|
|
||||||
.. automodule:: kittycad.api.file
|
.. automodule:: kittycad.api.file
|
||||||
@ -27,11 +27,13 @@ kittycad.api.file
|
|||||||
:toctree:
|
:toctree:
|
||||||
:recursive:
|
:recursive:
|
||||||
|
|
||||||
|
kittycad.api.file.create_file_center_of_mass
|
||||||
kittycad.api.file.create_file_conversion
|
kittycad.api.file.create_file_conversion
|
||||||
kittycad.api.file.create_file_conversion_with_base64_helper
|
kittycad.api.file.create_file_conversion_with_base64_helper
|
||||||
kittycad.api.file.create_file_density
|
kittycad.api.file.create_file_density
|
||||||
kittycad.api.file.create_file_execution
|
kittycad.api.file.create_file_execution
|
||||||
kittycad.api.file.create_file_mass
|
kittycad.api.file.create_file_mass
|
||||||
|
kittycad.api.file.create_file_surface_area
|
||||||
kittycad.api.file.create_file_volume
|
kittycad.api.file.create_file_volume
|
||||||
kittycad.api.file.get_file_conversion
|
kittycad.api.file.get_file_conversion
|
||||||
kittycad.api.file.get_file_conversion_for_user
|
kittycad.api.file.get_file_conversion_for_user
|
||||||
|
@ -0,0 +1,29 @@
|
|||||||
|
kittycad.models.file\_center\_of\_mass
|
||||||
|
======================================
|
||||||
|
|
||||||
|
.. automodule:: kittycad.models.file_center_of_mass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Classes
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
|
||||||
|
FileCenterOfMass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,29 @@
|
|||||||
|
kittycad.models.file\_surface\_area
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. automodule:: kittycad.models.file_surface_area
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Classes
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
|
||||||
|
FileSurfaceArea
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -62,11 +62,13 @@
|
|||||||
kittycad.models.executor_metadata
|
kittycad.models.executor_metadata
|
||||||
kittycad.models.extended_user
|
kittycad.models.extended_user
|
||||||
kittycad.models.extended_user_results_page
|
kittycad.models.extended_user_results_page
|
||||||
|
kittycad.models.file_center_of_mass
|
||||||
kittycad.models.file_conversion
|
kittycad.models.file_conversion
|
||||||
kittycad.models.file_density
|
kittycad.models.file_density
|
||||||
kittycad.models.file_mass
|
kittycad.models.file_mass
|
||||||
kittycad.models.file_output_format
|
kittycad.models.file_output_format
|
||||||
kittycad.models.file_source_format
|
kittycad.models.file_source_format
|
||||||
|
kittycad.models.file_surface_area
|
||||||
kittycad.models.file_system_metadata
|
kittycad.models.file_system_metadata
|
||||||
kittycad.models.file_volume
|
kittycad.models.file_volume
|
||||||
kittycad.models.gateway
|
kittycad.models.gateway
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||||
VERSION: 'v0.3.0',
|
VERSION: 'v0.3.1',
|
||||||
LANGUAGE: 'None',
|
LANGUAGE: 'None',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
BUILDER: 'html',
|
BUILDER: 'html',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Client — kittycad v0.3.0 documentation</title>
|
<title>Client — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>ClientFromEnv — kittycad v0.3.0 documentation</title>
|
<title>ClientFromEnv — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Index — kittycad v0.3.0 documentation</title>
|
<title>Index — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<a href="index.html" class="icon icon-home"> kittycad
|
<a href="index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||||
@ -184,6 +184,13 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="modules/kittycad.api.file.html#module-kittycad.api.file">module</a>
|
<li><a href="modules/kittycad.api.file.html#module-kittycad.api.file">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
kittycad.api.file.create_file_center_of_mass
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="modules/kittycad.api.file.create_file_center_of_mass.html#module-kittycad.api.file.create_file_center_of_mass">module</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>
|
<li>
|
||||||
@ -219,6 +226,13 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="modules/kittycad.api.file.create_file_mass.html#module-kittycad.api.file.create_file_mass">module</a>
|
<li><a href="modules/kittycad.api.file.create_file_mass.html#module-kittycad.api.file.create_file_mass">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
kittycad.api.file.create_file_surface_area
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="modules/kittycad.api.file.create_file_surface_area.html#module-kittycad.api.file.create_file_surface_area">module</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>
|
<li>
|
||||||
@ -900,6 +914,13 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="modules/kittycad.models.extended_user_results_page.html#module-kittycad.models.extended_user_results_page">module</a>
|
<li><a href="modules/kittycad.models.extended_user_results_page.html#module-kittycad.models.extended_user_results_page">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
kittycad.models.file_center_of_mass
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="modules/kittycad.models.file_center_of_mass.html#module-kittycad.models.file_center_of_mass">module</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>
|
<li>
|
||||||
@ -935,6 +956,13 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="modules/kittycad.models.file_source_format.html#module-kittycad.models.file_source_format">module</a>
|
<li><a href="modules/kittycad.models.file_source_format.html#module-kittycad.models.file_source_format">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
kittycad.models.file_surface_area
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="modules/kittycad.models.file_surface_area.html#module-kittycad.models.file_surface_area">module</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>
|
<li>
|
||||||
@ -1624,6 +1652,8 @@
|
|||||||
<li><a href="modules/kittycad.api.constant.get_physics_constant.html#module-kittycad.api.constant.get_physics_constant">kittycad.api.constant.get_physics_constant</a>
|
<li><a href="modules/kittycad.api.constant.get_physics_constant.html#module-kittycad.api.constant.get_physics_constant">kittycad.api.constant.get_physics_constant</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.api.file.html#module-kittycad.api.file">kittycad.api.file</a>
|
<li><a href="modules/kittycad.api.file.html#module-kittycad.api.file">kittycad.api.file</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="modules/kittycad.api.file.create_file_center_of_mass.html#module-kittycad.api.file.create_file_center_of_mass">kittycad.api.file.create_file_center_of_mass</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.api.file.create_file_conversion.html#module-kittycad.api.file.create_file_conversion">kittycad.api.file.create_file_conversion</a>
|
<li><a href="modules/kittycad.api.file.create_file_conversion.html#module-kittycad.api.file.create_file_conversion">kittycad.api.file.create_file_conversion</a>
|
||||||
</li>
|
</li>
|
||||||
@ -1634,6 +1664,8 @@
|
|||||||
<li><a href="modules/kittycad.api.file.create_file_execution.html#module-kittycad.api.file.create_file_execution">kittycad.api.file.create_file_execution</a>
|
<li><a href="modules/kittycad.api.file.create_file_execution.html#module-kittycad.api.file.create_file_execution">kittycad.api.file.create_file_execution</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.api.file.create_file_mass.html#module-kittycad.api.file.create_file_mass">kittycad.api.file.create_file_mass</a>
|
<li><a href="modules/kittycad.api.file.create_file_mass.html#module-kittycad.api.file.create_file_mass">kittycad.api.file.create_file_mass</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="modules/kittycad.api.file.create_file_surface_area.html#module-kittycad.api.file.create_file_surface_area">kittycad.api.file.create_file_surface_area</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.api.file.create_file_volume.html#module-kittycad.api.file.create_file_volume">kittycad.api.file.create_file_volume</a>
|
<li><a href="modules/kittycad.api.file.create_file_volume.html#module-kittycad.api.file.create_file_volume">kittycad.api.file.create_file_volume</a>
|
||||||
</li>
|
</li>
|
||||||
@ -1828,6 +1860,8 @@
|
|||||||
<li><a href="modules/kittycad.models.extended_user.html#module-kittycad.models.extended_user">kittycad.models.extended_user</a>
|
<li><a href="modules/kittycad.models.extended_user.html#module-kittycad.models.extended_user">kittycad.models.extended_user</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.models.extended_user_results_page.html#module-kittycad.models.extended_user_results_page">kittycad.models.extended_user_results_page</a>
|
<li><a href="modules/kittycad.models.extended_user_results_page.html#module-kittycad.models.extended_user_results_page">kittycad.models.extended_user_results_page</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="modules/kittycad.models.file_center_of_mass.html#module-kittycad.models.file_center_of_mass">kittycad.models.file_center_of_mass</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.models.file_conversion.html#module-kittycad.models.file_conversion">kittycad.models.file_conversion</a>
|
<li><a href="modules/kittycad.models.file_conversion.html#module-kittycad.models.file_conversion">kittycad.models.file_conversion</a>
|
||||||
</li>
|
</li>
|
||||||
@ -1838,6 +1872,8 @@
|
|||||||
<li><a href="modules/kittycad.models.file_output_format.html#module-kittycad.models.file_output_format">kittycad.models.file_output_format</a>
|
<li><a href="modules/kittycad.models.file_output_format.html#module-kittycad.models.file_output_format">kittycad.models.file_output_format</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.models.file_source_format.html#module-kittycad.models.file_source_format">kittycad.models.file_source_format</a>
|
<li><a href="modules/kittycad.models.file_source_format.html#module-kittycad.models.file_source_format">kittycad.models.file_source_format</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="modules/kittycad.models.file_surface_area.html#module-kittycad.models.file_surface_area">kittycad.models.file_surface_area</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="modules/kittycad.models.file_system_metadata.html#module-kittycad.models.file_system_metadata">kittycad.models.file_system_metadata</a>
|
<li><a href="modules/kittycad.models.file_system_metadata.html#module-kittycad.models.file_system_metadata">kittycad.models.file_system_metadata</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Welcome to kittycad’s documentation! — kittycad v0.3.0 documentation</title>
|
<title>Welcome to kittycad’s documentation! — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<a href="#" class="icon icon-home"> kittycad
|
<a href="#" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.apps.apps_github_callback — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.apps.apps_github_callback — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.apps.apps_github_consent — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.apps.apps_github_consent — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.apps.apps_github_webhook — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.apps.apps_github_webhook — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.apps — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.apps — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.beta — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.beta — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.constant.get_physics_constant — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.constant.get_physics_constant — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.constant — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.constant — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -0,0 +1,173 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html class="writer-html5" lang="en" >
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>kittycad.api.file.create_file_center_of_mass — kittycad v0.3.1 documentation</title>
|
||||||
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="../_static/js/html5shiv.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
|
||||||
|
<script src="../_static/jquery.js"></script>
|
||||||
|
<script src="../_static/underscore.js"></script>
|
||||||
|
<script src="../_static/doctools.js"></script>
|
||||||
|
<script src="../_static/js/theme.js"></script>
|
||||||
|
<link rel="index" title="Index" href="../genindex.html" />
|
||||||
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
|
<link rel="next" title="kittycad.api.file.create_file_conversion" href="kittycad.api.file.create_file_conversion.html" />
|
||||||
|
<link rel="prev" title="kittycad.api.file" href="kittycad.api.file.html" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="wy-body-for-nav">
|
||||||
|
<div class="wy-grid-for-nav">
|
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||||
|
<div class="wy-side-scroll">
|
||||||
|
<div class="wy-side-nav-search" >
|
||||||
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
|
</a>
|
||||||
|
<div class="version">
|
||||||
|
v0.3.1
|
||||||
|
</div>
|
||||||
|
<div role="search">
|
||||||
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
<input type="text" name="q" placeholder="Search docs" />
|
||||||
|
<input type="hidden" name="check_keywords" value="yes" />
|
||||||
|
<input type="hidden" name="area" value="default" />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
||||||
|
<ul class="current">
|
||||||
|
<li class="toctree-l1 current"><a class="reference internal" href="kittycad.api.html">kittycad.api</a><ul class="current">
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.apps.html">kittycad.api.apps</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_with_base64_helper.html">kittycad.api.file.get_file_conversion_with_base64_helper</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.hidden.html">kittycad.api.hidden</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.meta.html">kittycad.api.meta</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.oauth2.html">kittycad.api.oauth2</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.payments.html">kittycad.api.payments</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.sessions.html">kittycad.api.sessions</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.unit.html">kittycad.api.unit</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.users.html">kittycad.api.users</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="kittycad.client.html">kittycad.client</a></li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="kittycad.models.html">kittycad.models</a></li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="kittycad.types.html">kittycad.types</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="../api/kittycad.Client.html">Client</a></li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="../api/kittycad.ClientFromEnv.html">ClientFromEnv</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||||||
|
<a href="../index.html">kittycad</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="wy-nav-content">
|
||||||
|
<div class="rst-content">
|
||||||
|
<div role="navigation" aria-label="Page navigation">
|
||||||
|
<ul class="wy-breadcrumbs">
|
||||||
|
<li><a href="../index.html" class="icon icon-home"></a> »</li>
|
||||||
|
<li><a href="kittycad.api.html">kittycad.api</a> »</li>
|
||||||
|
<li><a href="kittycad.api.file.html">kittycad.api.file</a> »</li>
|
||||||
|
<li>kittycad.api.file.create_file_center_of_mass</li>
|
||||||
|
<li class="wy-breadcrumbs-aside">
|
||||||
|
<a href="../_sources/modules/kittycad.api.file.create_file_center_of_mass.rst.txt" rel="nofollow"> View page source</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<hr/>
|
||||||
|
</div>
|
||||||
|
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||||
|
<div itemprop="articleBody">
|
||||||
|
|
||||||
|
<section id="module-kittycad.api.file.create_file_center_of_mass">
|
||||||
|
<span id="kittycad-api-file-create-file-center-of-mass"></span><h1>kittycad.api.file.create_file_center_of_mass<a class="headerlink" href="#module-kittycad.api.file.create_file_center_of_mass" title="Permalink to this headline"></a></h1>
|
||||||
|
<p class="rubric">Functions</p>
|
||||||
|
<table class="longtable docutils align-default">
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 10%" />
|
||||||
|
<col style="width: 90%" />
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(material_density, src_format, body, ...)</p></td>
|
||||||
|
<td><p>Get the center of mass of an object in a CAD file.</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(material_density, ...)</p></td>
|
||||||
|
<td><p><dl class="field-list simple">
|
||||||
|
<dt class="field-odd">rtype</dt>
|
||||||
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(material_density, src_format, body, *, ...)</p></td>
|
||||||
|
<td><p>Get the center of mass of an object in a CAD file.</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(material_density, src_format, ...)</p></td>
|
||||||
|
<td><p><dl class="field-list simple">
|
||||||
|
<dt class="field-odd">rtype</dt>
|
||||||
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
|
<a href="kittycad.api.file.html" class="btn btn-neutral float-left" title="kittycad.api.file" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
|
<a href="kittycad.api.file.create_file_conversion.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_conversion" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<div role="contentinfo">
|
||||||
|
<p>© Copyright KittyCAD Team Members.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
||||||
|
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
||||||
|
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
jQuery(function () {
|
||||||
|
SphinxRtdTheme.Navigation.enable(true);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.create_file_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.create_file_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<link rel="index" title="Index" href="../genindex.html" />
|
<link rel="index" title="Index" href="../genindex.html" />
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="kittycad.api.file.create_file_conversion_with_base64_helper" href="kittycad.api.file.create_file_conversion_with_base64_helper.html" />
|
<link rel="next" title="kittycad.api.file.create_file_conversion_with_base64_helper" href="kittycad.api.file.create_file_conversion_with_base64_helper.html" />
|
||||||
<link rel="prev" title="kittycad.api.file" href="kittycad.api.file.html" />
|
<link rel="prev" title="kittycad.api.file.create_file_center_of_mass" href="kittycad.api.file.create_file_center_of_mass.html" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="wy-body-for-nav">
|
<body class="wy-body-for-nav">
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
@ -141,7 +143,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
<a href="kittycad.api.file.html" class="btn btn-neutral float-left" title="kittycad.api.file" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
<a href="kittycad.api.file.create_file_center_of_mass.html" class="btn btn-neutral float-left" title="kittycad.api.file.create_file_center_of_mass" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
<a href="kittycad.api.file.create_file_conversion_with_base64_helper.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_conversion_with_base64_helper" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
<a href="kittycad.api.file.create_file_conversion_with_base64_helper.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_conversion_with_base64_helper" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.create_file_conversion_with_base64_helper — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.create_file_conversion_with_base64_helper — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.create_file_density — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.create_file_density — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.create_file_execution — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.create_file_execution — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.create_file_mass — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.create_file_mass — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="index" title="Index" href="../genindex.html" />
|
<link rel="index" title="Index" href="../genindex.html" />
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="kittycad.api.file.create_file_volume" href="kittycad.api.file.create_file_volume.html" />
|
<link rel="next" title="kittycad.api.file.create_file_surface_area" href="kittycad.api.file.create_file_surface_area.html" />
|
||||||
<link rel="prev" title="kittycad.api.file.create_file_execution" href="kittycad.api.file.create_file_execution.html" />
|
<link rel="prev" title="kittycad.api.file.create_file_execution" href="kittycad.api.file.create_file_execution.html" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
@ -142,7 +144,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
<a href="kittycad.api.file.create_file_execution.html" class="btn btn-neutral float-left" title="kittycad.api.file.create_file_execution" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
<a href="kittycad.api.file.create_file_execution.html" class="btn btn-neutral float-left" title="kittycad.api.file.create_file_execution" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
<a href="kittycad.api.file.create_file_volume.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_volume" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
<a href="kittycad.api.file.create_file_surface_area.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_surface_area" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -0,0 +1,173 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html class="writer-html5" lang="en" >
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>kittycad.api.file.create_file_surface_area — kittycad v0.3.1 documentation</title>
|
||||||
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="../_static/js/html5shiv.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
|
||||||
|
<script src="../_static/jquery.js"></script>
|
||||||
|
<script src="../_static/underscore.js"></script>
|
||||||
|
<script src="../_static/doctools.js"></script>
|
||||||
|
<script src="../_static/js/theme.js"></script>
|
||||||
|
<link rel="index" title="Index" href="../genindex.html" />
|
||||||
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
|
<link rel="next" title="kittycad.api.file.create_file_volume" href="kittycad.api.file.create_file_volume.html" />
|
||||||
|
<link rel="prev" title="kittycad.api.file.create_file_mass" href="kittycad.api.file.create_file_mass.html" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="wy-body-for-nav">
|
||||||
|
<div class="wy-grid-for-nav">
|
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||||
|
<div class="wy-side-scroll">
|
||||||
|
<div class="wy-side-nav-search" >
|
||||||
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
|
</a>
|
||||||
|
<div class="version">
|
||||||
|
v0.3.1
|
||||||
|
</div>
|
||||||
|
<div role="search">
|
||||||
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
<input type="text" name="q" placeholder="Search docs" />
|
||||||
|
<input type="hidden" name="check_keywords" value="yes" />
|
||||||
|
<input type="hidden" name="area" value="default" />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
||||||
|
<ul class="current">
|
||||||
|
<li class="toctree-l1 current"><a class="reference internal" href="kittycad.api.html">kittycad.api</a><ul class="current">
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.apps.html">kittycad.api.apps</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_with_base64_helper.html">kittycad.api.file.get_file_conversion_with_base64_helper</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.hidden.html">kittycad.api.hidden</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.meta.html">kittycad.api.meta</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.oauth2.html">kittycad.api.oauth2</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.payments.html">kittycad.api.payments</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.sessions.html">kittycad.api.sessions</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.unit.html">kittycad.api.unit</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.users.html">kittycad.api.users</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="kittycad.client.html">kittycad.client</a></li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="kittycad.models.html">kittycad.models</a></li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="kittycad.types.html">kittycad.types</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="../api/kittycad.Client.html">Client</a></li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="../api/kittycad.ClientFromEnv.html">ClientFromEnv</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||||||
|
<a href="../index.html">kittycad</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="wy-nav-content">
|
||||||
|
<div class="rst-content">
|
||||||
|
<div role="navigation" aria-label="Page navigation">
|
||||||
|
<ul class="wy-breadcrumbs">
|
||||||
|
<li><a href="../index.html" class="icon icon-home"></a> »</li>
|
||||||
|
<li><a href="kittycad.api.html">kittycad.api</a> »</li>
|
||||||
|
<li><a href="kittycad.api.file.html">kittycad.api.file</a> »</li>
|
||||||
|
<li>kittycad.api.file.create_file_surface_area</li>
|
||||||
|
<li class="wy-breadcrumbs-aside">
|
||||||
|
<a href="../_sources/modules/kittycad.api.file.create_file_surface_area.rst.txt" rel="nofollow"> View page source</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<hr/>
|
||||||
|
</div>
|
||||||
|
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||||
|
<div itemprop="articleBody">
|
||||||
|
|
||||||
|
<section id="module-kittycad.api.file.create_file_surface_area">
|
||||||
|
<span id="kittycad-api-file-create-file-surface-area"></span><h1>kittycad.api.file.create_file_surface_area<a class="headerlink" href="#module-kittycad.api.file.create_file_surface_area" title="Permalink to this headline"></a></h1>
|
||||||
|
<p class="rubric">Functions</p>
|
||||||
|
<table class="longtable docutils align-default">
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 10%" />
|
||||||
|
<col style="width: 90%" />
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio</span></code>(src_format, body, *, client)</p></td>
|
||||||
|
<td><p>Get the surface area of an object in a CAD file.</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(src_format, body, *, client)</p></td>
|
||||||
|
<td><p><dl class="field-list simple">
|
||||||
|
<dt class="field-odd">rtype</dt>
|
||||||
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync</span></code>(src_format, body, *, client)</p></td>
|
||||||
|
<td><p>Get the surface area of an object in a CAD file.</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(src_format, body, *, client)</p></td>
|
||||||
|
<td><p><dl class="field-list simple">
|
||||||
|
<dt class="field-odd">rtype</dt>
|
||||||
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
|
<a href="kittycad.api.file.create_file_mass.html" class="btn btn-neutral float-left" title="kittycad.api.file.create_file_mass" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
|
<a href="kittycad.api.file.create_file_volume.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_volume" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<div role="contentinfo">
|
||||||
|
<p>© Copyright KittyCAD Team Members.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
||||||
|
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
||||||
|
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
jQuery(function () {
|
||||||
|
SphinxRtdTheme.Navigation.enable(true);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.create_file_volume — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.create_file_volume — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<link rel="index" title="Index" href="../genindex.html" />
|
<link rel="index" title="Index" href="../genindex.html" />
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="kittycad.api.file.get_file_conversion" href="kittycad.api.file.get_file_conversion.html" />
|
<link rel="next" title="kittycad.api.file.get_file_conversion" href="kittycad.api.file.get_file_conversion.html" />
|
||||||
<link rel="prev" title="kittycad.api.file.create_file_mass" href="kittycad.api.file.create_file_mass.html" />
|
<link rel="prev" title="kittycad.api.file.create_file_surface_area" href="kittycad.api.file.create_file_surface_area.html" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="wy-body-for-nav">
|
<body class="wy-body-for-nav">
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
@ -141,7 +143,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
<a href="kittycad.api.file.create_file_mass.html" class="btn btn-neutral float-left" title="kittycad.api.file.create_file_mass" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
<a href="kittycad.api.file.create_file_surface_area.html" class="btn btn-neutral float-left" title="kittycad.api.file.create_file_surface_area" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
<a href="kittycad.api.file.get_file_conversion.html" class="btn btn-neutral float-right" title="kittycad.api.file.get_file_conversion" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
<a href="kittycad.api.file.get_file_conversion.html" class="btn btn-neutral float-right" title="kittycad.api.file.get_file_conversion" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.file_conversion_status — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.file_conversion_status — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.file_conversion_status_with_base64_helper — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.file_conversion_status_with_base64_helper — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.get_file_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.get_file_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
@ -117,7 +119,7 @@
|
|||||||
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(id, *, client)</p></td>
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(id, *, client)</p></td>
|
||||||
<td><p><dl class="field-list simple">
|
<td><p><dl class="field-list simple">
|
||||||
<dt class="field-odd">rtype</dt>
|
<dt class="field-odd">rtype</dt>
|
||||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</p></td>
|
</p></td>
|
||||||
@ -128,7 +130,7 @@
|
|||||||
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(id, *, client)</p></td>
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(id, *, client)</p></td>
|
||||||
<td><p><dl class="field-list simple">
|
<td><p><dl class="field-list simple">
|
||||||
<dt class="field-odd">rtype</dt>
|
<dt class="field-odd">rtype</dt>
|
||||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</p></td>
|
</p></td>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.get_file_conversion_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.get_file_conversion_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3 current"><a class="current reference internal" href="#">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
@ -117,7 +119,7 @@
|
|||||||
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(id, *, client)</p></td>
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">asyncio_detailed</span></code>(id, *, client)</p></td>
|
||||||
<td><p><dl class="field-list simple">
|
<td><p><dl class="field-list simple">
|
||||||
<dt class="field-odd">rtype</dt>
|
<dt class="field-odd">rtype</dt>
|
||||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</p></td>
|
</p></td>
|
||||||
@ -128,7 +130,7 @@
|
|||||||
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(id, *, client)</p></td>
|
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_detailed</span></code>(id, *, client)</p></td>
|
||||||
<td><p><dl class="field-list simple">
|
<td><p><dl class="field-list simple">
|
||||||
<dt class="field-odd">rtype</dt>
|
<dt class="field-odd">rtype</dt>
|
||||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">Response</span></code>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Union" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference external" href="https://python.readthedocs.io/en/latest/library/typing.html#typing.Any" title="(in Python v3.7)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></a>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileConversion</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileCenterOfMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileMass</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileVolume</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileDensity</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">FileSurfaceArea</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code>]]</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</p></td>
|
</p></td>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.get_file_conversion_with_base64_helper — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.get_file_conversion_with_base64_helper — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
<li class="toctree-l2 current"><a class="reference internal" href="kittycad.api.file.html">kittycad.api.file</a><ul class="current">
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="index" title="Index" href="../genindex.html" />
|
<link rel="index" title="Index" href="../genindex.html" />
|
||||||
<link rel="search" title="Search" href="../search.html" />
|
<link rel="search" title="Search" href="../search.html" />
|
||||||
<link rel="next" title="kittycad.api.file.create_file_conversion" href="kittycad.api.file.create_file_conversion.html" />
|
<link rel="next" title="kittycad.api.file.create_file_center_of_mass" href="kittycad.api.file.create_file_center_of_mass.html" />
|
||||||
<link rel="prev" title="kittycad.api.constant.get_physics_constant" href="kittycad.api.constant.get_physics_constant.html" />
|
<link rel="prev" title="kittycad.api.constant.get_physics_constant" href="kittycad.api.constant.get_physics_constant.html" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
@ -47,11 +47,13 @@
|
|||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.beta.html">kittycad.api.beta</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="kittycad.api.constant.html">kittycad.api.constant</a></li>
|
||||||
<li class="toctree-l2 current"><a class="current reference internal" href="#">kittycad.api.file</a><ul>
|
<li class="toctree-l2 current"><a class="current reference internal" href="#">kittycad.api.file</a><ul>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html">kittycad.api.file.create_file_center_of_mass</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion.html">kittycad.api.file.create_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html">kittycad.api.file.create_file_conversion_with_base64_helper</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_density.html">kittycad.api.file.create_file_density</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_execution.html">kittycad.api.file.create_file_execution</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_mass.html">kittycad.api.file.create_file_mass</a></li>
|
||||||
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html">kittycad.api.file.create_file_surface_area</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.create_file_volume.html">kittycad.api.file.create_file_volume</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion.html">kittycad.api.file.get_file_conversion</a></li>
|
||||||
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
<li class="toctree-l3"><a class="reference internal" href="kittycad.api.file.get_file_conversion_for_user.html">kittycad.api.file.get_file_conversion_for_user</a></li>
|
||||||
@ -111,19 +113,25 @@
|
|||||||
<col style="width: 90%" />
|
<col style="width: 90%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_conversion.html#module-kittycad.api.file.create_file_conversion" title="kittycad.api.file.create_file_conversion"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_conversion</span></code></a></p></td>
|
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_center_of_mass.html#module-kittycad.api.file.create_file_center_of_mass" title="kittycad.api.file.create_file_center_of_mass"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_center_of_mass</span></code></a></p></td>
|
||||||
<td><p></p></td>
|
<td><p></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html#module-kittycad.api.file.create_file_conversion_with_base64_helper" title="kittycad.api.file.create_file_conversion_with_base64_helper"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_conversion_with_base64_helper</span></code></a></p></td>
|
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_conversion.html#module-kittycad.api.file.create_file_conversion" title="kittycad.api.file.create_file_conversion"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_conversion</span></code></a></p></td>
|
||||||
<td><p></p></td>
|
<td><p></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_density.html#module-kittycad.api.file.create_file_density" title="kittycad.api.file.create_file_density"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_density</span></code></a></p></td>
|
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_conversion_with_base64_helper.html#module-kittycad.api.file.create_file_conversion_with_base64_helper" title="kittycad.api.file.create_file_conversion_with_base64_helper"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_conversion_with_base64_helper</span></code></a></p></td>
|
||||||
<td><p></p></td>
|
<td><p></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_execution.html#module-kittycad.api.file.create_file_execution" title="kittycad.api.file.create_file_execution"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_execution</span></code></a></p></td>
|
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_density.html#module-kittycad.api.file.create_file_density" title="kittycad.api.file.create_file_density"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_density</span></code></a></p></td>
|
||||||
<td><p></p></td>
|
<td><p></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_mass.html#module-kittycad.api.file.create_file_mass" title="kittycad.api.file.create_file_mass"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_mass</span></code></a></p></td>
|
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_execution.html#module-kittycad.api.file.create_file_execution" title="kittycad.api.file.create_file_execution"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_execution</span></code></a></p></td>
|
||||||
|
<td><p></p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_mass.html#module-kittycad.api.file.create_file_mass" title="kittycad.api.file.create_file_mass"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_mass</span></code></a></p></td>
|
||||||
|
<td><p></p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.file.create_file_surface_area.html#module-kittycad.api.file.create_file_surface_area" title="kittycad.api.file.create_file_surface_area"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_surface_area</span></code></a></p></td>
|
||||||
<td><p></p></td>
|
<td><p></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_volume.html#module-kittycad.api.file.create_file_volume" title="kittycad.api.file.create_file_volume"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_volume</span></code></a></p></td>
|
<tr class="row-even"><td><p><a class="reference internal" href="kittycad.api.file.create_file_volume.html#module-kittycad.api.file.create_file_volume" title="kittycad.api.file.create_file_volume"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.file.create_file_volume</span></code></a></p></td>
|
||||||
@ -147,7 +155,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
<a href="kittycad.api.constant.get_physics_constant.html" class="btn btn-neutral float-left" title="kittycad.api.constant.get_physics_constant" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
<a href="kittycad.api.constant.get_physics_constant.html" class="btn btn-neutral float-left" title="kittycad.api.constant.get_physics_constant" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
<a href="kittycad.api.file.create_file_conversion.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_conversion" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
<a href="kittycad.api.file.create_file_center_of_mass.html" class="btn btn-neutral float-right" title="kittycad.api.file.create_file_center_of_mass" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.list_file_conversions — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.list_file_conversions — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.list_file_conversions_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.list_file_conversions_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.post_file_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.post_file_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.file.post_file_conversion_with_base64_helper — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.file.post_file_conversion_with_base64_helper — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden.auth_email — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden.auth_email — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden.auth_email_callback — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden.auth_email_callback — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden.listen_auth_email — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden.listen_auth_email — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden.listen_auth_email_callback — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden.listen_auth_email_callback — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden.login — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden.login — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.hidden.logout — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.hidden.logout — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.internal.gpu_devices — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.internal.gpu_devices — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.internal — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.internal — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.internal.stop_async_conversions — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.internal.stop_async_conversions — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.meta.auth_session — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.meta.auth_session — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.meta.get_metadata — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.meta.get_metadata — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.meta — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.meta — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.meta.instance_metadata — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.meta.instance_metadata — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.meta.ping — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.meta.ping — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.oauth2 — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.oauth2 — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.create_payment_information_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.create_payment_information_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.create_payment_intent_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.create_payment_intent_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.delete_payment_information_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.delete_payment_information_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.delete_payment_method_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.delete_payment_method_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.get_payment_balance_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.get_payment_balance_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.get_payment_information_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.get_payment_information_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.payments.update_payment_information_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.payments.update_payment_information_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.sessions.get_session_for_user — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.sessions.get_session_for_user — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.sessions — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.sessions — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.create_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.create_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_acceleration_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_acceleration_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_angle_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_angle_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_angular_velocity_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_angular_velocity_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_area_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_area_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_charge_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_charge_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_concentration_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_concentration_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_data_transfer_rate_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_data_transfer_rate_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_data_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_data_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_density_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_density_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_energy_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_energy_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_force_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_force_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_illuminance_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_illuminance_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_length_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_length_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_magnetic_field_strength_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_magnetic_field_strength_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_magnetic_flux_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_magnetic_flux_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_mass_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_mass_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_metric_power_cubed_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_metric_power_cubed_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_metric_power_squared_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_metric_power_squared_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_metric_power_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_metric_power_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_metric_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_metric_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_power_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_power_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_pressure_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_pressure_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_radiation_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_radiation_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_solid_angle_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_solid_angle_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_temperature_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_temperature_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kittycad.api.unit.get_time_unit_conversion — kittycad v0.3.0 documentation</title>
|
<title>kittycad.api.unit.get_time_unit_conversion — kittycad v0.3.1 documentation</title>
|
||||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<a href="../index.html" class="icon icon-home"> kittycad
|
<a href="../index.html" class="icon icon-home"> kittycad
|
||||||
</a>
|
</a>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
v0.3.0
|
v0.3.1
|
||||||
</div>
|
</div>
|
||||||
<div role="search">
|
<div role="search">
|
||||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user