Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations The Obturator on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dottore93

    NX8: How to convert Planar, Spherical, Conical etc. to B-surfaces ?

    Thanks to Frank (and all the other contributors). I found a solution that works for me: void processFace(NXOpen::Face* face) { if (!face) return; // face is already of parametric type? not much to do. NXOpen::Face::FaceType type = face->SolidFaceType(); if (type ==...
  2. Dottore93

    NX8: How to convert Planar, Spherical, Conical etc. to B-surfaces ?

    Yes, that's exactly the reason. I picked up Franks proposal and tried the following: bool processPart(NXOpen::Part* part) { // create a ExtractFaceBuilder instance... NXOpen::Features::Feature* nullFeatures_Feature(NULL); NXOpen::Features::FeatureCollection* features =...
  3. Dottore93

    NX8: How to convert Planar, Spherical, Conical etc. to B-surfaces ?

    Hi @all, Being quite a novice in UG/NX programming, I need to program an external application that reads in a .PRT file, traverses through the entities, converts all Faces to (trimmed) B-surfaces (Nurbs) and passes these to another format. Part of the code is a routine processFace as follows...

Part and Inventory Search