Skip to content
Victofel edited this page Dec 19, 2016 · 27 revisions

#ShapeFactory Module#

##Creation##

##Edition##

  • ShapeFactory.makeThickSolid() xx
  • ShapeFactory.makeDraftAngle() xx
  • ShapeFactory.makeFillet() xx
  • ShapeFactory.makeChamfer() xx
  • ShapeFactory.fuse() xx
  • ShapeFactory.cut() xx
  • ShapeFactory.common() xx
  • ShapeFactory.compound() xx
  • ShapeFactory.makeVertex() xx
  • ShapeFactory.makeEdge() xx
  • ShapeFactory.makeWire() xx
  • ShapeFactory.makeFace() xx

#Wire Module#

  • Edge.makeLine() xx
  • Edge.makeCircle() xx
  • Edge.makeArc3P() xx

#Transformation Module#

  • Transformation.makeTranslation() xx
  • Transformation.makeRotation() xx
  • Transformation.makeScale() xx
  • Transformation.makePlaneMirror() xx
  • Transformation.makeAxisMirror() xx

#Import/Export Module#

  • writeSTL() xx
  • writeSTEP() xx
  • writeBREP() xx
  • readSTEP() xx
  • readBREP() xx

#Others#

  • oceVersion() OCC version

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