Skip to main content

Love letter by a ProE Designer



Dear Missing Component,

Life has been really hard and I cant get out of this RESOLVE MODE since you have left. I have been trying to LOCATE the missing element and cant SUPPRESS my feelings. I just cant REGENERATE without you. Without you, I'm like a PACKAGED ASSEMBLY. My heart is like a STEP file gone bad with MISSING SURFACES. I am haunted by the thought of you going into another assembly.

I have been keeping my feelings in HIDDEN LAYERS all these while. I liked you for your SIMPLIFIED REPRESENTATION. Your STYLE DEFINITION is the best. I cant forget the RENDERED IMAGE of yours. Your face is like Class-A surface made out of a perfect BLEND. Your body is like a ideal VARIABLE SECTION SWEEP. I have your COPY GEOMETRY with me in my mind and I have defined it as READ-ONLY to protect it forever.

I assure you that if there are conflicts in the RELATION, we can MODIFY THE RELATIONS. If the PARENT-CHILD-RELATION is a problem, we can REROUTE that as well. The PARAMETERS are modifiable. And all problems can be RESOLVED for a perfect regeneration.

My SEARCH-PATH will always be looking for you....

Your Ex neighbouring part...



Comments

Anitha said…
ProE Designers would enjoy it...
c0d3r said…
Hillarious and yet moving :) Good Job :D Love it :p

Popular posts from this blog

Color the Excel row based on a value/status

Very often, we would like to differenciate the rows that are having certain status (or specific values in a specific column) in a different color. We can filter for the status and apply the color manually, but we can also do that dynamically or automatically with a specific tweak to the Conditional Formatting feature in Excel

TreeView Structure in Excel VBA

TreeView is extreamly useful in specific cases but it can be bit tricky sometimes to implement.  Last Few days I was working on a TreeView Structure and thought I will share the knowledge I gained...  This post takes you through the basic operations to create and operate a TreeView. It will be like the Folder tree window of the windows explorer.  Moreover, you can have it dynamically updated based on the data in excel.... Here we go..