Sunday, February 05, 2012
How to convert from SolidEdgePart.ExtrudedProtrusion to SolidEdgePart.BodylFeature ?
Last Post 02 Feb 2010 03:13 AM by JR. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Juraj JoobUser is Offline
New Member
New Member
Posts:26

--
29 Jan 2010 03:19 AM  

I don't know how to convert from SolidEdgePart.ExtrudedProtrusion to SolidEdgePart.BodyFeature ?
Code

SolidEdgePart.BodyFeature F=(SolidEdgePart.BodyFeature)extrudedProtrusionVariable;

raise exception InvalidCastException.

JRUser is Offline
New Member
New Member
Posts:91

--
02 Feb 2010 03:13 AM  
You can save the file or a model as Parasolid and open with Solid Edge template.

objDoc.SaveBody(para_name) 'for a model see options
objDocNew=objApp.Documents.OpenWithTemplate(para_name & ".x_t", templatename)

In the new file you have the BodyFeature.
You are not authorized to post a reply.

Active Forums 4.2
Copyright © 2011 JasonNewell.NET