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 (69 lines) | stat: -rw-r--r-- 3,384 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
import OCP.IntImp
from typing import *
from typing import Iterable as iterable
from typing import Iterator as iterator
from numpy import float64
_Shape = Tuple[int, ...]
import OCP.gp
__all__  = [
"IntImp_ConstIsoparametric",
"ChoixRef",
"IntImp_ComputeTangence",
"IntImp_UIsoparametricOnCaro1",
"IntImp_UIsoparametricOnCaro2",
"IntImp_VIsoparametricOnCaro1",
"IntImp_VIsoparametricOnCaro2"
]
class IntImp_ConstIsoparametric():
    """
    None

    Members:

      IntImp_UIsoparametricOnCaro1

      IntImp_VIsoparametricOnCaro1

      IntImp_UIsoparametricOnCaro2

      IntImp_VIsoparametricOnCaro2
    """
    def __eq__(self,other : object) -> bool: ...
    def __getstate__(self) -> int: ...
    def __hash__(self) -> int: ...
    def __index__(self) -> int: ...
    def __init__(self,value : int) -> None: ...
    def __int__(self) -> int: ...
    def __ne__(self,other : object) -> bool: ...
    def __repr__(self) -> str: ...
    def __setstate__(self,state : int) -> None: ...
    def __str__(self) -> str: ...
    @property
    def name(self) -> None:
        """
        :type: None
        """
    @property
    def value(self) -> int:
        """
        :type: int
        """
    IntImp_UIsoparametricOnCaro1: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro1: 0>
    IntImp_UIsoparametricOnCaro2: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro2: 2>
    IntImp_VIsoparametricOnCaro1: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro1: 1>
    IntImp_VIsoparametricOnCaro2: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro2: 3>
    __entries: dict # value = {'IntImp_UIsoparametricOnCaro1': (<IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro1: 0>, None), 'IntImp_VIsoparametricOnCaro1': (<IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro1: 1>, None), 'IntImp_UIsoparametricOnCaro2': (<IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro2: 2>, None), 'IntImp_VIsoparametricOnCaro2': (<IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro2: 3>, None)}
    __members__: dict # value = {'IntImp_UIsoparametricOnCaro1': <IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro1: 0>, 'IntImp_VIsoparametricOnCaro1': <IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro1: 1>, 'IntImp_UIsoparametricOnCaro2': <IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro2: 2>, 'IntImp_VIsoparametricOnCaro2': <IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro2: 3>}
    pass
def ChoixRef(theIndex : int) -> IntImp_ConstIsoparametric:
    """
    None
    """
def IntImp_ComputeTangence(DPuv : OCP.gp.gp_Vec,EpsUV : float,Tgduv : float,TabIso : IntImp_ConstIsoparametric) -> bool:
    """
    None
    """
IntImp_UIsoparametricOnCaro1: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro1: 0>
IntImp_UIsoparametricOnCaro2: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_UIsoparametricOnCaro2: 2>
IntImp_VIsoparametricOnCaro1: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro1: 1>
IntImp_VIsoparametricOnCaro2: OCP.IntImp.IntImp_ConstIsoparametric # value = <IntImp_ConstIsoparametric.IntImp_VIsoparametricOnCaro2: 3>