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