NX Open C++ Reference Guide
|
Represents a CMM Inspection Plane Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionPlaneFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
double | BasePointX () |
Returns the base point or plane center X coordinate Created in NX7.0.0. | |
double | BasePointY () |
Returns the base point or plane center Y coordinate Created in NX7.0.0. | |
double | BasePointZ () |
Returns the base point or plane center Z coordinate Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysReferenceType () |
Returns the csys reference type Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationExtenttypes | ExtentType () |
Returns the extent type Created in NX7.0.0. | |
void | FlipNormal () |
Flips the plane inspection feature normal vector Created in NX7.0.0. | |
NXString | Name () |
Returns the plane inspection feature name Created in NX7.0.0. | |
NXOpen::Direction * | NormalVector () |
Returns the normal vector 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 | ReverseFaceNormal () |
Returns the reverse face normal flag Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectedPlane () |
Returns the selected plane Created in NX7.0.0. | |
void | SetBasePointX (double basePointX) |
Sets the base point or plane center X coordinate Created in NX7.0.0. | |
void | SetBasePointY (double basePointY) |
Sets the base point or plane center Y coordinate Created in NX7.0.0. | |
void | SetBasePointZ (double basePointZ) |
Sets the base point or plane center Z coordinate Created in NX7.0.0. | |
void | SetCsysReferenceType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysReferenceType) |
Sets the csys reference type Created in NX7.0.0. | |
void | SetExtentType (NXOpen::CAM::CamInspectionOperationExtenttypes extentType) |
Sets the extent type Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the plane inspection feature name Created in NX7.0.0. | |
void | SetNormalVector (NXOpen::Direction *normalVector) |
Sets the normal vector 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 | SetReverseFaceNormal (bool reverseFaceNormal) |
Sets the reverse face normal flag Created in NX7.0.0. | |
void | UpdateNormalVector (const NXOpen::Vector3d &vector) |
Updates plane inspection feature normal vector based on selected vector Created in NX7.0.0. | |
void | UpdateParams () |
Updates plane inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. |
Represents a CMM Inspection Plane Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionPlaneFeatureBuilder
Created in NX7.0.0.
Returns the base point or plane center X coordinate
Created in NX7.0.0.
License requirements : None
Returns the base point or plane center Y coordinate
Created in NX7.0.0.
License requirements : None
Returns the base point or plane center Z coordinate
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionPlaneFeatureBuilder::CsysReferenceType | ( | ) |
Returns the csys reference type
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationExtenttypes NXOpen::CAM::InspectionPlaneFeatureBuilder::ExtentType | ( | ) |
Returns the extent type
Created in NX7.0.0.
License requirements : None
Flips the plane inspection feature normal vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
Returns the plane inspection feature name
Created in NX7.0.0.
License requirements : None
Returns the normal vector
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 face normal flag
Created in NX7.0.0.
License requirements : None
Returns the selected plane
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionPlaneFeatureBuilder::SetBasePointX | ( | double | basePointX | ) |
Sets the base point or plane center X coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
basePointX | basepointx |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::SetBasePointY | ( | double | basePointY | ) |
Sets the base point or plane center Y coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
basePointY | basepointy |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::SetBasePointZ | ( | double | basePointZ | ) |
Sets the base point or plane center Z coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
basePointZ | basepointz |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::SetCsysReferenceType | ( | NXOpen::CAM::CamInspectionOperationCsysreferencetypes | csysReferenceType | ) |
Sets the csys reference type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
csysReferenceType | csysreferencetype |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::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::InspectionPlaneFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the plane inspection feature name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::SetNormalVector | ( | NXOpen::Direction * | normalVector | ) |
Sets the normal vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
normalVector | normalvector |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::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::InspectionPlaneFeatureBuilder::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::InspectionPlaneFeatureBuilder::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::InspectionPlaneFeatureBuilder::SetReverseFaceNormal | ( | bool | reverseFaceNormal | ) |
Sets the reverse face normal flag
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
reverseFaceNormal | reversefacenormal |
void NXOpen::CAM::InspectionPlaneFeatureBuilder::UpdateNormalVector | ( | const NXOpen::Vector3d & | vector | ) |
Updates plane inspection feature normal vector based on selected vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
vector | New normal |
Updates plane inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")