You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the GenerationTaskScope Enum, you can effectively create a bitmask to target what kind of component(s) the Generation Task or Generation Condition can be applied to:
Parts only
Assemblies only
Drawings only
Parts or Assemblies
Parts or Drawings
Assembly or Drawings
All (Parts, Assemblies or Drawings)
We could create an example showing some of these scenarios.
The text was updated successfully, but these errors were encountered:
Using the
GenerationTaskScope
Enum, you can effectively create a bitmask to target what kind of component(s) the Generation Task or Generation Condition can be applied to:We could create an example showing some of these scenarios.
The text was updated successfully, but these errors were encountered: