Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

section view problem?

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
219 Views, 0 Replies

section view problem?

Anonymous
Not applicable
Hi Friends,
I am using the following code to draw section view but in that i can able to draw only one section line and string name to that line.
osectionDrawingView = osheet.DrawingViews.AddSectionView(baseview, oDrawingSketch,
sectionplacementpoint, DrawingViewStyleEnum.kFromBaseDrawingViewStyle,
sectionscale, true, "", false, true, "");

i want second section line and string name to that line and code must be generic.
so please help me.


Thanks and Regards,
Vishal Gade
0 Likes

section view problem?

Hi Friends,
I am using the following code to draw section view but in that i can able to draw only one section line and string name to that line.
osectionDrawingView = osheet.DrawingViews.AddSectionView(baseview, oDrawingSketch,
sectionplacementpoint, DrawingViewStyleEnum.kFromBaseDrawingViewStyle,
sectionscale, true, "", false, true, "");

i want second section line and string name to that line and code must be generic.
so please help me.


Thanks and Regards,
Vishal Gade
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report