dmv
61d2e99a72
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
2009-11-05 14:37:39 +00:00
vsr
64f246d40e
Issue 0020310: add usage note to the Fixed points hypothesis
2009-11-05 10:23:44 +00:00
dmv
663d2b6a46
0020310: EDF 997 SMESH : Tell the mesh to pass through different points
2009-11-03 15:21:09 +00:00
dmv
51eb38daed
0020551: EDF SMESH: misplaced page in help page
2009-10-28 06:52:17 +00:00
eap
526c49467f
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
Add Projection 1D sample
2009-08-27 13:55:31 +00:00
eap
a04b947563
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
minor changes
2009-08-27 12:41:45 +00:00
eap
a483ff55f4
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
+\anchor tui_projection
+<h3>Projection algorithms</h3>
+
+\code
+ ...
2009-08-27 11:56:45 +00:00
eap
f5a2b6350e
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
...
+# optionally reverse node distribution on certain edges
+allEdges = geompy.SubShapeAllSortedIDs( box, geompy.ShapeType["EDGE"])
+reversedEdges = [ allEdges[0], allEdges[4] ]
+
# define "Arithmetic1D" hypothesis to cut all edges in several segments with increasing arithmetic length
-algo1D.Arithmetic1D(1, 4)
+algo1D.Arithmetic1D(1, 4, reversedEdges)
2009-07-16 06:13:51 +00:00
vsr
686a864564
Merge from V5_1_2_BR branch (14 July 2009)
2009-07-15 08:11:22 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00