Skip to content

ShapeFactory Sphere

Victofel edited this page Dec 19, 2016 · 2 revisions

###ShapeFactory.makeSphere()### Creates a sphere

Parameters:

  • 1 point + 1 numbers: center point, radius

Sphere

Examples:

occ.makeSphere([0,0,0],10);

Methods

  • ShapeFactory
    • Creation
    • Edition
      • Thick Solid (Shell)
      • Draft Angle
      • Fillet
      • Chamfer
      • Fuse (Union)
      • Cut (Difference)
      • Common (Intersect.)
      • Compound (?)
      • Vertex
      • Edge
      • Wire
      • Face
  • Wire
  • Transformation
    • Basic
      • Translation
      • Rotation
      • Scale
      • Mirror by Plane
      • Mirror by Axis
  • Import/Export
Clone this wiki locally