Reg : KWA/KWE Query

Kalyan N

Reg : KWA/KWE Query

I have query reg. KWA/ KWE F(x) feature.

In F(x) feature, it's given that \.\Line.119 = \.\Project.28. But, when I see these two features in Catia Graphical window, both are located at different locations. Please, find the attached image.

Can anyone, please clarify why it's behaving like that?

Thank you in advance.

Attachments

  • kweQuery.png (254.6k)

Matt Hanson

RE: Reg : KWA/KWE Query
(in response to Kalyan N)

I'm not exactly sure what you are saying, but the question that I'd ask is - is the f(x) object actually tied to something?  Can you post the actual formula for the f(x) object?

Kalyan N

RE: Reg : KWA/KWE Query
(in response to Matt Hanson)

Matt,

Thank you for your time and response.

Here is the Condition which is available under F(x)Line.98, Line.105, Line.112 and Line.119. Same condition is available and that is.

And similarly, the same condition also available in remaining 

Points [Point.94, Point.97, Point.100, Point.103],

Planes [Plane.55, Plane.60, Plane.64, Plane.69],

Curves [Curve.24, Curve.26, Curve.28, Curve.30]

which are available in the condition.

if `GeometryAux\ConfigurationTypeCalculated` =="Option A" {

GeometryAux\Side1\Line.98 =GeometryAux\Side1\Project.17
GeometryAux\Side1\Point.94 =GeometryAux\Side1\Intersect.8
GeometryAux\Side1\Plane.55 =GeometryAux\Side1\Plane.52
GeometryAux\Side1\Curve.24 =GeometryAux\Side1\Curve smooth1`

GeometryAux\Side2\Line.105 =GeometryAux\Side2\Project.20
GeometryAux\Side2\Point.97 =GeometryAux\Side2\Intersect.9
GeometryAux\Side2\Plane.60 =GeometryAux\Side2\Plane.57
GeometryAux\Side2\Curve.26 =GeometryAux\Side2\Curve smooth2`

GeometryAux\Side3\Line.112 =GeometryAux\Side3\Project.25
GeometryAux\Side3\Point.100 =GeometryAux\Side3\Project.24
GeometryAux\Side3\Plane.65 =GeometryAux\Side3\Plane.64
GeometryAux\Side3\Curve.28 =GeometryAux\Side3\Line.110

GeometryAux\Side4\Line.119 =GeometryAux\Side4\Project.28
GeometryAux\Side4\Point.103 =GeometryAux\Side4\Project.27
GeometryAux\Side4\Plane.70 =GeometryAux\Side4\Plane.69
GeometryAux\Side4\Curve.30 =GeometryAux\Side4\Line.117

}

Matt Hanson

RE: Reg : KWA/KWE Query
(in response to Kalyan N)

What I meant was, can you post the actual screen shots of your formula and the tree...  With the dialog open.  

Just out of curiosity - why are you mapping a function to geometry that already exists?

Kalyan N

RE: Reg : KWA/KWE Query
(in response to Matt Hanson)

The one which I posted has F(x) formulae is manually created part. I'm referring that part and developing a CAA command, which builds all the features in 3-4 seconds.

Edited By:
Kalyan N[Subscriber Members] @ Oct 20, 2022 - 08:42 PM (Asia/Calcutta)

Eric Miller

RE: Reg : KWA/KWE Query
(in response to Matt Hanson)

What I believe Kalyan appears to be doing is using geometry (lines/curves/etc.) variables. We have a few use cases for this as well and it is very useful for tabulated/iterated objects on a design table.

Matt Hanson

RE: Reg : KWA/KWE Query
(in response to Kalyan N)

Well, without a screen shot, it's really difficult to ask the right questions.  There are a couple things that I can possibly think of, but I'm just taking blind stabs.

Good luck.