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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296
|
import OCP.RWStepElement
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.StepElement
__all__ = [
"RWStepElement_RWAnalysisItemWithinRepresentation",
"RWStepElement_RWCurve3dElementDescriptor",
"RWStepElement_RWCurveElementEndReleasePacket",
"RWStepElement_RWCurveElementSectionDefinition",
"RWStepElement_RWCurveElementSectionDerivedDefinitions",
"RWStepElement_RWElementDescriptor",
"RWStepElement_RWElementMaterial",
"RWStepElement_RWSurface3dElementDescriptor",
"RWStepElement_RWSurfaceElementProperty",
"RWStepElement_RWSurfaceSection",
"RWStepElement_RWSurfaceSectionField",
"RWStepElement_RWSurfaceSectionFieldConstant",
"RWStepElement_RWSurfaceSectionFieldVarying",
"RWStepElement_RWUniformSurfaceSection",
"RWStepElement_RWVolume3dElementDescriptor"
]
class RWStepElement_RWAnalysisItemWithinRepresentation():
"""
Read & Write tool for AnalysisItemWithinRepresentation
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_AnalysisItemWithinRepresentation) -> Any:
"""
Reads AnalysisItemWithinRepresentation
"""
def Share(self,ent : OCP.StepElement.StepElement_AnalysisItemWithinRepresentation,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_AnalysisItemWithinRepresentation) -> None:
"""
Writes AnalysisItemWithinRepresentation
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWCurve3dElementDescriptor():
"""
Read & Write tool for Curve3dElementDescriptor
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_Curve3dElementDescriptor) -> Any:
"""
Reads Curve3dElementDescriptor
"""
def Share(self,ent : OCP.StepElement.StepElement_Curve3dElementDescriptor,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_Curve3dElementDescriptor) -> None:
"""
Writes Curve3dElementDescriptor
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWCurveElementEndReleasePacket():
"""
Read & Write tool for CurveElementEndReleasePacket
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_CurveElementEndReleasePacket) -> Any:
"""
Reads CurveElementEndReleasePacket
"""
def Share(self,ent : OCP.StepElement.StepElement_CurveElementEndReleasePacket,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_CurveElementEndReleasePacket) -> None:
"""
Writes CurveElementEndReleasePacket
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWCurveElementSectionDefinition():
"""
Read & Write tool for CurveElementSectionDefinition
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_CurveElementSectionDefinition) -> Any:
"""
Reads CurveElementSectionDefinition
"""
def Share(self,ent : OCP.StepElement.StepElement_CurveElementSectionDefinition,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_CurveElementSectionDefinition) -> None:
"""
Writes CurveElementSectionDefinition
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWCurveElementSectionDerivedDefinitions():
"""
Read & Write tool for CurveElementSectionDerivedDefinitions
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_CurveElementSectionDerivedDefinitions) -> Any:
"""
Reads CurveElementSectionDerivedDefinitions
"""
def Share(self,ent : OCP.StepElement.StepElement_CurveElementSectionDerivedDefinitions,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_CurveElementSectionDerivedDefinitions) -> None:
"""
Writes CurveElementSectionDerivedDefinitions
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWElementDescriptor():
"""
Read & Write tool for ElementDescriptor
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_ElementDescriptor) -> Any:
"""
Reads ElementDescriptor
"""
def Share(self,ent : OCP.StepElement.StepElement_ElementDescriptor,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_ElementDescriptor) -> None:
"""
Writes ElementDescriptor
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWElementMaterial():
"""
Read & Write tool for ElementMaterial
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_ElementMaterial) -> Any:
"""
Reads ElementMaterial
"""
def Share(self,ent : OCP.StepElement.StepElement_ElementMaterial,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_ElementMaterial) -> None:
"""
Writes ElementMaterial
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWSurface3dElementDescriptor():
"""
Read & Write tool for Surface3dElementDescriptor
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_Surface3dElementDescriptor) -> Any:
"""
Reads Surface3dElementDescriptor
"""
def Share(self,ent : OCP.StepElement.StepElement_Surface3dElementDescriptor,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_Surface3dElementDescriptor) -> None:
"""
Writes Surface3dElementDescriptor
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWSurfaceElementProperty():
"""
Read & Write tool for SurfaceElementProperty
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_SurfaceElementProperty) -> Any:
"""
Reads SurfaceElementProperty
"""
def Share(self,ent : OCP.StepElement.StepElement_SurfaceElementProperty,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_SurfaceElementProperty) -> None:
"""
Writes SurfaceElementProperty
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWSurfaceSection():
"""
Read & Write tool for SurfaceSection
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_SurfaceSection) -> Any:
"""
Reads SurfaceSection
"""
def Share(self,ent : OCP.StepElement.StepElement_SurfaceSection,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_SurfaceSection) -> None:
"""
Writes SurfaceSection
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWSurfaceSectionField():
"""
Read & Write tool for SurfaceSectionField
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_SurfaceSectionField) -> Any:
"""
Reads SurfaceSectionField
"""
def Share(self,ent : OCP.StepElement.StepElement_SurfaceSectionField,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_SurfaceSectionField) -> None:
"""
Writes SurfaceSectionField
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWSurfaceSectionFieldConstant():
"""
Read & Write tool for SurfaceSectionFieldConstant
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_SurfaceSectionFieldConstant) -> Any:
"""
Reads SurfaceSectionFieldConstant
"""
def Share(self,ent : OCP.StepElement.StepElement_SurfaceSectionFieldConstant,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_SurfaceSectionFieldConstant) -> None:
"""
Writes SurfaceSectionFieldConstant
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWSurfaceSectionFieldVarying():
"""
Read & Write tool for SurfaceSectionFieldVarying
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_SurfaceSectionFieldVarying) -> Any:
"""
Reads SurfaceSectionFieldVarying
"""
def Share(self,ent : OCP.StepElement.StepElement_SurfaceSectionFieldVarying,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_SurfaceSectionFieldVarying) -> None:
"""
Writes SurfaceSectionFieldVarying
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWUniformSurfaceSection():
"""
Read & Write tool for UniformSurfaceSection
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_UniformSurfaceSection) -> Any:
"""
Reads UniformSurfaceSection
"""
def Share(self,ent : OCP.StepElement.StepElement_UniformSurfaceSection,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_UniformSurfaceSection) -> None:
"""
Writes UniformSurfaceSection
"""
def __init__(self) -> None: ...
pass
class RWStepElement_RWVolume3dElementDescriptor():
"""
Read & Write tool for Volume3dElementDescriptor
"""
def ReadStep(self,data : OCP.StepData.StepData_StepReaderData,num : int,ach : OCP.Interface.Interface_Check,ent : OCP.StepElement.StepElement_Volume3dElementDescriptor) -> Any:
"""
Reads Volume3dElementDescriptor
"""
def Share(self,ent : OCP.StepElement.StepElement_Volume3dElementDescriptor,iter : OCP.Interface.Interface_EntityIterator) -> None:
"""
Fills data for graph (shared items)
"""
def WriteStep(self,SW : OCP.StepData.StepData_StepWriter,ent : OCP.StepElement.StepElement_Volume3dElementDescriptor) -> None:
"""
Writes Volume3dElementDescriptor
"""
def __init__(self) -> None: ...
pass
|