File: __init__.pyi

package info (click to toggle)
python-ocp 7.8.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 64,720 kB
  • sloc: cpp: 362,337; pascal: 33; python: 23; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import OCP.IGESFile
from typing import *
from typing import Iterable as iterable
from typing import Iterator as iterator
from numpy import float64
_Shape = Tuple[int, ...]
import OCP.IGESData
__all__  = [
"IGESFile_Read",
"IGESFile_ReadFNES"
]
@overload
def IGESFile_Read(nomfic : str,amodel : OCP.IGESData.IGESData_IGESModel,protocol : OCP.IGESData.IGESData_Protocol) -> int:
    """
    None

    None
    """
@overload
def IGESFile_Read(nomfic : str,amodel : OCP.IGESData.IGESData_IGESModel,protocol : OCP.IGESData.IGESData_Protocol,reco : OCP.IGESData.IGESData_FileRecognizer,modefnes : bool=False) -> int:
    pass
def IGESFile_ReadFNES(nomfic : str,amodel : OCP.IGESData.IGESData_IGESModel,protocol : OCP.IGESData.IGESData_Protocol) -> int:
    """
    None
    """