#include <IGESSelect_SetGlobalParameter.hxx>
Inheritance diagram for IGESSelect_SetGlobalParameter:
Public Member Functions | |
Standard_EXPORT | IGESSelect_SetGlobalParameter (const Standard_Integer numpar) |
Creates an SetGlobalParameter, to be applied on Global Parameter <numpar> . | |
Standard_EXPORT Standard_Integer | GlobalNumber () const |
Returns the global parameter number to which this modifiers applies . | |
Standard_EXPORT void | SetValue (const Handle(TCollection_HAsciiString)&text) |
Sets a Text Parameter for the new value . | |
Standard_EXPORT Handle_TCollection_HAsciiString | Value () const |
Returns the value to set to the global parameter (Text Param) . | |
Standard_EXPORT void | Performing (IFSelect_ContextModif &ctx, const Handle(IGESData_IGESModel)&target, Interface_CopyTool &TC) const |
Specific action : only <target> is used : the form of the new value is checked regarding the parameter number (given at creation time). . | |
Standard_EXPORT TCollection_AsciiString | Label () const |
Returns a text which is "Sets Global Parameter <numpar> to <new value>" . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | thenum |
Handle_TCollection_HAsciiString | theval |
|
|
|
|
|
Reimplemented from IGESSelect_ModelModifier. |
|
Implements IFSelect_GeneralModifier. |
|
Implements IGESSelect_ModelModifier. |
|
|
|
|
|
|
|
|