You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%feature("autodoc", "Serializes TopoDS_Shape to string. If full_precision is False, the default precision of std::stringstream is used which regularly causes rounding.") WriteToString;
%feature("autodoc", "Serializes TopoDS_Shape to string. If full_precision is False, the default precision of std::stringstream is used which regularly causes rounding.") WriteToString;
%feature("autodoc", "Serializes TopoDS_Shape to string. If full_precision is False, the default precision of std::stringstream is used which regularly causes rounding.") WriteToString;
%feature("autodoc", "Serializes TopoDS_Shape to string. If full_precision is False, the default precision of std::stringstream is used which regularly causes rounding.") WriteToString;
Copy file name to clipboardExpand all lines: src/SWIG_files/wrapper/ChFi3d.i
+8-11
Original file line number
Diff line number
Diff line change
@@ -147,18 +147,17 @@ Parameters
147
147
S1: BRepAdaptor_Surface
148
148
S2: BRepAdaptor_Surface
149
149
E: TopoDS_Edge
150
-
Or1: TopAbs_Orientation
151
-
Or2: TopAbs_Orientation
152
150
153
151
Return
154
152
-------
155
-
int
153
+
Or1: TopAbs_Orientation
154
+
Or2: TopAbs_Orientation
156
155
157
156
Description
158
157
-----------
159
158
Returns Reversed in Or1 and(or) Or2 if the concave edge defined by the interior of faces F1 and F2, in the neighbourhood of their boundary E is of the edge opposite to the normal of their surface support. The orientation of faces is not taken into consideration in the calculation. The function returns 0 if the calculation fails (tangence), if not, it returns the number of choice of the fillet or chamfer corresponding to the orientations calculated and to the tangent to the guide line read in E.
@@ -209,41 +208,39 @@ Returns true if theEdge between theFace1 and theFace2 is tangent.
209
208
%feature("autodoc", "
210
209
Parameters
211
210
----------
212
-
Or1: TopAbs_Orientation
213
-
Or2: TopAbs_Orientation
214
211
OrSave1: TopAbs_Orientation
215
212
OrSave2: TopAbs_Orientation
216
213
ChoixSauv: int
217
214
218
215
Return
219
216
-------
220
-
int
217
+
Or1: TopAbs_Orientation
218
+
Or2: TopAbs_Orientation
221
219
222
220
Description
223
221
-----------
224
222
Same as ConcaveSide, but the orientations are logically deduced from the result of the call of ConcaveSide on the first pair of faces of the fillet or chamnfer.
0 commit comments