Get Model Sketches

Get Model Sketches

Anonymous
Not applicable
569 Views
1 Reply
Message 1 of 2

Get Model Sketches

Anonymous
Not applicable
I am looking for a way to show or hide Model Sketches with selected names on all parts in a .idw Drawing View. I take it this cannot be done without writing a custom command.

Can this be done with Inventor 2008 VB customization:

1) "Get Model Sketches" on a Part in a Drawing View?

2) "Include" on a Model Sketch in a Drawing View?
0 Likes
570 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Yes, this can be done via the API in Inventor 2008. The methods to use are
DrawingView.SetVisibility and DrawingView.SetIncludedStatus.

Sanjay-

wrote in message news:5629119@discussion.autodesk.com...
I am looking for a way to show or hide Model Sketches with selected names on
all parts in a .idw Drawing View. I take it this cannot be done without
writing a custom command.

Can this be done with Inventor 2008 VB customization:

1) "Get Model Sketches" on a Part in a Drawing View?

2) "Include" on a Model Sketch in a Drawing View?
0 Likes