Open CASCADE Technology 6.6.0
|
Rebuilds Drawings which were bypassed to produce new models.
If a set of entities, all put into a same IGESModel, were
attached to a same Drawing in the starting Model, this Modifier
rebuilds the original Drawing, but only with the transferred
entities. This includes that all its views are kept too, but
empty; and annotations are not kept. Drawing Name is renewed.
If the Input Selection is present, tries to rebuild Drawings
only for the selected entities. Else, tries to rebuild
Drawings for all the transferred entities.
#include <IGESSelect_RebuildDrawings.hxx>
Public Member Functions | |
IGESSelect_RebuildDrawings () | |
Creates an RebuildDrawings, which uses the system Date | |
void | Performing (IFSelect_ContextModif &ctx, const Handle< IGESData_IGESModel > &target, Interface_CopyTool &TC) const |
Specific action : Rebuilds the original Drawings | |
TCollection_AsciiString | Label () const |
Returns a text which is "Rebuild Drawings" |
IGESSelect_RebuildDrawings::IGESSelect_RebuildDrawings | ( | ) |
TCollection_AsciiString IGESSelect_RebuildDrawings::Label | ( | ) | const [virtual] |
Implements IFSelect_GeneralModifier.
void IGESSelect_RebuildDrawings::Performing | ( | IFSelect_ContextModif & | ctx, |
const Handle< IGESData_IGESModel > & | target, | ||
Interface_CopyTool & | TC | ||
) | const [virtual] |
Implements IGESSelect_ModelModifier.