Finalizing Python interface bindings for Import, Measure, Mesh, Points.
This commit is contained in:
21
src/Mod/Import/App/StepShape.pyi
Normal file
21
src/Mod/Import/App/StepShape.pyi
Normal file
@@ -0,0 +1,21 @@
|
||||
from typing import Any
|
||||
|
||||
from Base.Metadata import export
|
||||
from Base.PyObjectBase import PyObjectBase
|
||||
|
||||
@export(
|
||||
Include="Mod/Import/App/StepShape.h",
|
||||
Namespace="Import",
|
||||
Constructor=True,
|
||||
Delete=True,
|
||||
)
|
||||
class StepShape(PyObjectBase):
|
||||
"""
|
||||
StepShape in Import
|
||||
This class gives a interface to retrieve TopoShapes out of an loaded STEP file of any kind.
|
||||
"""
|
||||
|
||||
def read(self) -> Any:
|
||||
"""method read()
|
||||
Read a STEP file into memory and make it accessible"""
|
||||
...
|
||||
Reference in New Issue
Block a user