NX Open C++ Reference Guide
|
Represents a CMM Inspection Circle Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionCircleFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
double | CenterPointX () |
Returns the circle center point X coordinate Created in NX7.0.0. | |
double | CenterPointY () |
Returns the circle center point Y coordinate Created in NX7.0.0. | |
double | CenterPointZ () |
Returns the circle center point Z coordinate Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysRefType () |
Returns the coordinate system reference type Created in NX7.0.0. | |
double | Diameter () |
Returns the circle diameter Created in NX7.0.0. | |
void | FlipNormal () |
Flips the circle inspection feature normal vector Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationInneroutertypes | InnerOuterType () |
Returns the inspection feature inner/outer type (hole/pin) Created in NX7.0.0. | |
NXString | Name () |
Returns the circle inspection feature name 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. | |
bool | ReverseDirection () |
Returns the reverse direction button used to flip the normal vector of the circle Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectedCircle () |
Returns the selected circle Created in NX7.0.0. | |
NXOpen::SelectNXObject * | SelectProjectionFaces () |
Returns the button used to select faces to project the circle to Created in NX7.0.0. | |
void | SetCenterPointX (double centerPointX) |
Sets the circle center point X coordinate Created in NX7.0.0. | |
void | SetCenterPointY (double centerPointY) |
Sets the circle center point Y coordinate Created in NX7.0.0. | |
void | SetCenterPointZ (double centerPointZ) |
Sets the circle center point Z coordinate Created in NX7.0.0. | |
void | SetCsysRefType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysRefType) |
Sets the coordinate system reference type Created in NX7.0.0. | |
void | SetDiameter (double diameter) |
Sets the circle diameter Created in NX7.0.0. | |
void | SetInnerOuterType (NXOpen::CAM::CamInspectionOperationInneroutertypes innerOuterType) |
Sets the inspection feature inner/outer type (hole/pin) Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the circle inspection feature name 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 | SetReverseDirection (bool reverseDirection) |
Sets the reverse direction button used to flip the normal vector of the circle Created in NX7.0.0. | |
void | UpdateParams () |
Updates circle inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. |
Represents a CMM Inspection Circle Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionCircleFeatureBuilder
Created in NX7.0.0.
Returns the circle center point X coordinate
Created in NX7.0.0.
License requirements : None
Returns the circle center point Y coordinate
Created in NX7.0.0.
License requirements : None
Returns the circle center point Z coordinate
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionCircleFeatureBuilder::CsysRefType | ( | ) |
Returns the coordinate system reference type
Created in NX7.0.0.
License requirements : None
Returns the circle diameter
Created in NX7.0.0.
License requirements : None
Flips the circle inspection feature normal vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
NXOpen::CAM::CamInspectionOperationInneroutertypes NXOpen::CAM::InspectionCircleFeatureBuilder::InnerOuterType | ( | ) |
Returns the inspection feature inner/outer type (hole/pin)
Created in NX7.0.0.
License requirements : None
Returns the circle inspection feature name
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 reverse direction button used to flip the normal vector of the circle
Created in NX7.0.0.
License requirements : None
Returns the selected circle
Created in NX7.0.0.
License requirements : None
Returns the button used to select faces to project the circle to
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetCenterPointX | ( | double | centerPointX | ) |
Sets the circle center point X coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
centerPointX | centerpointx |
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetCenterPointY | ( | double | centerPointY | ) |
Sets the circle center point Y coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
centerPointY | centerpointy |
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetCenterPointZ | ( | double | centerPointZ | ) |
Sets the circle center point Z coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
centerPointZ | centerpointz |
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetCsysRefType | ( | NXOpen::CAM::CamInspectionOperationCsysreferencetypes | csysRefType | ) |
Sets the coordinate system reference type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
csysRefType | csysreftype |
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetDiameter | ( | double | diameter | ) |
Sets the circle diameter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
diameter | diameter |
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetInnerOuterType | ( | NXOpen::CAM::CamInspectionOperationInneroutertypes | innerOuterType | ) |
Sets the inspection feature inner/outer type (hole/pin)
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
innerOuterType | inneroutertype |
void NXOpen::CAM::InspectionCircleFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the circle inspection feature name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionCircleFeatureBuilder::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::InspectionCircleFeatureBuilder::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::InspectionCircleFeatureBuilder::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::InspectionCircleFeatureBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the reverse direction button used to flip the normal vector of the circle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
reverseDirection | reversedirection |
Updates circle inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")