Open CASCADE Technology
6.5.4
|
Sets the File Name in Header to be the actual name of the file
If new file name is unknown, the former one is kept
Remark : this works well only when it is Applied and send time
If it is run immediately, new file name is unknown and nothing
is done
The Selection of the Modifier is not used : it simply acts as
a criterium to select IGES Files to touch up
#include <IGESSelect_UpdateFileName.hxx>
Public Member Functions | |
IGESSelect_UpdateFileName () | |
Creates an UpdateFileName, which uses the system Date | |
void | Performing (IFSelect_ContextModif &ctx, const Handle< IGESData_IGESModel > &target, Interface_CopyTool &TC) const |
Specific action : only <target> is used : the system Date is set to Global Section Item n0 18. | |
TCollection_AsciiString | Label () const |
Returns a text which is "Updates IGES File Name to new current one" |
TCollection_AsciiString IGESSelect_UpdateFileName::Label | ( | ) | const [virtual] |
Implements IFSelect_GeneralModifier.
void IGESSelect_UpdateFileName::Performing | ( | IFSelect_ContextModif & | ctx, |
const Handle< IGESData_IGESModel > & | target, | ||
Interface_CopyTool & | TC | ||
) | const [virtual] |
Implements IGESSelect_ModelModifier.