-
-
Notifications
You must be signed in to change notification settings - Fork 81
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);