Commit graph

3 commits

Author SHA1 Message Date
Piotr Kubaj
a67a5042f1 cad/openvsp: fix build on non-x86
Don't use amd64 code on all 64-bit architectures.
Include sys/param.h because of:
/usr/local/poudriere/ports/default/cad/openvsp/work/OpenVSP-OpenVSP_3.19.0/src/util/FileUtil.cpp:118:18: error: 'PATH_MAX' was not declared in this scope
  118 |     char exepath[PATH_MAX];
      |                  ^~~~~~~~

PR:		242235
Approved by:	fernape (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22576
2019-11-27 19:56:26 +00:00
Fernando Apesteguía
37904ce32a cad/openvsp: update to 3.17.1
Removing one patch accepted upstream.

ChangeLog:
http://openvsp.org/blogs/announcements/2019/07/08/openvsp-3-17-1-released

Features:

 * Calculate average and weighted chord and solidity for props
 * Expand API coverage
 * Improve CMake to help FLTK build on Linux
 * Add names to exported STEP files.

Library Update:

 * Update GLM to 0.9.9.5

Fixes:

 * Fix skin friction equations
 * Multiple FEA GUI Fixes
 * Don't assume FEA skin is first component
 * IGES Structure Parm Name Collision (Thanks Jim Fenbert)
 * STEP Structure missing options
 * Overlapping Prop XSecs
 * Register missing attachment enums w/ API
 * Protect 4-dig airfoils from out of bounds parms
 * Improve ResetRemapID behavior
 * Fix problems with prop and file airfoils
 * Add missing GUI handling of read-file XSecs for body of revolution
 * Silence a bunch of warnings
 * Use equal arc len parameterization for super ellipses
2019-07-12 15:39:25 +00:00
Fernando Apesteguía
a7a2d3a5aa cad/openvsp: update to 3.17.0
From the ChangeLog:
(http://openvsp.org/blogs/announcements/2019/03/28/openvsp-3-17-0-released)

Features:

 * CHARM Python export scripts
 * Transparent screenshots
 * Border toggle in menu
 * Improved show axis toggle
 * Export structure surfaces to IGES and STEP
 * Design lift coefficient support for four-digit airfoils
 * Propeller definition by thickness and CLi distribution
 * Calculate integrated design lift coefficient for props
 * BEM files in terms of thickness and CLi distribution
 * Feather axis and offset control for propeller
 * Implicit disk model for propeller
 * STL solid names include tag number
 * Tag unintersected triangles for STL export
 * Increase tessellation limits
 * Option to export props at origin (unintersected STL and STEP/IGES)
 * Batch evaluation of Bezier surface points and normals (faster refresh)

Fixes:

 * Restore visualization of CFDMesh sources and wake
 * Don't crash when BOR XSec changed to Bezier
 * Don't crash when reading Lednicer airfoils
 * Import v2 multi-section wings properly
 * Make key-corner default for rounded rectangle
 * Reverse props with shifted construction line built correctly
 * Don't allow insertion of XSec at negative index from API
 * Don't allow comma as decimal point marker; fixes file corruption.
 * Fix writing excressence drag label to XML file
 * Fix unexpected ResetRemapID in files with conformal geometry
2019-04-06 21:06:49 +00:00