Named geometry loses reference after suppression
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
I’m having an issue in my iLogic code, and I cannot figure out what I’m doing wrong. The issue is this:
I have a sheet metal lofted flange, which I’ve derived from a part with multiple solids, and all the geometry is defined within that multi-solid part, in order to reference components to one another.
I have some features which I sometimes need active, and sometimes need suppressed. When active, I need to constrain some components to the geometry (insert constraints), so I have assigned names to the edges in question.
My issue is that when I suppress the features (using Feature.IsActive() inside the multi-solid part), and subsequently unsuppress them, then the named geometry stays suppressed or “greyed out”, in the “Geometry”-pane of the iLogic window inside the part in question. They seem to “forget” what geometry they belong to.
I should mention that I have a similar assembly where I’m doing the same thing, but where it works like a charm.
I’m hoping that someone knows of any potential problems that could cause this issue…