NX Open C++ Reference Guide
|
Represents a CMM inspection sphere feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionSphereFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
double | CenterPointX () |
Returns the sphere center point X coordinate Created in NX7.0.0. | |
double | CenterPointY () |
Returns the sphere center point Y coordinate Created in NX7.0.0. | |
double | CenterPointZ () |
Returns the sphere center point Z coordinate Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysRefType () |
Returns the csys ref type Created in NX7.0.0. | |
double | Diameter () |
Returns the sphere diameter Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationInneroutertypes | InnerOuterType () |
Returns the inner outer type (spherical hole or spherical boss) Created in NX7.0.0. | |
NXString | Name () |
Returns the sphere inspection feature name Created in NX7.0.0. | |
NXOpen::SelectNXObject * | SelectSphere () |
Returns the selected sphere Created in NX7.0.0. | |
void | SetCenterPointX (double centerPointX) |
Sets the sphere center point X coordinate Created in NX7.0.0. | |
void | SetCenterPointY (double centerPointY) |
Sets the sphere center point Y coordinate Created in NX7.0.0. | |
void | SetCenterPointZ (double centerPointZ) |
Sets the sphere center point Z coordinate Created in NX7.0.0. | |
void | SetCsysRefType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysRefType) |
Sets the csys ref type Created in NX7.0.0. | |
void | SetDiameter (double diameter) |
Sets the sphere diameter Created in NX7.0.0. | |
void | SetInnerOuterType (NXOpen::CAM::CamInspectionOperationInneroutertypes innerOuterType) |
Sets the inner outer type (spherical hole or spherical boss) Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the sphere inspection feature name Created in NX7.0.0. | |
void | UpdateParams () |
Updates sphere inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. |
Represents a CMM inspection sphere feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionSphereFeatureBuilder
Created in NX7.0.0.
Returns the sphere center point X coordinate
Created in NX7.0.0.
License requirements : None
Returns the sphere center point Y coordinate
Created in NX7.0.0.
License requirements : None
Returns the sphere center point Z coordinate
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionSphereFeatureBuilder::CsysRefType | ( | ) |
Returns the csys ref type
Created in NX7.0.0.
License requirements : None
Returns the sphere diameter
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationInneroutertypes NXOpen::CAM::InspectionSphereFeatureBuilder::InnerOuterType | ( | ) |
Returns the inner outer type (spherical hole or spherical boss)
Created in NX7.0.0.
License requirements : None
Returns the sphere inspection feature name
Created in NX7.0.0.
License requirements : None
Returns the selected sphere
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetCenterPointX | ( | double | centerPointX | ) |
Sets the sphere center point X coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
centerPointX | centerpointx |
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetCenterPointY | ( | double | centerPointY | ) |
Sets the sphere center point Y coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
centerPointY | centerpointy |
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetCenterPointZ | ( | double | centerPointZ | ) |
Sets the sphere center point Z coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
centerPointZ | centerpointz |
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetCsysRefType | ( | NXOpen::CAM::CamInspectionOperationCsysreferencetypes | csysRefType | ) |
Sets the csys ref type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
csysRefType | csysreftype |
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetDiameter | ( | double | diameter | ) |
Sets the sphere diameter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
diameter | diameter |
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetInnerOuterType | ( | NXOpen::CAM::CamInspectionOperationInneroutertypes | innerOuterType | ) |
Sets the inner outer type (spherical hole or spherical boss)
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
innerOuterType | inneroutertype |
void NXOpen::CAM::InspectionSphereFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the sphere inspection feature name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
Updates sphere inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")