|
| static occ::handle< TDataStd_Real > | GetReal (const occ::handle< TFunction_Function > &theFunction, const int thePosition) |
| |
| static occ::handle< TDataStd_Integer > | GetInteger (const occ::handle< TFunction_Function > &theFunction, const int thePosition) |
| |
| static occ::handle< TDataStd_Name > | GetString (const occ::handle< TFunction_Function > &theFunction, const int thePosition) |
| |
| static bool | ComputeAxis (const occ::handle< TNaming_NamedShape > &theNS, gp_Ax1 &theAx1) |
| |
| static occ::handle< TNaming_NamedShape > | GetFunctionResult (const occ::handle< TFunction_Function > &theFunction) |
| |
| static occ::handle< TDataStd_UAttribute > | GetObjectArg (const occ::handle< TFunction_Function > &theFunction, const int thePosition) |
| |
| static void | SetObjectArg (const occ::handle< TFunction_Function > &theFunction, const int thePosition, const occ::handle< TDataStd_UAttribute > &theNewValue) |
| |
| static occ::handle< TNaming_NamedShape > | GetObjectValue (const occ::handle< TDataStd_UAttribute > &theObject) |
| |
| static occ::handle< TFunction_Function > | GetLastFunction (const occ::handle< TDataStd_UAttribute > &theObject) |
| |
| static occ::handle< TFunction_Function > | GetFirstFunction (const occ::handle< TDataStd_UAttribute > &theObject) |
| |
| static occ::handle< TFunction_Function > | GetPrevFunction (const occ::handle< TFunction_Function > &theFunction) |
| |
| static occ::handle< TDataStd_UAttribute > | GetObjectFromFunction (const occ::handle< TFunction_Function > &theFunction) |
| |
| static bool | IsAttachment (const occ::handle< TDataStd_UAttribute > &theObject) |
| |
| static occ::handle< TNaming_NamedShape > | GetAttachmentsContext (const occ::handle< TDataStd_UAttribute > &theObject) |
| |
| static bool | ComputeSweepDir (const TopoDS_Shape &theShape, gp_Ax1 &theAxis) |
| |
| static void | LoadAndOrientModifiedShapes (BRepBuilderAPI_MakeShape &MakeShape, const TopoDS_Shape &ShapeIn, const TopAbs_ShapeEnum GeneratedFrom, TNaming_Builder &Builder, const NCollection_DataMap< TopoDS_Shape, TopoDS_Shape, TopTools_ShapeMapHasher > &SubShapesOfResult) |
| |
| static void | LoadAndOrientGeneratedShapes (BRepBuilderAPI_MakeShape &MakeShape, const TopoDS_Shape &ShapeIn, const TopAbs_ShapeEnum GeneratedFrom, TNaming_Builder &Builder, const NCollection_DataMap< TopoDS_Shape, TopoDS_Shape, TopTools_ShapeMapHasher > &SubShapesOfResult) |
| |
| static void | LoadDeletedShapes (BRepBuilderAPI_MakeShape &MakeShape, const TopoDS_Shape &ShapeIn, const TopAbs_ShapeEnum KindOfDeletedShape, TNaming_Builder &Builder) |
| |
| static void | LoadResult (const TDF_Label &theLabel, BRepAlgoAPI_BooleanOperation &MS) |
| |
| static TopoDS_Shape | CurrentShape (const char *const ShapeEntry, const occ::handle< TDF_Data > &Data) |
| |
| static void | GetShape (const char *const ShapeEntry, const occ::handle< TDF_Data > &Data, NCollection_List< TopoDS_Shape > &Shapes) |
| |
| static TCollection_AsciiString | GetEntry (const TopoDS_Shape &Shape, const occ::handle< TDF_Data > &Data, int &theStatus) |
| | theStatus = 0 Not found, theStatus = 1 One shape, theStatus = 2 More than one shape.
|
| |
| static void | LoadImportedShape (const TDF_Label &theResultLabel, const TopoDS_Shape &theShape) |
| | Loads the Shape to DF.
|
| |
| static void | LoadPrime (const TDF_Label &theResultLabel, const TopoDS_Shape &theShape) |
| | Reloads sub-shapes of the Shape to DF.
|
| |
| static void | AllCommands (Draw_Interpretor &DI) |
| |
| static void | BasicCommands (Draw_Interpretor &DI) |
| | commands relatives to NamedShape
|
| |
| static void | ToolsCommands (Draw_Interpretor &DI) |
| |
| static void | SelectionCommands (Draw_Interpretor &DI) |
| | commands relatives to Naming
|
| |
| static void | ModelingCommands (Draw_Interpretor &DI) |
| | commands for testing Naming
|
| |