mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0022807: Loading of STEP entities in model during reading of STEP file requires redundant memory
This commit is contained in:
@@ -20,21 +20,25 @@ is
|
||||
Create (agraph : Graph) returns mutable HGraph;
|
||||
---Purpose : Creates an HGraph directly from a Graph.
|
||||
-- Remark that the starting Graph is duplicated
|
||||
|
||||
Create (amodel : InterfaceModel; lib : GeneralLib) returns mutable HGraph;
|
||||
|
||||
Create (amodel : InterfaceModel; lib : GeneralLib;
|
||||
theModeStats : Boolean = Standard_True) returns mutable HGraph;
|
||||
---Purpose : Creates an HGraph with a Graph created from <amodel> and <lib>
|
||||
|
||||
Create (amodel : InterfaceModel; protocol : Protocol from Interface)
|
||||
Create (amodel : InterfaceModel; protocol : Protocol from Interface;
|
||||
theModeStats : Boolean = Standard_True)
|
||||
returns mutable HGraph;
|
||||
---Purpose : Creates an HGraph with a graph itself created from <amodel>
|
||||
-- and <protocol>
|
||||
|
||||
Create (amodel : InterfaceModel; gtool : GTool from Interface)
|
||||
Create (amodel : InterfaceModel; gtool : GTool from Interface;
|
||||
theModeStats : Boolean = Standard_True)
|
||||
returns mutable HGraph;
|
||||
---Purpose : Creates an HGraph with a graph itself created from <amodel>
|
||||
-- and <protocol>
|
||||
|
||||
Create (amodel : InterfaceModel) returns mutable HGraph
|
||||
Create (amodel : InterfaceModel;
|
||||
theModeStats : Boolean = Standard_True) returns mutable HGraph
|
||||
---Purpose : Same a above, but works with the GTool in the model
|
||||
raises DomainError;
|
||||
-- Error if no Active Protocol is defined
|
||||
|
Reference in New Issue
Block a user