Skip to content

Changes

#839 (Jul 17, 2024, 11:21:07 PM)

  1. update importColors.csm; fix sensitivities in udpVsp3 to account for cases where Edges and Node numbering changes between teh base and perturbed Bodys; report sensitivity range in serveESP console; commit udprim6 test case — jfdannen / detail

#838 (Jul 15, 2024, 11:21:11 PM)

  1. Update windows config. Try to remove download quarantine on macOS. — galbramc / detail
  2. Update doc that IGES does not support Node Name attribute — galbramc / detail
  3. Enable Name/Color attributes for OCC 7.6 — galbramc / detail
  4. Fix slashes — galbramc / detail

#837 (Jul 12, 2024, 11:21:10 PM)

  1. python suppressions — galbramc / detail
  2. Set ESP_UDC_PATH — galbramc / detail

#836 (Jul 10, 2024, 11:21:07 PM)

  1. add hollowTube test case; add udcPrefix test case; have DUMP putcolors=1 apply to Edges when writing STP/IGS file; have IMPORT getcolors=1 apply to Edges when reading STP/IGS file — jfdannen / detail
  2. Add EG_removeNodes and EG_mergeBSplineCurves to julia and python — galbramc / detail
  3. Fix EG_removeNodes for bodies with a single face — galbramc / detail
  4. One more formatting fix — galbramc / detail
  5. Update formatting of the EGADS docs — haimes / detail

#835 (Jul 8, 2024, 11:21:07 PM)

  1. fix bug in ocsmFindPmtr that did not consider the scope when looking for existing names; add putColors=0 option to DUMP so that _color attributes are written into STP/IGS file (as Color); add color4* test cases; add getColors=0 option to IMPORT so that Color attributes in STP/IGS files are converted to _color; add getcolors=0 option to udpImport so that Color attributes in STP/IGS files are converted to _color; update ESP to acknowledge that Nodes are not initially visible — jfdannen / detail
  2. Forgot a file — galbramc / detail
  3. More improvements for Color in STEP/IGES — galbramc / detail
  4. Fixes for STEP/IGES Name import/export. Add STEP/IGES Edge Color attribute. Add STEP ColorFace/ColorEdge attribute. — galbramc / detail

#834 (Jul 4, 2024, 1:25:32 PM)

  1. do not mark a Node as potentially spurious if it has a _Keep attribute; mark Nodes on axis of revolution of a REVOLVE command with a _Keep attribute; mark Nodes in JOIN or UNION that are in common with both parents with a _Keep attribute; mark new Nodes due to a scribe (via SUBTRACT a NodeBody or SheetBody) with a _Keep attribute; mark Nodes at beginning and end of RULE and BLEND with a _Keep attribute; add REMOVE_SPURIOUS compile-time option to remove spurious Nodes; add spurious* test cases; fix bug that made sensitivities of scribes susceptable to roundoff errors; fix documentation associated with SUBTRACT command — jfdannen / detail
  2. Remove dos line endings. Fix Windoze compile error. — galbramc / detail
  3. update SBOs so that they avoid creating spurious Nodes — jfdannen / detail

#833 (Jul 3, 2024, 11:21:06 PM)

  1. Fix possible segfault reading Name attribute from STEP/IGES — galbramc / detail

#832 (Jun 26, 2024, 11:21:08 PM)

  1. Fixes for EG_isEquivalent and EG_isSame — galbramc / detail
  2. Adjust Compiling in parse — galbramc / detail
  3. Track Compiling in log parse — galbramc / detail
  4. Update scripts for CAPS training material — galbramc / detail
  5. Add timing for ESPbfr.bat — galbramc / detail

#831 (Jun 24, 2024, 11:21:07 PM)

  1. Fix EG_isSame for LINE — galbramc / detail
  2. Add the functions EG_mergeBSplineCurves and EG_removeNodes to the EGADS API — haimes / detail
  3. Ignore pip dependency — galbramc / detail

#830 (Jun 21, 2024, 11:21:07 PM)

  1. if Body has _newSeqnum attribute, use a new sequence numbering scheme for _edgeID and _faceID that is not based upon cg positions or areas — jfdannen / detail
  2. Allow site packages for python. Look for python dlopen errors. — galbramc / detail