OCC.Core.BRepProj module

BRepProj module, see official documentation at https://www.opencascade.com/doc/occt-7.4.0/refman/html/package_brepproj.html

class BRepProj_Projection(*args)

Bases: object

  • Makes a Cylindrical projection of Wire om Shape
    param Wire

    type Wire

    TopoDS_Shape

    param Shape

    type Shape

    TopoDS_Shape

    param D

    type D

    gp_Dir

    rtype

    None* Makes a Conical projection of Wire om Shape

    param Wire

    type Wire

    TopoDS_Shape

    param Shape

    type Shape

    TopoDS_Shape

    param P

    type P

    gp_Pnt

    rtype

    None

Current()
  • Returns the current result wire.
    rtype

    TopoDS_Wire

Init()
  • Resets the iterator by resulting wires.
    rtype

    None

IsDone()
  • returns False if the section failed
    rtype

    bool

More()
  • Returns True if there is a current result wire
    rtype

    bool

Next()
  • Move to the next result wire.
    rtype

    None

Shape()
  • Returns the complete result as compound of wires.
    rtype

    TopoDS_Compound

property thisown

The membership flag

class SwigPyIterator(*args, **kwargs)

Bases: object

advance()
copy()
decr()
distance()
equal()
incr()
next()
previous()
property thisown

The membership flag

value()