fmeobjects.FMEBRepSolid.removeTraits¶
-
FMEBRepSolid.
removeTraits
(regexp)¶ This method has 4 modes:
- Remove all traits at the top level: regex == NULL
- Remove some traits at the top level: regex == <string>
- Remove all traits at all levels: regex ==
kFME_RecurseAll
- Remove some traits at all levels: regex ==
kFME_RecurseSome
<string>
For example, specifying regex == NULL for a multi-surface will remove all traits at the root level of the multi-surface, whereas specifying regex ==
kFME_RecurseSome
<string> will remove all traits from all levels of the multi surface that match <string>. If <string> is an illegal regular expression, no traits will be removed.Return type: None