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...
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...
Hello all
I'm working on macro to create Multi Instances of selected part and constrain them with selected geometrical elements from existing parts in assembly. It's not the final version, there are some bugs to fix (e.g. You cannot select geometrical element which contain "/" sign on its...
Hello all
Is there any possibility to create query for search that returns Published elemetns only (as it is possible in 'Search window' - CTRL+F)
Or is there any other possibility to check, if element is published? via VBScript?
Thanks in advance
LukaszSz
LukaszSz. Poland, Warsaw...
Sub CATMain()
Dim ArrayOfParts() 'As Object
Dim ArrayOfParts_size 'As Integer
Dim SelectedPart 'As Object
Dim PartFilt(0)
Set ProdDoc1 = CATIA.ActiveDocument
Set SelectedParts = ProdDoc1.Selection
PartFilt(0) = "Part"
Dim ret
ArrayOfParts_size = -1
SelectedParts.Clear
ret =...
Hello all
I'm working on macro that will return length of selected linear object (edge, line, spline, etc..)
There are two approach to get object as reference
simply way - when object is selected from tree (asALine, isASplin etc..) or more complicated - when these same (or any other) object is...