Antoine Delarche
Aerospace
- Nov 25, 2016
- 1
hello,
I'm struggling on 3Dexperience to hide/show parts from an assembly with a rule depending of a parameter.
On CV5 it was possible to activate/deactivate parts within an assembly. Not possible anymore on 3DX. So I'm lookin for show/hide possiblity.
I'm trying it with Engineering Rules Capture
Parameter is called 'Display' and has three choices: "Option 1","Option 2",Option 3"
Assembly has several parts A,B,C, each have features 1,2,3.
I want to get a code such as:
If Display = Option1
A.Display=true
B.Display =false
else if Display=Option 2
A.Display =false
B.Display =false
end if
I'm struggling on 3Dexperience to hide/show parts from an assembly with a rule depending of a parameter.
On CV5 it was possible to activate/deactivate parts within an assembly. Not possible anymore on 3DX. So I'm lookin for show/hide possiblity.
I'm trying it with Engineering Rules Capture
Parameter is called 'Display' and has three choices: "Option 1","Option 2",Option 3"
Assembly has several parts A,B,C, each have features 1,2,3.
I want to get a code such as:
If Display = Option1
A.Display=true
B.Display =false
else if Display=Option 2
A.Display =false
B.Display =false
end if