|
NX Open C++ Reference Guide
|
Represents the Probe Inspect Bore Boss Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeInspectBorebossMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
| enum | Angle { AnglePredefined, AngleCustom } |
| the angle type More... | |
| enum | Cycle { CycleBore, CycleBoss } |
| the cycle type More... | |
| enum | Depth { DepthMidpoint, DepthSpecify } |
| the depth type More... | |
| enum | Geometry { GeometryCylinder, GeometryPoint } |
| the geometry type More... | |
Public Types inherited from NXOpen::CAM::MoveBuilder | |
| enum | Feed { FeedMotion, FeedCustom } |
| the feed Type More... | |
| enum | Motion { MotionRapid = 1, MotionEngage, MotionCut, MotionStepover, MotionRetract, MotionApproach, MotionTraversal, MotionDeparture, MotionReturn, MotionFirstCut } |
| the motion Type More... | |
Public Member Functions | |
| double | Angle1 () |
| Returns the 1st custom angle to probe at Created in NX5.0.0. | |
| double | Angle2 () |
| Returns the 2nd custom angle to probe at Created in NX5.0.0. | |
| double | Angle3 () |
| Returns the 3rd custom angle to probe at Created in NX5.0.0. | |
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle | AngleType () |
| Returns the angle type Created in NX5.0.0. | |
| NXOpen::NXObject * | ArcVector () |
| Returns the arc vector defining the cylinder to inspect Created in NX5.0.0. | |
| double | BossDimension () |
| Returns the radial clearance from nominal target surface Created in NX5.0.0. | |
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Cycle | CycleType () |
| Returns the cycle type Created in NX5.0.0. | |
| NXOpen::NXObject * | Cylinder () |
| Returns the cylinder to inspect Created in NX5.0.0. | |
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Depth | DepthType () |
| Returns the depth type Created in NX5.0.0. | |
| double | Diameter () |
| Returns the diameter defining the cylinder to probe Created in NX5.0.0. | |
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Geometry | GeometryType () |
| Returns the geometry type Created in NX5.0.0. | |
| double | MeasurementDepth () |
| Returns the probing depth Created in NX5.0.0. | |
| NXOpen::Point * | Point () |
| Returns the point defining the cylinder to inspect Created in NX5.0.0. | |
| NXOpen::CAM::ProbeControlParametersBuilder * | ProbeControlParameters () |
| Returns the probe control parameters builder Created in NX5.0.0. | |
| NXOpen::CAM::ProbeProtectedParametersBuilder * | ProbeProtectedParameters () |
| Returns the probe protected parameters builder Created in NX5.0.0. | |
| NXOpen::CAM::ProbeStockParametersBuilder * | ProbeStockParameters () |
| Returns the probe stock parameters builder Created in NX5.0.0. | |
| NXOpen::CAM::ProbeToleranceParametersBuilder * | ProbeToleranceParameters () |
| Returns the probe tolerance parameters builder Created in NX5.0.0. | |
| void | SetAngle1 (double angle1) |
| Sets the 1st custom angle to probe at Created in NX5.0.0. | |
| void | SetAngle2 (double angle2) |
| Sets the 2nd custom angle to probe at Created in NX5.0.0. | |
| void | SetAngle3 (double angle3) |
| Sets the 3rd custom angle to probe at Created in NX5.0.0. | |
| void | SetAngleType (NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle angleType) |
| Sets the angle type Created in NX5.0.0. | |
| void | SetArcVector (NXOpen::NXObject *vector) |
| Sets the arc vector defining the cylinder to inspect Created in NX5.0.0. | |
| void | SetBossDimension (double radialClearance) |
| Sets the radial clearance from nominal target surface Created in NX5.0.0. | |
| void | SetCycleType (NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Cycle cycleType) |
| Sets the cycle type Created in NX5.0.0. | |
| void | SetCylinder (NXOpen::NXObject *face) |
| Sets the cylinder to inspect Created in NX5.0.0. | |
| void | SetDepthType (NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Depth depthType) |
| Sets the depth type Created in NX5.0.0. | |
| void | SetDiameter (double diameter) |
| Sets the diameter defining the cylinder to probe Created in NX5.0.0. | |
| void | SetGeometryType (NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Geometry geomType) |
| Sets the geometry type Created in NX5.0.0. | |
| void | SetMeasurementDepth (double measurementDepth) |
| Sets the probing depth Created in NX5.0.0. | |
| void | SetPoint (NXOpen::Point *point) |
| Sets the point defining the cylinder to inspect Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::CAM::MoveBuilder | |
| double | FeedRate () |
| Returns the feed rate Created in NX5.0.0. | |
| NXOpen::CAM::MoveBuilder::Feed | FeedType () |
| Returns the feed type Created in NX5.0.0. | |
| NXOpen::CAM::FeedRateUnit | FeedUnit () |
| Returns the feed unit Created in NX7.5.0. | |
| NXOpen::CAM::UdeParameter * | GetUserParameter (const NXString ¶meterName) |
| Returns the custom parameter with the given name. | |
| NXOpen::CAM::UdeParameter * | GetUserParameter (const char *parameterName) |
| Returns the custom parameter with the given name. | |
| NXOpen::CAM::UdeParameter * | GetUserParameter (int index) |
| Returns the parameter at the input index. | |
| NXOpen::CAM::MoveBuilder::Motion | MotionType () |
| Returns the motion type Created in NX5.0.0. | |
| int | NumberOfUserParameters () |
| Returns the number of user parameters Created in NX8.0.0. | |
| bool | ProtectedMove () |
| Returns the protected move status Created in NX5.0.0. | |
| void | SetFeedRate (double feedRate) |
| Sets the feed rate Created in NX5.0.0. | |
| void | SetFeedType (NXOpen::CAM::MoveBuilder::Feed feedType) |
| Sets the feed type Created in NX5.0.0. | |
| void | SetFeedUnit (NXOpen::CAM::FeedRateUnit unit) |
| Sets the feed unit Created in NX7.5.0. | |
| void | SetMotionType (NXOpen::CAM::MoveBuilder::Motion motionType) |
| Sets the motion type Created in NX5.0.0. | |
| void | SetParent (NXOpen::CAM::CAMObject *parent) |
| Set parent Created in NX5.0.0. | |
| void | SetProtectedMove (bool protectedMove) |
| Sets the protected move status Created in NX5.0.0. | |
| void | SetSibling (NXOpen::CAM::CAMObject *sibling) |
| Set sibling Created in NX5.0.0. | |
| void | SetSubopLabel (const NXString &subopLabel) |
| Sets the subop label Created in NX8.5.1. | |
| void | SetSubopLabel (const char *subopLabel) |
| Sets the subop label Created in NX8.5.1. | |
| NXString | SubopLabel () |
| Returns the subop label Created in NX8.5.1. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the Probe Inspect Bore Boss Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeInspectBorebossMoveBuilder
Created in NX5.0.0.
| double NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle1 | ( | ) |
Returns the 1st custom angle to probe at
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle2 | ( | ) |
Returns the 2nd custom angle to probe at
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle3 | ( | ) |
Returns the 3rd custom angle to probe at
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle NXOpen::CAM::ProbeInspectBorebossMoveBuilder::AngleType | ( | ) |
Returns the angle type
Created in NX5.0.0.
License requirements : None
| NXOpen::NXObject* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::ArcVector | ( | ) |
Returns the arc vector defining the cylinder to inspect
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::ProbeInspectBorebossMoveBuilder::BossDimension | ( | ) |
Returns the radial clearance from nominal target surface
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Cycle NXOpen::CAM::ProbeInspectBorebossMoveBuilder::CycleType | ( | ) |
Returns the cycle type
Created in NX5.0.0.
License requirements : None
| NXOpen::NXObject* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Cylinder | ( | ) |
Returns the cylinder to inspect
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Depth NXOpen::CAM::ProbeInspectBorebossMoveBuilder::DepthType | ( | ) |
Returns the depth type
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Diameter | ( | ) |
Returns the diameter defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Geometry NXOpen::CAM::ProbeInspectBorebossMoveBuilder::GeometryType | ( | ) |
Returns the geometry type
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::ProbeInspectBorebossMoveBuilder::MeasurementDepth | ( | ) |
Returns the probing depth
Created in NX5.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Point | ( | ) |
Returns the point defining the cylinder to inspect
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeControlParametersBuilder* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::ProbeControlParameters | ( | ) |
Returns the probe control parameters builder
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeProtectedParametersBuilder* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::ProbeProtectedParameters | ( | ) |
Returns the probe protected parameters builder
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeStockParametersBuilder* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::ProbeStockParameters | ( | ) |
Returns the probe stock parameters builder
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::ProbeToleranceParametersBuilder* NXOpen::CAM::ProbeInspectBorebossMoveBuilder::ProbeToleranceParameters | ( | ) |
Returns the probe tolerance parameters builder
Created in NX5.0.0.
License requirements : None
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetAngle1 | ( | double | angle1 | ) |
Sets the 1st custom angle to probe at
Created in NX5.0.0.
License requirements : None
| angle1 | angle1 |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetAngle2 | ( | double | angle2 | ) |
Sets the 2nd custom angle to probe at
Created in NX5.0.0.
License requirements : None
| angle2 | angle2 |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetAngle3 | ( | double | angle3 | ) |
Sets the 3rd custom angle to probe at
Created in NX5.0.0.
License requirements : None
| angle3 | angle3 |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetAngleType | ( | NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Angle | angleType | ) |
Sets the angle type
Created in NX5.0.0.
License requirements : None
| angleType | angletype |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetArcVector | ( | NXOpen::NXObject * | vector | ) |
Sets the arc vector defining the cylinder to inspect
Created in NX5.0.0.
License requirements : None
| vector | vector |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetBossDimension | ( | double | radialClearance | ) |
Sets the radial clearance from nominal target surface
Created in NX5.0.0.
License requirements : None
| radialClearance | radialclearance |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetCycleType | ( | NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Cycle | cycleType | ) |
Sets the cycle type
Created in NX5.0.0.
License requirements : None
| cycleType | cycletype |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetCylinder | ( | NXOpen::NXObject * | face | ) |
Sets the cylinder to inspect
Created in NX5.0.0.
License requirements : None
| face | face |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetDepthType | ( | NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Depth | depthType | ) |
Sets the depth type
Created in NX5.0.0.
License requirements : None
| depthType | depthtype |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
| diameter | diameter |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetGeometryType | ( | NXOpen::CAM::ProbeInspectBorebossMoveBuilder::Geometry | geomType | ) |
Sets the geometry type
Created in NX5.0.0.
License requirements : None
| geomType | geomtype |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetMeasurementDepth | ( | double | measurementDepth | ) |
Sets the probing depth
Created in NX5.0.0.
License requirements : None
| measurementDepth | measurement depth |
| void NXOpen::CAM::ProbeInspectBorebossMoveBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point defining the cylinder to inspect
Created in NX5.0.0.
License requirements : None
| point | point |