Changes between Version 7 and Version 8 of salome


Ignore:
Timestamp:
Nov 14, 2017, 4:56:05 PM (6 years ago)
Author:
brankm
Comment:

Popravki teksta pri primeru izdelave panela.

Legend:

Unmodified
Added
Removed
Modified
  • salome

    v7 v8  
    226226# Create wire out of all three components
    227227wire = geompy.MakeWire([b_spline_mirror,middle_line,b_spline])
    228 wireID = geompy.addToStudy(wire,"wire_bottom")
     228wireID = geompy.addToStudy(wire,"wire")
    229229}}}
    230230
     
    237237#!python
    238238# Load data for extrusion
    239 dataExtrusion = np.loadtxt('/pathtofile/dataExtrusion.txt')
     239dataExtrusion = np.loadtxt('/pathtofile/dataPolyline.txt')
    240240# Read data for extrusion
    241241coord_xe = dataExtrusion[:,0]