NX9+VS2012

     #include <NXOpen/NXObject.hxx>
#include <NXOpen/Part.hxx>
#include <NXOpen/PartCollection.hxx>
#include <NXOpen/Point.hxx>
#include <NXOpen/PointCollection.hxx> NXOpen::Session *theSession = NXOpen::Session::GetSession();
NXOpen::Part *workPart(theSession->Parts()->Work());
NXOpen::Part *displayPart(theSession->Parts()->Display()); NXOpen::Point3d Point1XYZ(,,);
NXOpen::Point *Point1 = workPart->Points()->CreatePoint(Point1XYZ); NXOpen::Point3d Point2XYZ(,,);
NXOpen::Point *Point2 = workPart->Points()->CreatePoint(Point2XYZ);

2020年5月30日

补充

NX二次开发-NXOpen中Point3d类型转换成point类型-LMLPHP

NX二次开发-NXOpen中Point3d类型转换成point类型-LMLPHP

NX二次开发-NXOpen中Point3d类型转换成point类型-LMLPHP

05-11 16:56