
pdp.aero
Members-
Content Count
7 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout pdp.aero
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi I recently switched to 5.3 and now when I launch CAESES it opens for a second then it gets segmentation fault I appreciate if you let me know what is the problem. Thank you. 5.2.6 works though If you have crashes using a custom file dialog (PDF generation or OpenProject) add "-style plastique" to your start script Fontconfig error: Cannot load default config file: No such file: (null) CAESES 5.3.3 loading plugin libraries ... plugbase - ok plugblade - ok plugdakota - ok plugfeature - ok pluggenericintegration - ok plugkspline - ok plugmeta - ok plugopt - ok plugoptmo - ok plugsshrm - ok plugxffl - ok shfctrl - ok initializing types ... plugins - ok basic object types - ok entity types - ok *** INFO REPORTSERVER : started [port: 12345] view types - ok initializing commands ... Path override failed for key base::DIR_APP_DICTIONARIES and path '/home/pdp/soft/caeses/CAESES_5.3.3_Linux.x86_64/bin/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/home/pdp/soft/caeses/CAESES_5.3.3_Linux.x86_64/bin/libexec/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/home/pdp/soft/caeses/CAESES_5.3.3_Linux.x86_64/bin/libexec/qtwebengine_dictionaries' all *** INFO DOCUSERVER : started [port: 34709] - ok initializing configuration ... updating geometry - ok QImage::scaleWidth: Image is a null image QOpenGLWidget: Already initialized, setting the format has no effect QOpenGLWidget: Already initialized, setting the format has no effect /home/pdp/soft/caeses/CAESES_5.3.3_Linux.x86_64/CAESES: line 115: 1344215 Segmentation fault (core dumped) ${FS_INSTALL_DIR}/bin/CAESES $ARGS "$@"
-
Hi, Attached you can see there are three bodies. Body 1 is a wing, Body 2 is a fuselage, and Body 3 is a side body kinda thing. All these three bodies are union-ed using the boolean operation. When I activate the filleting it doesn't show anything or if I change the radius/distance it jumps out with segmentation fault. What is the best practice to put fillet on the connection edge between these three bodies. p.s. since these three Brep bodies are parameterized their size is changing. Cheers, Pay.
-
Hello there, I have a question about what kinda information is being included when a BRep model is exported in the STEP format. When I was checking the content of the STEP file exported from CAESES I noticed 'HarmonyWare STEP v2.1.8' and 'HarmonyWare Translators' in the top of the file. I was wondering if CAESES is using the HarmonyWare to export the STEP files. When I was checking the HarmonyWare website: https://www.harmonyware.com/step_products.html I noticed STEP/Nlib, STEP/TSLib, and STEP/SMLib. I also noticed that their support and not supported entities. My question now is if the STEP format exported from CAESES includes topological information? More information about the question. I have told if the exported format includes the topological information then at the time of being imported into a third-party software (ie meshing) it keeps its integrity and watertightness. But if the STEP file doesn't include the topological information then the STEP file itself is not watertight and when it is imported the third party software creates a common understanding of those data within it tolerance definition and etc. So if both have common tolerance standard within the tolerance the STEP file is watertight but if the STEP includes the topological information then it keeps the integrity and remains watertight within the defined tolerance. Best, Pay
-
Hello there, I just want to bring an issue I was having when I was defining an entity in the modeling panel. I am using CAESES on linux ubuntu and when I am on modeling panel and create something new like a brep model or a curve or a point or whatever, if after typing the name of that entity I don't press enter and try to define an operation, CAESES jumps out with segmentation fault. The only way to avoid this is to press Enter after typing the name of the entity and then click on the operation section. Best, Pay
-
Hello there, I have a question about automating the fillet operation between two brep models. For my case, I have a fuselage body created by using loft and then I have another side body like a wing that is created by using also loft. When I select one of the brep and add the other one as a source for the boolean union operation and activate the fillet no matter what value radius/distance I give it doesn't generate the fillet. I was wondering what aspects of those two brep model doesn't let the fillet succeed? My side body kinda wing body as a flat trailing-edge with an edge length around 0.0005 and the whole model is in meter. Best, Pay