NX Open C++ Reference Guide
|
Represents a face
Created in NX3.0.0.
More...
Public Types | |
enum | FaceType { FaceTypeRubber, FaceTypePlanar, FaceTypeCylindrical, FaceTypeConical, FaceTypeSpherical, FaceTypeSurfaceOfRevolution, FaceTypeParametric, FaceTypeBlending, FaceTypeOffset, FaceTypeSwept, FaceTypeUndefined } |
Solid face type. More... | |
Public Member Functions | |
NXOpen::Body * | GetBody () |
Returns the body containing this face. | |
std::vector< NXOpen::Edge * > | GetEdges () |
Returns the edges in the face. | |
NXOpen::Face::FaceType | SolidFaceType () |
Returns the Parasolid type of the face Created in NX3.0.0. |
Represents a face
Created in NX3.0.0.
Solid face type.
FaceTypeRubber |
Rubber face, no surface attached. |
FaceTypePlanar |
Planar face. |
FaceTypeCylindrical |
Cylindrical face. |
FaceTypeConical |
Conical face. |
FaceTypeSpherical |
Spherical face. |
FaceTypeSurfaceOfRevolution |
Face from surface of revolution. |
FaceTypeParametric |
Parametric face. |
FaceTypeBlending |
Blending face. |
FaceTypeOffset |
Offset face. |
FaceTypeSwept |
Swept face. |
FaceTypeUndefined |
Undefined face type. |
Returns the body containing this face.
std::vector<NXOpen::Edge *> NXOpen::Face::GetEdges | ( | ) |
Returns the edges in the face.
Returns the Parasolid type of the face
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")