Changes between Version 14 and Version 15 of PythonOcc


Ignore:
Timestamp:
Jan 9, 2012, 7:01:30 PM (12 years ago)
Author:
Leon Kos
Comment:

Primer cut

Legend:

Unmodified
Added
Removed
Modified
  • PythonOcc

    v14 v15  
    766766
    767767}}}
     768
     769
     770
     771== Napotki ==
     772Q: Zanima me kako se v PythonOCC dela luknje oz izvrtine(ali izreze). Katere funkcije se uporablja?
     773A: Podobno kot fuse je za izreze cut.
     774{{{
     775#!python
     776import OCC.Utils.Construct as construct
     777drzalo = construct.boolean_fuse(roka,nosilec) #celoten sestav
     778drzalo = construct.boolean_cut(drzalo, Izvrtina1)
     779}}}