AddNodeNamePrefixOperator
Changes the name (if any) of a node to prefix_name.
Inheritance
Code
XML encoding
<AddNodeNamePrefixOperator prefix='' renameUnnamed='FALSE' nodeTypes='Node' parentTypes='Node' fieldValues='' singleNameSpace='TRUE' logFeature='' />
Classic encoding
AddNodeNamePrefixOperator {
prefix ""
renameUnnamed FALSE
nodeTypes ["Node"]
parentTypes ["Node"]
fieldValues [""]
singleNameSpace TRUE
logFeature [""]
}
Interface
Filter: X3D only | Avalon only | All
| id | Name | DataType | PartType | Default | ValueType | Description |
|---|---|---|---|---|---|---|
| prefix | SFString | inputOutput | The name prefix for being able to make names unique. | |||
| renameUnnamed | SFBool | inputOutput | FALSE | If true, also unnamed nodes will get a name with prefix. | ||
| nodeTypes | MFString | inputOutput | Node | defines the nodes types the operator should process | ||
| parentTypes | MFString | inputOutput | Node | defines the parent-nodes types the operator should process | ||
| fieldValues | MFString | inputOutput | defines name/value pairs for fields which have to be set | |||
| singleNameSpace | SFBool | inputOutput | TRUE | operator works on single namespace (e.g. does not work on nodes in namespaces) | ||
| message | SFString | outputOnly | outputs message while running | |||
| process | SFFloat | outputOnly | Sends 0.0 on start and 1.0 on completion. | |||
| isActive | SFBool | outputOnly | send true at start time and false at the end | |||
| logFeature | MFString | inputOutput | state, child, parent, route, eventIn, eventOut | controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything | ||
| metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |
