NX Open C++ Reference Guide
|
Represents a CMM Inspection Point Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionPointFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysReferenceType () |
Returns the coordinate system reference type Created in NX7.0.0. | |
void | FlipNormal () |
Flips the point inspection feature normal vector Created in NX7.0.0. | |
NXString | Name () |
Returns the name of the inspection point feature Created in NX7.0.0. | |
double | NormalVectorI () |
Returns the normal vector I component Created in NX7.0.0. | |
double | NormalVectorJ () |
Returns the normal vector J component Created in NX7.0.0. | |
double | NormalVectorK () |
Returns the normal vector K component Created in NX7.0.0. | |
double | PointX () |
Returns the point X coordinate Created in NX7.0.0. | |
double | PointY () |
Returns the point Y coordinate Created in NX7.0.0. | |
double | PointZ () |
Returns the point Z coordinate Created in NX7.0.0. | |
bool | ReverseDirection () |
Returns the reverse normal vector direction button Created in NX7.0.0. | |
NXOpen::Point * | SelectPoint () |
Returns the selected point Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectProjectionFaces () |
Returns the selected projection faces Created in NX7.0.0. | |
void | SetCsysReferenceType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysReferenceType) |
Sets the coordinate system reference type Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the name of the inspection point feature Created in NX7.0.0. | |
void | SetNormalVectorI (double normalVectorI) |
Sets the normal vector I component Created in NX7.0.0. | |
void | SetNormalVectorJ (double normalVectorJ) |
Sets the normal vector J component Created in NX7.0.0. | |
void | SetNormalVectorK (double normalVectorK) |
Sets the normal vector K component Created in NX7.0.0. | |
void | SetPointX (double pointX) |
Sets the point X coordinate Created in NX7.0.0. | |
void | SetPointY (double pointY) |
Sets the point Y coordinate Created in NX7.0.0. | |
void | SetPointZ (double pointZ) |
Sets the point Z coordinate Created in NX7.0.0. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the reverse normal vector direction button Created in NX7.0.0. | |
void | SetSelectPoint (NXOpen::Point *selectPoint) |
Sets the selected point Created in NX7.0.0. | |
void | UpdateParams () |
Updates point inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. |
Represents a CMM Inspection Point Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionPointFeatureBuilder
Created in NX7.0.0.
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionPointFeatureBuilder::CsysReferenceType | ( | ) |
Returns the coordinate system reference type
Created in NX7.0.0.
License requirements : None
Flips the point inspection feature normal vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
Returns the name of the inspection point feature
Created in NX7.0.0.
License requirements : None
Returns the normal vector I component
Created in NX7.0.0.
License requirements : None
Returns the normal vector J component
Created in NX7.0.0.
License requirements : None
Returns the normal vector K component
Created in NX7.0.0.
License requirements : None
Returns the point X coordinate
Created in NX7.0.0.
License requirements : None
Returns the point Y coordinate
Created in NX7.0.0.
License requirements : None
Returns the point Z coordinate
Created in NX7.0.0.
License requirements : None
Returns the reverse normal vector direction button
Created in NX7.0.0.
License requirements : None
Returns the selected point
Created in NX7.0.0.
License requirements : None
Returns the selected projection faces
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionPointFeatureBuilder::SetCsysReferenceType | ( | NXOpen::CAM::CamInspectionOperationCsysreferencetypes | csysReferenceType | ) |
Sets the coordinate system reference type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
csysReferenceType | csysreferencetype |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the name of the inspection point feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetNormalVectorI | ( | double | normalVectorI | ) |
Sets the normal vector I component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
normalVectorI | normalvectori |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetNormalVectorJ | ( | double | normalVectorJ | ) |
Sets the normal vector J component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
normalVectorJ | normalvectorj |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetNormalVectorK | ( | double | normalVectorK | ) |
Sets the normal vector K component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
normalVectorK | normalvectork |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetPointX | ( | double | pointX | ) |
Sets the point X coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointX | pointx |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetPointY | ( | double | pointY | ) |
Sets the point Y coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointY | pointy |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetPointZ | ( | double | pointZ | ) |
Sets the point Z coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pointZ | pointz |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the reverse normal vector direction button
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
reverseDirection | reversedirection |
void NXOpen::CAM::InspectionPointFeatureBuilder::SetSelectPoint | ( | NXOpen::Point * | selectPoint | ) |
Sets the selected point
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
selectPoint | selectpoint |
Updates point inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")