File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -245,37 +245,6 @@ class RWObj_SubMesh {
245245 __repr__ = _dumps_object
246246 }
247247};
248- %nodefaultctor RWObj_CafReader;
249- class RWObj_CafReader : public RWMesh_CafReader , protected RWObj_IShapeReceiver {
250- public:
251- %feature(" compactdefaultargs" ) IsSinglePrecision;
252- %feature(" autodoc" , " * Return single precision flag for reading vertex data (coordinates); False by default.
253-
254- :rtype: bool
255- " ) IsSinglePrecision;
256- Standard_Boolean IsSinglePrecision ();
257- %feature(" compactdefaultargs" ) RWObj_CafReader;
258- %feature(" autodoc" , " * Empty constructor.
259-
260- :rtype: None
261- " ) RWObj_CafReader;
262- RWObj_CafReader ();
263- %feature(" compactdefaultargs" ) SetSinglePrecision;
264- %feature(" autodoc" , " * Setup single/double precision flag for reading vertex data (coordinates).
265-
266- :param theIsSinglePrecision:
267- :type theIsSinglePrecision: bool
268- :rtype: None
269- " ) SetSinglePrecision;
270- void SetSinglePrecision (Standard_Boolean theIsSinglePrecision);
271- };
272-
273-
274- %extend RWObj_CafReader {
275- %pythoncode {
276- __repr__ = _dumps_object
277- }
278- };
279248%nodefaultctor RWObj_TriangulationReader;
280249class RWObj_TriangulationReader : public RWObj_Reader {
281250 public:
You can’t perform that action at this time.
0 commit comments