if ( count < 2 ) isSeam = Standard_False;
}
- BRepAdaptor_Curve CA = BRepAdaptor_Curve(aEdge);
- BRepAdaptor_Surface SA = BRepAdaptor_Surface(aTool.CurrentFace());
-
if (aEdge.Orientation() == TopAbs_INTERNAL ||
aEdge.Orientation() == TopAbs_EXTERNAL ) {
Handle(TransferBRep_ShapeMapper) errShape =
// ---------------------------------------
// Translate 3D representation of the Edge
// ---------------------------------------
-
+ BRepAdaptor_Curve CA = BRepAdaptor_Curve(aEdge);
Handle(StepGeom_Curve) Gpms;
Handle(Geom_Curve) C = CA.Curve().Curve();
#ifdef OCCT_DEBUG
std::cout << "Warning: TopoDSToStep_MakeStepEdge: edge without 3d curve; creating..." << std::endl;
#endif
+ BRepAdaptor_Surface SA = BRepAdaptor_Surface(aTool.CurrentFace());
+
if ((SA.GetType() == GeomAbs_Plane) &&
(CA.GetType() == GeomAbs_Line)) {
U1 = CA.FirstParameter();