|
NX Open C++ Reference Guide
|
Represents a CMM Inspection Torus Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionTorusFeatureBuilder
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. | |
| double | CenterPointX () |
| Returns the torus center point x coordinate Created in NX7.0.0. | |
| double | CenterPointY () |
| Returns the torus center point y coordinate Created in NX7.0.0. | |
| double | CenterPointZ () |
| Returns the torus center point z coordinate Created in NX7.0.0. | |
| NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysReferenceType () |
| Returns the csys reference type Created in NX7.0.0. | |
| void | FlipAxisDirection () |
| Flips the torus inspection feature axis direction vector Created in NX7.0.0. | |
| NXOpen::CAM::CamInspectionOperationInneroutertypes | InnerOuterType () |
| Returns the inner outer type Created in NX7.0.0. | |
| double | MajorRadius () |
| Returns the major radius of the torus Created in NX7.0.0. | |
| double | MinorRadius () |
| Returns the minor radius of the torus Created in NX7.0.0. | |
| NXString | Name () |
| Returns the torus feature name Created in NX7.0.0. | |
| bool | ReverseDirection () |
| Returns the reverse direction Created in NX7.0.0. | |
| NXOpen::SelectNXObject * | SelectedTorus () |
| Returns the selected torus 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 | SetCenterPointX (double centerPointX) |
| Sets the torus center point x coordinate Created in NX7.0.0. | |
| void | SetCenterPointY (double centerPointY) |
| Sets the torus center point y coordinate Created in NX7.0.0. | |
| void | SetCenterPointZ (double centerPointZ) |
| Sets the torus center point z coordinate Created in NX7.0.0. | |
| void | SetCsysReferenceType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysReferenceType) |
| Sets the csys reference type Created in NX7.0.0. | |
| void | SetInnerOuterType (NXOpen::CAM::CamInspectionOperationInneroutertypes innerOuterType) |
| Sets the inner outer type Created in NX7.0.0. | |
| void | SetMajorRadius (double majorRadius) |
| Sets the major radius of the torus Created in NX7.0.0. | |
| void | SetMinorRadius (double minorRadius) |
| Sets the minor radius of the torus Created in NX7.0.0. | |
| void | SetName (const NXString &name) |
| Sets the torus feature name Created in NX7.0.0. | |
| void | SetName (const char *name) |
| Sets the torus feature name Created in NX7.0.0. | |
| void | SetReverseDirection (bool reverseDirection) |
| Sets the reverse direction Created in NX7.0.0. | |
| void | UpdateParams () |
| Updates torus inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. | |
Public Member Functions inherited from NXOpen::CAM::OperationBuilder | |
| NXString | ChannelName () |
| Returns the channel's name Created in NX7.5.0. | |
| NXString | Description () |
| Returns the description Created in NX9.0.0. | |
| NXOpen::CAM::PostEventsCiBuilder * | EndOfPath () |
| Returns the end event builder Created in NX5.0.1. | |
| NXOpen::CAM::UdeSet * | EndUdeSet () |
| Returns the end ude set Created in NX7.5.0. | |
| NXOpen::CAM::GeometryCiBuilder * | Geometry () |
| Returns the geometry builder Created in NX5.0.0. | |
| std::vector< double > | GetHoleAxisValues () |
| Get the Hole Axis values. | |
| bool | GougeChecking () |
| Returns the gouge checking flag Created in NX9.0.0. | |
| NXOpen::CAM::OperationBuilder::HoleAxisTypes | HoleAxisType () |
| Returns the Hole Axis Type Created in NX5.0.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | HoleDepth () |
| Returns the max depth distance builder Created in NX5.0.0. | |
| NXOpen::CAM::OperationBuilder::HoleDepthTypes | HoleDepthType () |
| Returns the Hole Depth Type Created in NX5.0.0. | |
| NXOpen::CAM::ArcOutputTypeCiBuilder * | MotionOutputBuilder () |
| Returns the motion output builder Created in NX8.0.0. | |
| NXOpen::CAM::Notes * | Notes () |
| Returns the notes builder Created in NX9.0.0. | |
| NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes | OptimizationBasedOn () |
| Returns the optimization based on in operation Created in NX5.0.0. | |
| NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes | OptimizationDistanceMethod () |
| Returns the optimization distance method in operation Created in NX5.0.0. | |
| NXOpen::CAM::OperationBuilder::OptimizationLevelTypes | OptimizationLevel () |
| Returns the optimization level in operation Created in NX5.0.0. | |
| NXOpen::CAM::OperationDisplayOptionsBuilder * | PathDisplayOptions () |
| Returns the path display options builder Created in NX6.0.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | RetractDistance () |
| Returns the Retract Distance builder (inheritable double) Created in NX5.0.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | RetractDistanceOnToolAxisChange () |
| Returns the Retract Distance on Tool Axis Change builder (inheritable double) Created in NX5.0.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | SafeClearance () |
| Returns the safe clearance builder Created in NX6.0.0. | |
| bool | SelectToolFlag () |
| Returns the user selected tool Created in NX5.0.0. | |
| void | SetChannelName (const NXString &channel) |
| Sets the channel's name Created in NX7.5.0. | |
| void | SetChannelName (const char *channel) |
| Sets the channel's name Created in NX7.5.0. | |
| void | SetDescription (const NXString &description) |
| Sets the description Created in NX9.0.0. | |
| void | SetDescription (const char *description) |
| Sets the description Created in NX9.0.0. | |
| void | SetGougeChecking (bool gougeChecking) |
| Sets the gouge checking flag Created in NX9.0.0. | |
| void | SetHoleAxisType (NXOpen::CAM::OperationBuilder::HoleAxisTypes types) |
| Sets the Hole Axis Type Created in NX5.0.0. | |
| void | SetHoleAxisValues (const std::vector< double > &holeAxis) |
| Set the Hole Axis values Created in NX5.0.0. | |
| void | SetHoleDepthType (NXOpen::CAM::OperationBuilder::HoleDepthTypes types) |
| Sets the Hole Depth Type Created in NX5.0.0. | |
| void | SetOptimizationBasedOn (NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes optimBasedOn) |
| Sets the optimization based on in operation Created in NX5.0.0. | |
| void | SetOptimizationDistanceMethod (NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes optimDistance) |
| Sets the optimization distance method in operation Created in NX5.0.0. | |
| void | SetOptimizationLevel (NXOpen::CAM::OperationBuilder::OptimizationLevelTypes optimType) |
| Sets the optimization level in operation Created in NX5.0.0. | |
| void | SetSelectToolFlag (bool selToolFlag) |
| Sets the user selected tool Created in NX5.0.0. | |
| NXOpen::CAM::PostEventsCiBuilder * | StartOfPath () |
| Returns the start event builder Created in NX5.0.1. | |
| NXOpen::CAM::UdeSet * | StartUdeSet () |
| Returns the start ude set Created in NX7.5.0. | |
| NXOpen::CAM::ToolChangeCiBuilder * | ToolChangeSetting () |
| Returns the tool change builder Created in NX5.0.0. | |
| NXOpen::CAM::ToolPathSplitParametersBuilder * | ToolPathSplitParametersBuilder () |
| Returns the tool path split Parameters Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::CAM::ParamBuilder | |
| NXOpen::CAM::Ude * | CycleEvent () |
| Returns the cycle event Created in NX7.5.0. | |
| NXOpen::CAM::Cycle * | CycleTable () |
| Returns the cycle Created in NX9.0.0. | |
| NXOpen::CAM::ParamBuilder::OptimizationTypes | OptimizationMethod () |
| Returns the optim method Created in NX5.0.0. | |
| void | SetOptimizationMethod (NXOpen::CAM::ParamBuilder::OptimizationTypes optimMethod) |
| Sets the optim method Created in NX5.0.0. | |
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. | |
Additional Inherited Members | |
Public Types inherited from NXOpen::CAM::OperationBuilder | |
| enum | HoleAxisTypes { HoleAxisTypesVector, HoleAxisTypesRule, HoleAxisTypesRuleIfNoVector } |
| Available types for Hole Axis Type in feature milling and hole making. More... | |
| enum | HoleDepthTypes { HoleDepthTypesPoint, HoleDepthTypesRule } |
| Available types for Hole Depth Type in feature milling and hole making. More... | |
| enum | OptimizationBasedOnTypes { OptimizationBasedOnTypesDist, OptimizationBasedOnTypesOrient } |
| Available types for optimization based on in operation. More... | |
| enum | OptimizationDistanceTypes { OptimizationDistanceTypesDirect, OptimizationDistanceTypesTransition } |
| Available types for optimization distance method in operation. More... | |
| enum | OptimizationLevelTypes { OptimizationLevelTypesStandard, OptimizationLevelTypesAdvanced } |
| Available types for optimization level in operation. More... | |
Represents a CMM Inspection Torus Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionTorusFeatureBuilder
Created in NX7.0.0.
| double NXOpen::CAM::InspectionTorusFeatureBuilder::AxisDirectionI | ( | ) |
Returns the axis direction vector i component
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::AxisDirectionJ | ( | ) |
Returns the axis direction vector j component
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::AxisDirectionK | ( | ) |
Returns the axis direction vector k component
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::CenterPointX | ( | ) |
Returns the torus center point x coordinate
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::CenterPointY | ( | ) |
Returns the torus center point y coordinate
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::CenterPointZ | ( | ) |
Returns the torus center point z coordinate
Created in NX7.0.0.
License requirements : None
| NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionTorusFeatureBuilder::CsysReferenceType | ( | ) |
Returns the csys reference type
Created in NX7.0.0.
License requirements : None
| void NXOpen::CAM::InspectionTorusFeatureBuilder::FlipAxisDirection | ( | ) |
Flips the torus inspection feature axis direction vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| NXOpen::CAM::CamInspectionOperationInneroutertypes NXOpen::CAM::InspectionTorusFeatureBuilder::InnerOuterType | ( | ) |
Returns the inner outer type
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::MajorRadius | ( | ) |
Returns the major radius of the torus
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionTorusFeatureBuilder::MinorRadius | ( | ) |
Returns the minor radius of the torus
Created in NX7.0.0.
License requirements : None
| NXString NXOpen::CAM::InspectionTorusFeatureBuilder::Name | ( | ) |
Returns the torus feature name
Created in NX7.0.0.
License requirements : None
| bool NXOpen::CAM::InspectionTorusFeatureBuilder::ReverseDirection | ( | ) |
Returns the reverse direction
Created in NX7.0.0.
License requirements : None
| NXOpen::SelectNXObject* NXOpen::CAM::InspectionTorusFeatureBuilder::SelectedTorus | ( | ) |
Returns the selected torus
Created in NX7.0.0.
License requirements : None
| void NXOpen::CAM::InspectionTorusFeatureBuilder::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::InspectionTorusFeatureBuilder::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::InspectionTorusFeatureBuilder::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::InspectionTorusFeatureBuilder::SetCenterPointX | ( | double | centerPointX | ) |
Sets the torus center point x coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| centerPointX | centerpointx |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetCenterPointY | ( | double | centerPointY | ) |
Sets the torus center point y coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| centerPointY | centerpointy |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetCenterPointZ | ( | double | centerPointZ | ) |
Sets the torus center point z coordinate
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| centerPointZ | centerpointz |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::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::InspectionTorusFeatureBuilder::SetInnerOuterType | ( | NXOpen::CAM::CamInspectionOperationInneroutertypes | innerOuterType | ) |
Sets the inner outer type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| innerOuterType | inneroutertype |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetMajorRadius | ( | double | majorRadius | ) |
Sets the major radius of the torus
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| majorRadius | majorradius |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetMinorRadius | ( | double | minorRadius | ) |
Sets the minor radius of the torus
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| minorRadius | minorradius |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the torus feature name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| name | name |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetName | ( | const char * | name | ) |
Sets the torus feature name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| name | name |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the reverse direction
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| reverseDirection | True if the axis vector should be reversed |
| void NXOpen::CAM::InspectionTorusFeatureBuilder::UpdateParams | ( | ) |
Updates torus inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")