-
-
Couldn't load subscription status.
- Fork 77
ShapeFactory Sphere
Victofel edited this page Dec 19, 2016
·
2 revisions
###ShapeFactory.makeSphere()### Creates a sphere
Parameters:
- 1 point + 1 numbers: center point, radius
Examples:
occ.makeSphere([0,0,0],10);
