mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0026216: New functionality. Converting the compound to assembly.
Added new functionality for converting the compound to assembly. Added new drw command XExpand. Changed DumpShape and DumpAssembly Added test. test changed
This commit is contained in:
@@ -409,7 +409,12 @@ public:
|
||||
//! from upper_usage componet to next_usage
|
||||
//! Returns null attribute if no SHUO found
|
||||
Standard_EXPORT static Standard_Boolean FindSHUO (const TDF_LabelSequence& Labels, Handle(XCAFDoc_GraphNode)& theSHUOAttr);
|
||||
|
||||
//! Convert Shape (compound) to assembly
|
||||
Standard_EXPORT Standard_Boolean Expand (const TDF_Label& Shape) ;
|
||||
|
||||
//! Make subshape for Part from Shape
|
||||
Standard_EXPORT void makeSubShape (const TDF_Label& Part, const TopoDS_Shape& Shape) ;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user