public static int Main(string[] args)
{
int retValue = 0;
try
{
theProgram = new Program();
//TODO: Add your application code here
Session theSession = Session.GetSession();
Part worPart = theSession.Parts.Work;
&nb
创建圆台并进行边倒圆
最新推荐文章于 2024-05-10 16:04:48 发布
这篇博客展示了如何使用代码在NX Open中创建一个圆台,并对其边缘进行倒圆处理。首先,通过ConeBuilder创建圆台特征,然后利用BodyFeature获取圆台的边界,接着使用ScCollector和SelectionIntentRule选择边,最后通过EdgeBlendBuilder实现边倒圆。

最低0.47元/天 解锁文章
239

被折叠的 条评论
为什么被折叠?



