mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-28 13:08:49 +08:00
0033483: Data Exchange - Static_Interface local instance for the model
StepData_StepParameters class created and used instead of Interface_Static
This commit is contained in:
@@ -63,9 +63,10 @@ void STEPCAFControl_ActorWrite::RegisterAssembly (const TopoDS_Shape &S)
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Standard_Boolean STEPCAFControl_ActorWrite::IsAssembly (TopoDS_Shape &S) const
|
||||
Standard_Boolean STEPCAFControl_ActorWrite::IsAssembly (const Handle(StepData_StepModel)& theModel,
|
||||
TopoDS_Shape &S) const
|
||||
{
|
||||
if ( myStdMode ) return STEPControl_ActorWrite::IsAssembly ( S );
|
||||
if ( myStdMode ) return STEPControl_ActorWrite::IsAssembly ( theModel, S );
|
||||
return myMap.Contains ( S );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user