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 (87 lines) | stat: -rw-r--r-- 3,275 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
import OCP.RWStepAP242
from typing import *
from typing import Iterable as iterable
from typing import Iterator as iterator
from numpy import float64
_Shape = Tuple[int, ...]
import OCP.StepData
import OCP.Interface
import OCP.StepAP242
__all__  = [
"RWStepAP242_RWDraughtingModelItemAssociation",
"RWStepAP242_RWGeometricItemSpecificUsage",
"RWStepAP242_RWIdAttribute",
"RWStepAP242_RWItemIdentifiedRepresentationUsage"
]
class RWStepAP242_RWDraughtingModelItemAssociation():
    """
    Read & Write Module for DraughtingModelItemAssociation
    """
    def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepAP242.StepAP242_DraughtingModelItemAssociation) -> Any: 
        """
        None
        """
    def Share(self,ent : OCP.StepAP242.StepAP242_DraughtingModelItemAssociation,iter : OCP.Interface.Interface_EntityIterator) -> None: 
        """
        None
        """
    def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepAP242.StepAP242_DraughtingModelItemAssociation) -> None: 
        """
        None
        """
    def __init__(self) -> None: ...
    pass
class RWStepAP242_RWGeometricItemSpecificUsage():
    """
    Read & Write Module for GeometricItemSpecificUsage
    """
    def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepAP242.StepAP242_GeometricItemSpecificUsage) -> Any: 
        """
        None
        """
    def Share(self,ent : OCP.StepAP242.StepAP242_GeometricItemSpecificUsage,iter : OCP.Interface.Interface_EntityIterator) -> None: 
        """
        None
        """
    def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepAP242.StepAP242_GeometricItemSpecificUsage) -> None: 
        """
        None
        """
    def __init__(self) -> None: ...
    pass
class RWStepAP242_RWIdAttribute():
    """
    Read & Write Module for IdAttribute
    """
    def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepAP242.StepAP242_IdAttribute) -> Any: 
        """
        None
        """
    def Share(self,ent : OCP.StepAP242.StepAP242_IdAttribute,iter : OCP.Interface.Interface_EntityIterator) -> None: 
        """
        None
        """
    def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepAP242.StepAP242_IdAttribute) -> None: 
        """
        None
        """
    def __init__(self) -> None: ...
    pass
class RWStepAP242_RWItemIdentifiedRepresentationUsage():
    """
    Read & Write Module for ItemIdentifiedRepresentationUsage
    """
    def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepAP242.StepAP242_ItemIdentifiedRepresentationUsage) -> Any: 
        """
        None
        """
    def Share(self,ent : OCP.StepAP242.StepAP242_ItemIdentifiedRepresentationUsage,iter : OCP.Interface.Interface_EntityIterator) -> None: 
        """
        None
        """
    def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepAP242.StepAP242_ItemIdentifiedRepresentationUsage) -> None: 
        """
        None
        """
    def __init__(self) -> None: ...
    pass