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

Functions

virtual MbeConvResType IConverter3D::SATRead (IConvertorProperty3D &prop, ItModelDocument &idoc, std::iostream *stream, IProgressIndicator *indicator, MbRefItem *qeuryStitch)=0
 Read a file of SAT format. More...
 
virtual MbeConvResType IConverter3D::SATWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, std::iostream *stream, IProgressIndicator *indicator)=0
 Write file of SAT format. More...
 
virtual MbeConvResType IConverter3D::SATRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0
 Read a file of SAT format. More...
 
virtual MbeConvResType IConverter3D::SATWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator=0, MbRefItem *qeuryStitch=0)=0
 Write file of SAT format. More...
 
MbeConvResType SATRead (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator)
 Read a file of SAT format. More...
 
MbeConvResType SATWrite (IConvertorProperty3D &prop, ItModelDocument &idoc, IProgressIndicator *indicator)
 Write file of SAT format. More...
 

Detailed Description

Function Documentation

◆ SATRead() [1/3]

virtual MbeConvResType IConverter3D::SATRead ( IConvertorProperty3D prop,
ItModelDocument idoc,
std::iostream *  stream,
IProgressIndicator indicator,
MbRefItem qeuryStitch 
)
pure virtual

Read a file of SAT format.

Read a file of SAT format or a specified stream. If a stream is specified, then the record is performed to the given stream. If a stream is not specified (null), then a stream is being opened for file specified in the properties of the converter.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]stream- Stream from which reading is performed (can be nullptr).
[in]indicator- The process progress indicator (can be nullptr).
[in]qeuryStitch- Dialog of request for stitching the surfaces.
Returns
Code of the operation termination.

◆ SATWrite() [1/3]

virtual MbeConvResType IConverter3D::SATWrite ( IConvertorProperty3D prop,
ItModelDocument idoc,
std::iostream *  stream,
IProgressIndicator indicator 
)
pure virtual

Write file of SAT format.

Write file of SAT format or the specified stream. If a stream is specified, then the record is performed to the given stream. If a stream is not specified (null), then a stream is being opened for file specified in the properties of the converter.

Parameters
[in]prop- Implementation of converter's properties interface.
[in]idoc- Implementation of document interface.
[in]stream- Stream in which the record is performed (can be nullptr).
[in]indicator- The process progress indicator (can be nullptr).
Returns
Code of the operation termination.

◆ SATRead() [2/3]

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

Read a file of SAT 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.

◆ SATWrite() [2/3]

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

Write file of SAT 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.

◆ SATRead() [3/3]

MbeConvResType SATRead ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator 
)

Read a file of SAT 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.

◆ SATWrite() [3/3]

MbeConvResType SATWrite ( IConvertorProperty3D prop,
ItModelDocument idoc,
IProgressIndicator indicator 
)

Write file of SAT format.

Write file of SAT format or the specified stream. If a stream is specified, then the record is performed to the given stream. If a stream is not specified (null), then a stream is being opened for file specified in the properties of the converter.

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