Changes between Version 7 and Version 8 of salome
- Timestamp:
- Nov 14, 2017, 4:56:05 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
salome
v7 v8 226 226 # Create wire out of all three components 227 227 wire = geompy.MakeWire([b_spline_mirror,middle_line,b_spline]) 228 wireID = geompy.addToStudy(wire,"wire _bottom")228 wireID = geompy.addToStudy(wire,"wire") 229 229 }}} 230 230 … … 237 237 #!python 238 238 # Load data for extrusion 239 dataExtrusion = np.loadtxt('/pathtofile/data Extrusion.txt')239 dataExtrusion = np.loadtxt('/pathtofile/dataPolyline.txt') 240 240 # Read data for extrusion 241 241 coord_xe = dataExtrusion[:,0]