C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Functions | |
virtual MbeConvResType | IConverter3D::XTRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0 |
Read a file of Parasolid format. More... | |
virtual MbeConvResType | IConverter3D::XTWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0 |
Write a file of Parasolid format. More... | |
MbeConvResType | XTRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0) |
Read a file of Parasolid format. More... | |
MbeConvResType | XTWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0) |
Write a file of Parasolid format. More... | |
|
pure virtual |
Read a file of Parasolid format.
[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. |
|
pure virtual |
Write a file of Parasolid format.
[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. |
MbeConvResType XTRead | ( | IConvertorProperty3D & | prop, |
ItModelDocument & | idoc, | ||
IProgressIndicator * | indicator = 0 |
||
) |
Read a file of Parasolid format.
[in] | prop | - Implementation of converter's properties interface. |
[in] | idoc | - Implementation of document interface. |
[in] | indicator | - The process progress indicator. |
MbeConvResType XTWrite | ( | IConvertorProperty3D & | prop, |
ItModelDocument & | idoc, | ||
IProgressIndicator * | indicator = 0 |
||
) |
Write a file of Parasolid format.
[in] | prop | - Implementation of converter's properties interface. |
[in] | idoc | - Implementation of document interface. |
[in] | indicator | - The process progress indicator. |