Open CASCADE Technology 6.6.0
|
Allows to Change the Creation Date indication in the Header
(Global Section) of IGES File. It is taken from the operating
system (time of application of the Modifier).
The Selection of the Modifier is not used : it simply acts as
a criterium to select IGES Files to touch up
#include <IGESSelect_UpdateCreationDate.hxx>
Public Member Functions | |
IGESSelect_UpdateCreationDate () | |
Creates an UpdateCreationDate, 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 "Update IGES Header Creation Date" |
IGESSelect_UpdateCreationDate::IGESSelect_UpdateCreationDate | ( | ) |
TCollection_AsciiString IGESSelect_UpdateCreationDate::Label | ( | ) | const [virtual] |
Implements IFSelect_GeneralModifier.
void IGESSelect_UpdateCreationDate::Performing | ( | IFSelect_ContextModif & | ctx, |
const Handle< IGESData_IGESModel > & | target, | ||
Interface_CopyTool & | TC | ||
) | const [virtual] |
Implements IGESSelect_ModelModifier.