NX Open C++ Reference Guide
|
Represents a CMM Inspection Parpln Feature Builder. More...
Public Member Functions | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysReferenceType () |
Returns the coordinate system reference type Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationExtenttypes | ExtentType () |
Returns the extent type of the slot/tab (bounded or unbounded) Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationInneroutertypes | InnerOuterType () |
Returns the inspection feature inner outer type (slot/tab) Created in NX7.0.0. | |
NXString | Name () |
Returns the name of the parpln feature Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectedSide1 () |
Returns the first selected side of the parpln slot/tab Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectedSide2 () |
Returns the second selected side of the parpln slot/tab 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 of the slot/tab (bounded or unbounded) Created in NX7.0.0. | |
void | SetInnerOuterType (NXOpen::CAM::CamInspectionOperationInneroutertypes innerOuterType) |
Sets the inspection feature inner outer type (slot/tab) Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the name of the parpln feature Created in NX7.0.0. | |
void | SetSide1NormalVectorI (double side1NormalVectorI) |
Sets the I component of the normal vector of the plane on the first side of the parpln Created in NX7.0.0. | |
void | SetSide1NormalVectorJ (double side1NormalVectorJ) |
Sets the J component of the normal vector of the plane on the first side of the parpln Created in NX7.0.0. | |
void | SetSide1NormalVectorK (double side1NormalVectorK) |
Sets the K component of the normal vector of the plane on the first side of the parpln Created in NX7.0.0. | |
void | SetSide1PointX (double side1PointX) |
Sets the X coordinate of the center of the plane on the first side of the parpln Created in NX7.0.0. | |
void | SetSide1PointY (double side1PointY) |
Sets the Y coordinate of the center of the plane on the first side of the parpln Created in NX7.0.0. | |
void | SetSide1PointZ (double side1PointZ) |
Sets the Z coordinate of the center of the plane on the first side of the parpln Created in NX7.0.0. | |
void | SetSide2NormalVectorI (double side2NormalVectorI) |
Sets the I component of the normal vector of the plane on the second side of the parpln Created in NX7.0.0. | |
void | SetSide2NormalVectorJ (double side2NormalVectorJ) |
Sets the J component of the normal vector of the plane on the second side of the parpln Created in NX7.0.0. | |
void | SetSide2NormalVectorK (double side2NormalVectorK) |
Sets the K component of the normal vector of the plane on the second side of the parpln Created in NX7.0.0. | |
void | SetSide2PointX (double side2PointX) |
Sets the X coordinate of the center of the plane on the second side of the parpln Created in NX7.0.0. | |
void | SetSide2PointY (double side2PointY) |
Sets the Y coordinate of the center of the plane on the second side of the parpln Created in NX7.0.0. | |
void | SetSide2PointZ (double side2PointZ) |
Sets the Z coordinate of the center of the plane on the second side of the parpln Created in NX7.0.0. | |
void | SetWidth (double width) |
Sets the width of the parpln slot/tab Created in NX7.0.0. | |
double | Side1NormalVectorI () |
Returns the I component of the normal vector of the plane on the first side of the parpln Created in NX7.0.0. | |
double | Side1NormalVectorJ () |
Returns the J component of the normal vector of the plane on the first side of the parpln Created in NX7.0.0. | |
double | Side1NormalVectorK () |
Returns the K component of the normal vector of the plane on the first side of the parpln Created in NX7.0.0. | |
double | Side1PointX () |
Returns the X coordinate of the center of the plane on the first side of the parpln Created in NX7.0.0. | |
double | Side1PointY () |
Returns the Y coordinate of the center of the plane on the first side of the parpln Created in NX7.0.0. | |
double | Side1PointZ () |
Returns the Z coordinate of the center of the plane on the first side of the parpln Created in NX7.0.0. | |
double | Side2NormalVectorI () |
Returns the I component of the normal vector of the plane on the second side of the parpln Created in NX7.0.0. | |
double | Side2NormalVectorJ () |
Returns the J component of the normal vector of the plane on the second side of the parpln Created in NX7.0.0. | |
double | Side2NormalVectorK () |
Returns the K component of the normal vector of the plane on the second side of the parpln Created in NX7.0.0. | |
double | Side2PointX () |
Returns the X coordinate of the center of the plane on the second side of the parpln Created in NX7.0.0. | |
double | Side2PointY () |
Returns the Y coordinate of the center of the plane on the second side of the parpln Created in NX7.0.0. | |
double | Side2PointZ () |
Returns the Z coordinate of the center of the plane on the second side of the parpln Created in NX7.0.0. | |
void | UpdateParams () |
Updates parpln inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. | |
double | Width () |
Returns the width of the parpln slot/tab Created in NX7.0.0. |
Represents a CMM Inspection Parpln Feature Builder.
A Parpln is an unbounded slot or tab defined by two parallel planes.
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionParplnFeatureBuilder
Created in NX7.0.0.
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionParplnFeatureBuilder::CsysReferenceType | ( | ) |
Returns the coordinate system reference type
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationExtenttypes NXOpen::CAM::InspectionParplnFeatureBuilder::ExtentType | ( | ) |
Returns the extent type of the slot/tab (bounded or unbounded)
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationInneroutertypes NXOpen::CAM::InspectionParplnFeatureBuilder::InnerOuterType | ( | ) |
Returns the inspection feature inner outer type (slot/tab)
Created in NX7.0.0.
License requirements : None
Returns the name of the parpln feature
Created in NX7.0.0.
License requirements : None
Returns the first selected side of the parpln slot/tab
Created in NX7.0.0.
License requirements : None
Returns the second selected side of the parpln slot/tab
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionParplnFeatureBuilder::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::InspectionParplnFeatureBuilder::SetExtentType | ( | NXOpen::CAM::CamInspectionOperationExtenttypes | extentType | ) |
Sets the extent type of the slot/tab (bounded or unbounded)
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
extentType | extenttype |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetInnerOuterType | ( | NXOpen::CAM::CamInspectionOperationInneroutertypes | innerOuterType | ) |
Sets the inspection feature inner outer type (slot/tab)
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
innerOuterType | inneroutertype |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the name of the parpln feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide1NormalVectorI | ( | double | side1NormalVectorI | ) |
Sets the I component of the normal vector of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side1NormalVectorI | side1normalvectori |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide1NormalVectorJ | ( | double | side1NormalVectorJ | ) |
Sets the J component of the normal vector of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side1NormalVectorJ | side1normalvectorj |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide1NormalVectorK | ( | double | side1NormalVectorK | ) |
Sets the K component of the normal vector of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side1NormalVectorK | side1normalvectork |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide1PointX | ( | double | side1PointX | ) |
Sets the X coordinate of the center of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side1PointX | side1pointx |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide1PointY | ( | double | side1PointY | ) |
Sets the Y coordinate of the center of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side1PointY | side1pointy |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide1PointZ | ( | double | side1PointZ | ) |
Sets the Z coordinate of the center of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side1PointZ | side1pointz |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide2NormalVectorI | ( | double | side2NormalVectorI | ) |
Sets the I component of the normal vector of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side2NormalVectorI | side2normalvectori |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide2NormalVectorJ | ( | double | side2NormalVectorJ | ) |
Sets the J component of the normal vector of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side2NormalVectorJ | side2normalvectorj |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide2NormalVectorK | ( | double | side2NormalVectorK | ) |
Sets the K component of the normal vector of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side2NormalVectorK | side2normalvectork |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide2PointX | ( | double | side2PointX | ) |
Sets the X coordinate of the center of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side2PointX | side2pointx |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide2PointY | ( | double | side2PointY | ) |
Sets the Y coordinate of the center of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side2PointY | side2pointy |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetSide2PointZ | ( | double | side2PointZ | ) |
Sets the Z coordinate of the center of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
side2PointZ | side2pointz |
void NXOpen::CAM::InspectionParplnFeatureBuilder::SetWidth | ( | double | width | ) |
Sets the width of the parpln slot/tab
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
width | width |
Returns the I component of the normal vector of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the J component of the normal vector of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the K component of the normal vector of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the X coordinate of the center of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the Y coordinate of the center of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the Z coordinate of the center of the plane on the first side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the I component of the normal vector of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the J component of the normal vector of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the K component of the normal vector of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the X coordinate of the center of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the Y coordinate of the center of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : None
Returns the Z coordinate of the center of the plane on the second side of the parpln
Created in NX7.0.0.
License requirements : None
Updates parpln inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
Returns the width of the parpln slot/tab
Created in NX7.0.0.
License requirements : None