
<p>
Description for class <b>CustomShape</b>:
<blockquote>

		A CustomShape is a subclass of (Shape) which allows the user to  construct an arbitrary convex shape by specifying the faces of  the shape. <P> The shapes must conform to the following rules: <li>The point (0, 0, 0) must be on <b>inside</b> (not outside or  on the surface of) the shape. <li>The shape must be convex. <li>The shape must be solid and sealed by the faces. </ul> <p> If any of these conditions are not met, you will get errors  and/or unexpected results.
	
</blockquote>
</p>
<p>
Inherits from <b>Shape</b>
</p>
<p>
Full API documentation for the class <b>CustomShape</b>:
<ul>
<li><a href="/documentation/steveclasses/CustomShape.html">steve language documentation</a></li>
<li><a href="/documentation/pythonclasses/CustomShape.html">Python language documentation</a></li>
</ul>
</p>
