mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031472: Exception raised during translation of the STEP entity Constructive Geometry Representation containing one representation
Modification number of the representation items are considered for STEP entity "Constructive Geometry Representation"
This commit is contained in:
@@ -1153,7 +1153,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::TransferEntity(
|
||||
Standard_Integer j =1;
|
||||
Handle(StepGeom_Axis2Placement3d) anAxis1;
|
||||
Handle(StepGeom_Axis2Placement3d) anAxis2;
|
||||
for( ; j <= 2; j++ )
|
||||
for( ; j <= aCRepr->NbItems(); j++ )
|
||||
{
|
||||
Handle(StepRepr_RepresentationItem) anItem = aCRepr->ItemsValue(j);
|
||||
Handle(StepGeom_Axis2Placement3d) aStepAxis =
|
||||
|
Reference in New Issue
Block a user