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 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574
|
import OCP.GeomToStep
from typing import *
from typing import Iterable as iterable
from typing import Iterator as iterator
from numpy import float64
_Shape = Tuple[int, ...]
import OCP.Geom
import OCP.gp
import OCP.TColgp
import OCP.StepGeom
import OCP.StepData
import OCP.Geom2d
__all__ = [
"GeomToStep_Root",
"GeomToStep_MakeAxis2Placement2d",
"GeomToStep_MakeAxis2Placement3d",
"GeomToStep_MakeBSplineCurveWithKnots",
"GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve",
"GeomToStep_MakeBSplineSurfaceWithKnots",
"GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface",
"GeomToStep_MakeBoundedCurve",
"GeomToStep_MakeBoundedSurface",
"GeomToStep_MakeCartesianPoint",
"GeomToStep_MakeCircle",
"GeomToStep_MakeConic",
"GeomToStep_MakeConicalSurface",
"GeomToStep_MakeCurve",
"GeomToStep_MakeCylindricalSurface",
"GeomToStep_MakeDirection",
"GeomToStep_MakeElementarySurface",
"GeomToStep_MakeEllipse",
"GeomToStep_MakeHyperbola",
"GeomToStep_MakeLine",
"GeomToStep_MakeParabola",
"GeomToStep_MakePlane",
"GeomToStep_MakePolyline",
"GeomToStep_MakeRectangularTrimmedSurface",
"GeomToStep_MakeSphericalSurface",
"GeomToStep_MakeSurface",
"GeomToStep_MakeSurfaceOfLinearExtrusion",
"GeomToStep_MakeSurfaceOfRevolution",
"GeomToStep_MakeSweptSurface",
"GeomToStep_MakeToroidalSurface",
"GeomToStep_MakeVector",
"GeomToStep_MakeAxis1Placement"
]
class GeomToStep_Root():
"""
This class implements the common services for all classes of GeomToStep which report error.
"""
def IsDone(self) -> bool:
"""
None
"""
def __init__(self) -> None: ...
pass
class GeomToStep_MakeAxis2Placement2d(GeomToStep_Root):
"""
This class implements the mapping between classes Axis2Placement from Geom and Ax2, Ax22d from gp, and the class Axis2Placement2d from StepGeom which describes an axis2_placement_2d from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Axis2Placement2d:
"""
None
"""
@overload
def __init__(self,A : OCP.gp.gp_Ax2,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,A : OCP.gp.gp_Ax22d,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeAxis2Placement3d(GeomToStep_Root):
"""
This class implements the mapping between classes Axis2Placement from Geom and Ax2, Ax3 from gp, and the class Axis2Placement3d from StepGeom which describes an axis2_placement_3d from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Axis2Placement3d:
"""
None
"""
@overload
def __init__(self,A : OCP.gp.gp_Ax3,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,T : OCP.gp.gp_Trsf,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,A : OCP.gp.gp_Ax2,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,A : OCP.Geom.Geom_Axis2Placement,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeBSplineCurveWithKnots(GeomToStep_Root):
"""
This class implements the mapping between classes BSplineCurve from Geom, Geom2d and the class BSplineCurveWithKnots from StepGeom which describes a bspline_curve_with_knots from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_BSplineCurveWithKnots:
"""
None
"""
@overload
def __init__(self,Bsplin : OCP.Geom2d.Geom2d_BSplineCurve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,Bsplin : OCP.Geom.Geom_BSplineCurve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve(GeomToStep_Root):
"""
This class implements the mapping between classes BSplineCurve from Geom, Geom2d and the class BSplineCurveWithKnotsAndRationalBSplineCurve from StepGeom which describes a rational_bspline_curve_with_knots from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve:
"""
None
"""
@overload
def __init__(self,Bsplin : OCP.Geom2d.Geom2d_BSplineCurve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,Bsplin : OCP.Geom.Geom_BSplineCurve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeBSplineSurfaceWithKnots(GeomToStep_Root):
"""
This class implements the mapping between class BSplineSurface from Geom and the class BSplineSurfaceWithKnots from StepGeom which describes a bspline_Surface_with_knots from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_BSplineSurfaceWithKnots:
"""
None
"""
def __init__(self,Bsplin : OCP.Geom.Geom_BSplineSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface(GeomToStep_Root):
"""
This class implements the mapping between class BSplineSurface from Geom and the class BSplineSurfaceWithKnotsAndRationalBSplineSurface from StepGeom which describes a rational_bspline_Surface_with_knots from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface:
"""
None
"""
def __init__(self,Bsplin : OCP.Geom.Geom_BSplineSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeBoundedCurve(GeomToStep_Root):
"""
This class implements the mapping between classes BoundedCurve from Geom, Geom2d and the class BoundedCurve from StepGeom which describes a BoundedCurve from prostep. As BoundedCurve is an abstract BoundedCurve this class is an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_BoundedCurve:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom.Geom_BoundedCurve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_BoundedCurve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeBoundedSurface(GeomToStep_Root):
"""
This class implements the mapping between classes BoundedSurface from Geom and the class BoundedSurface from StepGeom which describes a BoundedSurface from prostep. As BoundedSurface is an abstract BoundedSurface this class is an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_BoundedSurface:
"""
None
"""
def __init__(self,C : OCP.Geom.Geom_BoundedSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeCartesianPoint(GeomToStep_Root):
"""
This class implements the mapping between classes CartesianPoint from Geom and Pnt from gp, and the class CartesianPoint from StepGeom which describes a point from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_CartesianPoint:
"""
None
"""
@overload
def __init__(self,P : OCP.Geom.Geom_CartesianPoint,aFactor : float) -> None: ...
@overload
def __init__(self,P : OCP.Geom2d.Geom2d_CartesianPoint) -> None: ...
@overload
def __init__(self,P : OCP.gp.gp_Pnt2d,aFactor : float) -> None: ...
@overload
def __init__(self,P : OCP.gp.gp_Pnt,aFactor : float) -> None: ...
pass
class GeomToStep_MakeCircle(GeomToStep_Root):
"""
This class implements the mapping between classes Circle from Geom, and Circ from gp, and the class Circle from StepGeom which describes a circle from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Circle:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom.Geom_Circle,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.gp.gp_Circ,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Circle,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeConic(GeomToStep_Root):
"""
This class implements the mapping between classes Conic from Geom and the class Conic from StepGeom which describes a Conic from prostep. As Conic is an abstract Conic this class is an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Conic:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom.Geom_Conic,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Conic,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeConicalSurface(GeomToStep_Root):
"""
This class implements the mapping between class ConicalSurface from Geom and the class ConicalSurface from StepGeom which describes a conical_surface from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_ConicalSurface:
"""
None
"""
def __init__(self,CSurf : OCP.Geom.Geom_ConicalSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeCurve(GeomToStep_Root):
"""
This class implements the mapping between classes Curve from Geom and the class Curve from StepGeom which describes a Curve from prostep. As Curve is an abstract curve this class an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Curve:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Curve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom.Geom_Curve,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeCylindricalSurface(GeomToStep_Root):
"""
This class implements the mapping between class CylindricalSurface from Geom and the class CylindricalSurface from StepGeom which describes a cylindrical_surface from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_CylindricalSurface:
"""
None
"""
def __init__(self,CSurf : OCP.Geom.Geom_CylindricalSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeDirection(GeomToStep_Root):
"""
This class implements the mapping between classes Direction from Geom, Geom2d and Dir, Dir2d from gp, and the class Direction from StepGeom which describes a direction from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Direction:
"""
None
"""
@overload
def __init__(self,D : OCP.gp.gp_Dir) -> None: ...
@overload
def __init__(self,D : OCP.Geom.Geom_Direction) -> None: ...
@overload
def __init__(self,D : OCP.Geom2d.Geom2d_Direction) -> None: ...
@overload
def __init__(self,D : OCP.gp.gp_Dir2d) -> None: ...
pass
class GeomToStep_MakeElementarySurface(GeomToStep_Root):
"""
This class implements the mapping between classes ElementarySurface from Geom and the class ElementarySurface from StepGeom which describes a ElementarySurface from prostep. As ElementarySurface is an abstract Surface this class is an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_ElementarySurface:
"""
None
"""
def __init__(self,S : OCP.Geom.Geom_ElementarySurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeEllipse(GeomToStep_Root):
"""
This class implements the mapping between classes Ellipse from Geom, and Circ from gp, and the class Ellipse from StepGeom which describes a Ellipse from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Ellipse:
"""
None
"""
@overload
def __init__(self,C : OCP.gp.gp_Elips,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Ellipse,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom.Geom_Ellipse,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeHyperbola(GeomToStep_Root):
"""
This class implements the mapping between the class Hyperbola from Geom and the class Hyperbola from StepGeom which describes a Hyperbola from ProSTEP
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Hyperbola:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Hyperbola,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom.Geom_Hyperbola,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeLine(GeomToStep_Root):
"""
This class implements the mapping between classes Line from Geom and Lin from gp, and the class Line from StepGeom which describes a line from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Line:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Line,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom.Geom_Line,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,L : OCP.gp.gp_Lin2d,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,L : OCP.gp.gp_Lin,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeParabola(GeomToStep_Root):
"""
This class implements the mapping between the class Parabola from Geom and the class Parabola from StepGeom which describes a Parabola from ProSTEP
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Parabola:
"""
None
"""
@overload
def __init__(self,C : OCP.Geom2d.Geom2d_Parabola,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,C : OCP.Geom.Geom_Parabola,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakePlane(GeomToStep_Root):
"""
This class implements the mapping between classes Plane from Geom and Pln from gp, and the class Plane from StepGeom which describes a plane from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Plane:
"""
None
"""
@overload
def __init__(self,P : OCP.Geom.Geom_Plane,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,P : OCP.gp.gp_Pln,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakePolyline(GeomToStep_Root):
"""
This class implements the mapping between an Array1 of points from gp and a Polyline from StepGeom.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Polyline:
"""
None
"""
@overload
def __init__(self,P : OCP.TColgp.TColgp_Array1OfPnt,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,P : OCP.TColgp.TColgp_Array1OfPnt2d,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeRectangularTrimmedSurface(GeomToStep_Root):
"""
This class implements the mapping between class RectangularTrimmedSurface from Geom and the class RectangularTrimmedSurface from StepGeom which describes a rectangular_trimmed_surface from ISO-IS 10303-42
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_RectangularTrimmedSurface:
"""
None
"""
def __init__(self,RTSurf : OCP.Geom.Geom_RectangularTrimmedSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeSphericalSurface(GeomToStep_Root):
"""
This class implements the mapping between class SphericalSurface from Geom and the class SphericalSurface from StepGeom which describes a spherical_surface from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_SphericalSurface:
"""
None
"""
def __init__(self,CSurf : OCP.Geom.Geom_SphericalSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeSurface(GeomToStep_Root):
"""
This class implements the mapping between classes Surface from Geom and the class Surface from StepGeom which describes a Surface from prostep. As Surface is an abstract Surface this class is an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Surface:
"""
None
"""
def __init__(self,C : OCP.Geom.Geom_Surface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeSurfaceOfLinearExtrusion(GeomToStep_Root):
"""
This class implements the mapping between class SurfaceOfLinearExtrusion from Geom and the class SurfaceOfLinearExtrusion from StepGeom which describes a surface_of_linear_extrusion from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_SurfaceOfLinearExtrusion:
"""
None
"""
def __init__(self,CSurf : OCP.Geom.Geom_SurfaceOfLinearExtrusion,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeSurfaceOfRevolution(GeomToStep_Root):
"""
This class implements the mapping between class SurfaceOfRevolution from Geom and the class SurfaceOfRevolution from StepGeom which describes a surface_of_revolution from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_SurfaceOfRevolution:
"""
None
"""
def __init__(self,RevSurf : OCP.Geom.Geom_SurfaceOfRevolution,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeSweptSurface(GeomToStep_Root):
"""
This class implements the mapping between classes SweptSurface from Geom and the class SweptSurface from StepGeom which describes a SweptSurface from prostep. As SweptSurface is an abstract SweptSurface this class is an access to the sub-class required.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_SweptSurface:
"""
None
"""
def __init__(self,S : OCP.Geom.Geom_SweptSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeToroidalSurface(GeomToStep_Root):
"""
This class implements the mapping between class ToroidalSurface from Geom and the class ToroidalSurface from StepGeom which describes a toroidal_surface from Prostep
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_ToroidalSurface:
"""
None
"""
def __init__(self,TorSurf : OCP.Geom.Geom_ToroidalSurface,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeVector(GeomToStep_Root):
"""
This class implements the mapping between classes Vector from Geom, Geom2d and Vec, Vec2d from gp, and the class Vector from StepGeom which describes a Vector from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Vector:
"""
None
"""
@overload
def __init__(self,V : OCP.Geom.Geom_Vector,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,V : OCP.gp.gp_Vec,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,V : OCP.gp.gp_Vec2d,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,V : OCP.Geom2d.Geom2d_Vector,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
class GeomToStep_MakeAxis1Placement(GeomToStep_Root):
"""
This class implements the mapping between classes Axis1Placement from Geom and Ax1 from gp, and the class Axis1Placement from StepGeom which describes an Axis1Placement from Prostep.
"""
def IsDone(self) -> bool:
"""
None
"""
def Value(self) -> OCP.StepGeom.StepGeom_Axis1Placement:
"""
None
"""
@overload
def __init__(self,A : OCP.Geom2d.Geom2d_AxisPlacement,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,A : OCP.gp.gp_Ax1,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,A : OCP.gp.gp_Ax2d,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
@overload
def __init__(self,A : OCP.Geom.Geom_Axis1Placement,theLocalFactors : OCP.StepData.StepData_Factors) -> None: ...
pass
|