Post date: Mar 08, 2015 1:41:29 PM
How can I use Thickness parameter in circle?
Can you show working sample?
This code does not work:
<O N="Sample: Circle" T="Project">
<O N="Column3D" T="Circle">
<P N="Thickness" V="20" T="Expr" />
<P N="Radius" V="5" T="Expr" />
</O>
</O>
This code does not work too:
<O N="Sample: Circle" T="Project">
<O N="Column3D_2" T="Surface">
<P N="Thickness" V="10" T="Expr" />
<O N="Circle Shape" T="Circle">
<P N="Thickness" V="20" T="Expr" />
<P N="Radius" V="5" T="Expr" />
</O>
</O>
</O>