|
| static void | copyLabels (TDF_Label theSource, TDF_Label theDestination, HandlettheRelocTable) |
| | makes copy of label and all its sub-labels without copying the attributes; and feel the relocation table More...
|
| |
| static void | copyAttrs (TDF_Label theSource, TDF_Label theDestination, HandlettheRelocTable=Handle)) |
| | makes copy of all attributes on the given label and all sub-labels More...
|
| |
| static void | copyAttrsAndKeepRefsToCoordinates (TDF_Label theSource, TDF_Label theDestination, const std::set< TCollection_AsciiString > &theCoordinateLabels, HandlettheRelocTable) |
| | makes copy of all attributes on the given label and all sub-labels, but keep references to the Origin, coordinate axes and coordinate planes More...
|
| |
| static void | labelsOfCoordinates (std::set< TCollection_AsciiString > &theCoordinateLabels, HandlettheRelocTable) |
| | collect labels of coordinate planes, axes, and origin More...
|
| |
A collection of methods useful for different parts of data model.