自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 C# NX创建球体

public static int Main(string[] args) { int retValue = 0; try { theProgram = new Program(); //TODO: Add your application code here N...

2017-02-19 15:43:45 929

原创 C# NX创建方

public static int Main(string[] args) { int retValue = 0; try { theProgram = new Program(); //TODO: Add your application code here NX...

2017-02-19 15:12:28 1080 3

原创 C# NX二次开发_创建圆柱体并进行编辑

NXOpen.Part workPart = theSession.Parts.Work; NXOpen.NXObject nXObject1 = null; do { NXOpen.Features.CylinderBuilder cylinderBuilder1 = workPart...

2017-02-12 18:48:33 4992

原创 C# NX创建圆

public static int Main(string[] args) { int retValue = 0; try { theProgram = new Program(); //TODO: Add your application code here N...

2017-02-09 00:49:32 711

原创 C# NX创建点

public static int Main(string[] args) { int retValue = 0; try { theProgram = new Program(); //TODO: Add your application code here ...

2017-02-08 23:59:56 1577

原创 C# NX 通过两点创建直线及更改线的颜色

public static int Main(string[] args) { int retValue = 0; try { theProgram = new Program(); //TODO: Add your application code here N...

2017-02-08 23:27:45 1196

转载 数组操作简单写法

// var bodyList = workPart.Bodies.ToArray().ToList().ConvertAll(body => body.Tag).ToArray();//等价于 Part workPart = theSession.Parts.Work;//获取当前工作部件 var bodyList= workPar...

2017-02-08 23:23:33 715

原创 C# NX二次开发_代码实现圆弧_1

public static int Main(string[] args)    {        int retValue = 0;        try        {            theProgram = new Program();            //TODO: Add your application code here             NXOp...

2017-02-07 23:10:59 1570

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除