C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
+ Collaboration diagram for IGES Converter:

Functions

virtual MbeConvResType IConverter3D::IGSRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0
 Read a file of IGES format. More...
 
virtual MbeConvResType IConverter3D::IGSWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0
 Write a file of IGES format. More...
 
virtual MbeConvResType IConverter3D::JTRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0
 Read a file of JT format. More...
 
virtual MbeConvResType IConverter3D::JTWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0
 Write a file of JT format. More...
 
MbeConvResType IGSRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0)
 Read a file of IGES format. More...
 
MbeConvResType IGSWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0)
 Write a file of IGES format. More...
 
MbeConvResType JTRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0)
 Read a file of JT format. More...
 
MbeConvResType JTWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0)
 Write a file of JT format. More...
 

Detailed Description

Function Documentation

◆ IGSRead() [1/2]

virtual MbeConvResType IConverter3D::IGSRead ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0,
MbRefItem qeuryStitch = 0 
)
pure virtual

Read a file of IGES format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
[in]qeuryStitch- Dialog of request for stitching the surfaces.
Returns
Code of the operation termination.

◆ IGSWrite() [1/2]

virtual MbeConvResType IConverter3D::IGSWrite ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0,
MbRefItem qeuryStitch = 0 
)
pure virtual

Write a file of IGES format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
[in]qeuryStitch- Dialog of request for stitching the surfaces (not used).
Returns
Code of the operation termination.

◆ JTRead() [1/2]

virtual MbeConvResType IConverter3D::JTRead ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0,
MbRefItem qeuryStitch = 0 
)
pure virtual

Read a file of JT format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
[in]qeuryStitch- Dialog of request for stitching the surfaces.
Returns
Code of the operation termination.

◆ JTWrite() [1/2]

virtual MbeConvResType IConverter3D::JTWrite ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0,
MbRefItem qeuryStitch = 0 
)
pure virtual

Write a file of JT format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
[in]qeuryStitch- Dialog of request for stitching the surfaces (not used).
Returns
Code of the operation termination.

◆ IGSRead() [2/2]

MbeConvResType IGSRead ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0 
)

Read a file of IGES format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
Returns
Code of the operation termination.

◆ IGSWrite() [2/2]

MbeConvResType IGSWrite ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0 
)

Write a file of IGES format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
Returns
Code of the operation termination.

◆ JTRead() [2/2]

MbeConvResType JTRead ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0 
)

Read a file of JT format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
Returns
Code of the operation termination.

◆ JTWrite() [2/2]

MbeConvResType JTWrite ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator = 0 
)

Write a file of JT format.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]indicator- The process progress indicator.
Returns
Code of the operation termination.