NX Open C++ Reference Guide
|
Represents a CMM Inspection Cone Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionConeFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
double | AxisDirectionI () |
Returns the axis direction vector I component Created in NX7.0.0. | |
double | AxisDirectionJ () |
Returns the axis direction vector J component Created in NX7.0.0. | |
double | AxisDirectionK () |
Returns the axis direction vector K component Created in NX7.0.0. | |
NXOpen::Direction * | AxisVector () |
Returns the cones axis vector Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysReferenceType () |
Returns the coordinate system reference type Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationExtenttypes | ExtentType () |
Returns the extent type Created in NX7.0.0. | |
double | IncludedAngle () |
Returns the included angle of the cone 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 name Created in NX7.0.0. | |
NXOpen::SelectNXObject * | SelectedCone () |
Returns the selected cone Created in NX7.0.0. | |
void | SetAxisDirectionI (double axisDirectionI) |
Sets the axis direction vector I component Created in NX7.0.0. | |
void | SetAxisDirectionJ (double axisDirectionJ) |
Sets the axis direction vector J component Created in NX7.0.0. | |
void | SetAxisDirectionK (double axisDirectionK) |
Sets the axis direction vector K component Created in NX7.0.0. | |
void | SetAxisVector (NXOpen::Direction *axisVector) |
Sets the cones axis vector Created in NX7.0.0. | |
void | SetCsysReferenceType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysReferenceType) |
Sets the coordinate system reference type Created in NX7.0.0. | |
void | SetExtentType (NXOpen::CAM::CamInspectionOperationExtenttypes extentType) |
Sets the extent type Created in NX7.0.0. | |
void | SetIncludedAngle (double includedAngle) |
Sets the included angle of the cone 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 name Created in NX7.0.0. | |
void | SetVertexPointX (double vertexPointX) |
Sets the vertex point X coordinate Created in NX7.0.0. | |
void | SetVertexPointY (double vertexPointY) |
Sets the vertex point Y coordinate Created in NX7.0.0. | |
void | SetVertexPointZ (double vertexPointZ) |
Sets the vertex point Z coordinate Created in NX7.0.0. | |
void | UpdateParams () |
Updates cone inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. | |
double | VertexPointX () |
Returns the vertex point X coordinate Created in NX7.0.0. | |
double | VertexPointY () |
Returns the vertex point Y coordinate Created in NX7.0.0. | |
double | VertexPointZ () |
Returns the vertex point Z coordinate Created in NX7.0.0. |
Represents a CMM Inspection Cone Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionConeFeatureBuilder
Created in NX7.0.0.
Returns the axis direction vector I component
Created in NX7.0.0.
License requirements : None
Returns the axis direction vector J component
Created in NX7.0.0.
License requirements : None
Returns the axis direction vector K component
Created in NX7.0.0.
License requirements : None
Returns the cones axis vector
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionConeFeatureBuilder::CsysReferenceType | ( | ) |
Returns the coordinate system reference type
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationExtenttypes NXOpen::CAM::InspectionConeFeatureBuilder::ExtentType | ( | ) |
Returns the extent type
Created in NX7.0.0.
License requirements : None
Returns the included angle of the cone
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationInneroutertypes NXOpen::CAM::InspectionConeFeatureBuilder::InnerOuterType | ( | ) |
Returns the inspection feature inner/outer type (hole/pin)
Created in NX7.0.0.
License requirements : None
Returns the name
Created in NX7.0.0.
License requirements : None
Returns the selected cone
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionConeFeatureBuilder::SetAxisDirectionI | ( | double | axisDirectionI | ) |
Sets the axis direction vector I component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
axisDirectionI | axisdirectioni |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetAxisDirectionJ | ( | double | axisDirectionJ | ) |
Sets the axis direction vector J component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
axisDirectionJ | axisdirectionj |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetAxisDirectionK | ( | double | axisDirectionK | ) |
Sets the axis direction vector K component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
axisDirectionK | axisdirectionk |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetAxisVector | ( | NXOpen::Direction * | axisVector | ) |
Sets the cones axis vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
axisVector | axisvector |
void NXOpen::CAM::InspectionConeFeatureBuilder::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::InspectionConeFeatureBuilder::SetExtentType | ( | NXOpen::CAM::CamInspectionOperationExtenttypes | extentType | ) |
Sets the extent type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
extentType | extenttype |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetIncludedAngle | ( | double | includedAngle | ) |
Sets the included angle of the cone
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
includedAngle | includedangle |
void NXOpen::CAM::InspectionConeFeatureBuilder::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::InspectionConeFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetVertexPointX | ( | double | vertexPointX | ) |
Sets the vertex point X coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
vertexPointX | vertexpointx |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetVertexPointY | ( | double | vertexPointY | ) |
Sets the vertex point Y coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
vertexPointY | vertexpointy |
void NXOpen::CAM::InspectionConeFeatureBuilder::SetVertexPointZ | ( | double | vertexPointZ | ) |
Sets the vertex point Z coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
vertexPointZ | vertexpointz |
Updates cone inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
Returns the vertex point X coordinate
Created in NX7.0.0.
License requirements : None
Returns the vertex point Y coordinate
Created in NX7.0.0.
License requirements : None
Returns the vertex point Z coordinate
Created in NX7.0.0.
License requirements : None