forked from tpaviot/pythonocc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppCont.pyi
More file actions
26 lines (20 loc) · 839 Bytes
/
AppCont.pyi
File metadata and controls
26 lines (20 loc) · 839 Bytes
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
from enum import IntEnum
from typing import overload, NewType, Optional, Tuple
from OCC.Core.Standard import *
from OCC.Core.NCollection import *
from OCC.Core.AppParCurves import *
from OCC.Core.math import *
class AppCont_Function:
def FirstParameter(self) -> float: ...
def GetNbOf2dPoints(self) -> int: ...
def GetNbOf3dPoints(self) -> int: ...
def GetNumberOfPoints(self) -> Tuple[int, int]: ...
def LastParameter(self) -> float: ...
class AppCont_LeastSquare:
def __init__(self, SSP: AppCont_Function, U0: float, U1: float, FirstCons: AppParCurves_Constraint, LastCons: AppParCurves_Constraint, Deg: int, NbPoints: int) -> None: ...
def Error(self) -> Tuple[float, float, float]: ...
def IsDone(self) -> bool: ...
def Value(self) -> AppParCurves_MultiCurve: ...
# harray1 classes
# harray2 classes
# hsequence classes