Stinkfist0
|
431e993ba3
|
CMake biz: Instead of providing elusive prints of missing dependencies for required features and continuing the build configuration, fail fast instead; user can easily disable the feature or fix the paths for the dependency.
|
2015-11-11 13:30:30 +02:00 |
|
Stinkfist0
|
89a015724b
|
CMake biz: rename OCE_LIBRARIES to OPENCASCADE_LIBRARIES, use this variable also in examples & qtviewer CMakeLists.txt
|
2015-11-09 17:42:46 +02:00 |
|
Stinkfist0
|
0a8791e04e
|
Clean up CMake biz by using OCE_LIBRARIES variable for defining OCE libs + fix setting of PYTHON_INCLUDE_DIR + PYTHON_LIBRARY vars + small README.md cleanup.
|
2015-11-09 15:36:57 +02:00 |
|
Stinkfist0
|
6190771817
|
Fix/suppress signed-unsigned int conversion warnings on Windows x64.
|
2015-11-04 18:27:46 +02:00 |
|
Stinkfist0
|
206a9cf5d0
|
Work around https://github.com/swig/swig/issues/325
|
2015-11-04 16:25:13 +02:00 |
|
Stinkfist0
|
d4b51a82e7
|
Fix/suppress plethora of integer conversion warnings on x64 Visual Studio build.
|
2015-11-03 17:58:08 +02:00 |
|
Stinkfist0
|
26ed16ba52
|
Make possible to switch between Python 2 & 3 easily. Fixes also possible confusion when having both 32-bit and 64-bit Python installations side by side.
|
2015-11-03 16:28:30 +02:00 |
|
Stinkfist0
|
921c3eb2d3
|
SvgSerializer.cpp: add missing #include <Standard_Version.hxx>
|
2015-10-28 21:25:23 +02:00 |
|
aothms
|
94d214808e
|
Use boost::to_upper() and -::to_upper_copy() for string manipulation throughout codebase
|
2015-09-13 15:00:21 +02:00 |
|
aothms
|
a58b2ede63
|
Fixes for unicode handling in Python
|
2015-09-13 14:43:42 +02:00 |
|
aothms
|
e5c20a009d
|
Add convenience method for relating objects to types. As suggested by Cadline St2.
|
2015-09-12 14:27:58 +02:00 |
|
aothms
|
b590747db9
|
Add version information and schema identifier to Python wrapper
|
2015-09-10 15:53:59 +02:00 |
|
aothms
|
2532ba30e4
|
Fix addRelatedObject, fix by Cadline St2
|
2015-09-10 13:58:27 +02:00 |
|
aothms
|
9096895bdb
|
Support for schemas using TYPE definitions to redeclare BINARY types
|
2015-09-08 15:27:05 +02:00 |
|
aothms
|
82143f226e
|
Small changes to SVG serialization
|
2015-09-06 14:50:07 +02:00 |
|
aothms
|
22a8d9a17b
|
Don't leave MakeFace in an invalid state when one of the face boundaries cannot be processed or is not planar
|
2015-09-04 11:48:53 +02:00 |
|
aothms
|
4385f3b14d
|
Revert some of the typemap work in b96cf38e17 and rely on a general mapping from const vector to tuple
|
2015-09-04 11:46:52 +02:00 |
|
aothms
|
3cba242295
|
When built without ICU filter characters outside of unencoded range
|
2015-08-14 22:11:32 +02:00 |
|
aothms
|
810d3eab1e
|
Ignore tail remarks in the express schema parser
|
2015-08-13 14:18:59 +02:00 |
|
Thomas Krijnen
|
f5c32adff1
|
Be sure to flush fstream when finalizing SVG export
|
2015-07-26 17:59:52 +00:00 |
|
Thomas Krijnen
|
bb43dec90f
|
Fix typos
|
2015-07-26 17:58:08 +00:00 |
|
Thomas Krijnen
|
0e5edbcd84
|
Reverse preprocessor statement to work without definition, defaulting to 2x3
|
2015-07-26 15:26:34 +00:00 |
|
Thomas Krijnen
|
68fc361d96
|
Add SvgSerializer developed in collaboration with ROOT B.V.
|
2015-07-26 14:26:13 +00:00 |
|
Thomas Krijnen
|
06b4fcb066
|
Remove orphaned file. Thanks Stinkfist
|
2015-07-26 14:22:50 +00:00 |
|
Thomas Krijnen
|
85d5d86c84
|
Update code examples for recent changes
|
2015-07-09 13:52:55 +00:00 |
|
Thomas Krijnen
|
78f4d7d592
|
Fix build with Boost 1.58.0. Patch by stinkfist0. Thanks.
|
2015-07-09 13:23:40 +00:00 |
|
Thomas Krijnen
|
92bc7b13cb
|
Use custom typemaps for geometry related classes as well
|
2015-06-26 13:06:28 +00:00 |
|
Thomas Krijnen
|
e518146bd6
|
Fix IfcCurveBoundedPlane implementation
|
2015-06-21 16:15:15 +00:00 |
|
Thomas Krijnen
|
e9eb7db620
|
Fix ensure_fit_for_subtraction() function when input shape is a solid
|
2015-06-21 16:14:37 +00:00 |
|
Thomas Krijnen
|
1068070037
|
Do not free the IFC file if it has not been constructed by the iterator
|
2015-06-20 14:23:59 +00:00 |
|
Thomas Krijnen
|
3d302619c5
|
Check for numbers.Integral instead of int, to catch py2.7's long type as well
|
2015-06-20 14:22:54 +00:00 |
|
Thomas Krijnen
|
48febb7eff
|
Check for null values when setting attributes in IfcOpenShell-Python, also return value being set
|
2015-06-18 13:15:33 +00:00 |
|
Thomas Krijnen
|
feaa13a809
|
gcc compatibility
|
2015-06-18 08:55:29 +00:00 |
|
Thomas Krijnen
|
76cbb79c75
|
Correctly wrap arbitrarily nested aggregates of entity instance attributes in IfcOpenShell-Python
|
2015-06-17 19:46:11 +00:00 |
|
Thomas Krijnen
|
6aabbd4a55
|
Correctly interpret SWIG return code of type check
|
2015-06-17 19:44:15 +00:00 |
|
Thomas Krijnen
|
48676a733f
|
Rework SWIG python binding not to rely on polymorhpic functions. Use hand-written typemaps that map vectors to tuples and iterables to vectors. Add support for multidimensional aggregates in Python.
|
2015-06-17 11:27:02 +00:00 |
|
Thomas Krijnen
|
f8c45b2a99
|
Fix serialization of binary values
|
2015-06-17 11:22:43 +00:00 |
|
Thomas Krijnen
|
1ec14118fe
|
Introduce specific exception for out of range attribute indexing
|
2015-06-17 11:04:28 +00:00 |
|
Thomas Krijnen
|
381f711103
|
Update string representation of ArgumentTypeToString
|
2015-06-16 14:47:03 +00:00 |
|
Thomas Krijnen
|
b748c0a573
|
Add source code for generation of IfcTriangulatedFaceSet test case
|
2015-06-16 13:00:19 +00:00 |
|
Thomas Krijnen
|
28863f90b9
|
Add support for IFC4.IfcTriangulatedFaceSet
|
2015-06-16 12:58:51 +00:00 |
|
Thomas Krijnen
|
4f60c7d48c
|
Provide concrete C++ implementations for all multidimensional aggregate types in IFC4
|
2015-06-16 12:58:07 +00:00 |
|
Thomas Krijnen
|
f70b37137d
|
Emit an error message rather than exception for GlobalId parsing inconsistencies to accomodate files with invalid GlobalIds.
|
2015-06-04 14:33:13 +00:00 |
|
Thomas Krijnen
|
49d491704e
|
Add support for IfcBSplineCurveWithKnots
|
2015-06-02 15:56:09 +00:00 |
|
Thomas Krijnen
|
a3f17cd4e7
|
Enable passing explicit IfcRepresentation in IfcOpenShell-Python create_shape()
|
2015-06-02 13:30:02 +00:00 |
|
Thomas Krijnen
|
b96cf38e17
|
Minimize passing STL objects past dynamic library boundaries to improve stability of IfcOpenShell-Python
|
2015-06-02 13:29:08 +00:00 |
|
Thomas Krijnen
|
5a994ebe28
|
vc9 compatibility
|
2015-05-26 12:56:00 +00:00 |
|
Thomas Krijnen
|
ffc008228d
|
gcc compatibility
|
2015-05-26 12:55:00 +00:00 |
|
Thomas Krijnen
|
77ba3f5a80
|
Perform shape healing after opening subtraction
|
2015-05-22 15:41:56 +00:00 |
|
Thomas Krijnen
|
04d4095ffe
|
Correctly mark face boundary edges in case of vertex welding
|
2015-05-22 13:13:48 +00:00 |
|