Hello, thanks for all replies, I've digg into FAA's AC and found the AC27. The interested section qouted below:
Correct me if I'm wrong, but the design loads = ultimate loads = 1.05 designed RPM speed? ANd the additional Fitting Factor of 1.15 is applied to the attachment area?
AC 27.401...
Hi everyone,
Coul you please help me with getting through requirements for composite tail rotor blades? I know that the criteria adresses subjects like:
-ultimate load capacity (Q: what conditionas are considered as ultimate? max RPM + 1.5 x external aerodynamic loads ?)
-impact damage (Q: what...
Thank You all for those replies, i dig into some data and estimated springback for 90deg stamp walls to 3 deg and bend radii .060 for .032 sheet thickness. I;ve seen a lot of information (charts and tables) related to other cres alloys in martin marietta mechanical design book but in fact i was...
It is half of a U-shaped straight part
I'm totally green in Sheetmetal parts design, I got material properties for INCO 625 but no have idea if there are any guidelines / manufacturing requirements for walls slope and flange offset angle / radii. I know that springback is problem for walls...
Hello everyone,
I'm facing difficulties to find what are minimum allowable dimensions of bent part made from INCO 625
I've made some quick sketch with 1/2 of symmetrical cross-section
Depth, H_offset and stock thickness are determined
What I'm looking for is any source that could provide me...
Meghanath, Try to download the latest version. Previous ver contains some bugs, e.g. looping on first drawing text only instead all texts. Link is the same, I've uploaded the new one (240 kb) few days ago.
Also I've fixed multilanguage supporting. Previous version was using suggested words not...
Same error on my configuration (V5r21 Win7x32), I haven't 'marked' it as urgent mistake, I'm still working on it and still haven't found suitable solution :-)
LukaszSz. Poland, Warsaw University of Technology, Faculty of Power and Aeronautical Engineering : MEchanical Engineering. BsC - 2013
Hello, I've got good news for You, following by Ferdo's suggestions, I've created catia's macro that collaborate with MS Word dictionaries
To compile this Macro You need to add MS Word Library
From menu Tools-References Check Microsoft Word XX Library
Here is the whole macro...
search for all texts in drawing:
Language="VBSCRIPT"
Sub CATMain()
Set drawingDocument1 = CATIA.ActiveDocument
Set selection1 = drawingDocument1.Selection
selection1.Search "CATDrwSearch.DrwText,in"
for i=1 to selection1.count
msgbox selection1.item(i).value.text
next
End Sub
disassembly...
I'm very sorry, I've posted wrong code and headers without trying it (I have copied previous function and headers from google instead of my macro because I was away from my personal computer)
Here is working code:
Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess _...
Place at header:
Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
Private Declare Function GetExitCodeProcess Lib "kernel32" (ByVal hProcess As Long, lpExitCode As Long) As Long
Public Const...
I've got same problem, in some way, procedure Start'n'Wait helps me with not executing next command line till previous line wasn't done, but you have to create external shell file, which doesn't support CATIA's library objects - I've used SendKeys function. It's quiet tricky, sometimes SendKeys...
learn about:
operations on strings (extracting single word from string, compare two words)
how get all DrawingTexts (If You only consider drawingtexts)
how collaborate with Excel spreadsheet through CatScript / CATVBA
LukaszSz. Poland, Warsaw University of Technology, Faculty of Power and...
Maybe .CGR ?
http://www.coe.org/p/fo/et/thread=15414
LukaszSz. Poland, Warsaw University of Technology, Faculty of Power and Aeronautical Engineering : MEchanical Engineering. BsC - 2013
How does formula look like? I'm wondering, because I've never linked external parameters through f(x) without copy-paste special elements.
Of course, If You know how to perform those steps as end-user, it also can be done automatically, through VBA/VBScript.
At this moment the only solution I...
It could be very interesting, as I found, there is no possibility to create external parameter through CATIA (as end-user), maybe automation will helps. There is no other option than try do it yourself :)
External parameters via VBA...
Error:
Remove all brackets. If function doesn't take any arguments, You don't have to type brackets (in next step I'll show You how to call Subroutine with brackets)
Warning:
1.change all dash symbols (#) to proper values, e.g. 3.00000
probably You're using built-in VBA editor, it replace all...
Thanks for your reply, i thought there is simply way to create query for search tool or add whole collection (doucment.product.publications) to search tool.
Here is my solution (not standalone code, just subroutine - it's part of larger project -...