InspectionConstructedFeatureBuilder Class¶
-
class
NXOpen.CAM.InspectionConstructedFeatureBuilder¶ Bases:
NXOpen.CAM.OperationBuilderRepresents a CMM Inspection Constructed Feature Builder
To create a new instance of this class, use
NXOpen.CAM.InspectionOperationCollection.CreateInspectionConstructedFeatureBuilder()New in version NX7.0.0.
Properties¶
| Property | Description |
|---|---|
| AvailFilterToggle | Returns or sets the toggle to filter available features |
| AvailStateEnum | Returns or sets the available feature state (nominal or actual) |
| AvailableSelection | Returns the available feature screen selection button |
| ChannelName | Returns or sets the channel’s name |
| ConstName | Returns or sets the constructed feature name |
| CurrentStateEnum | Returns or sets the current feature state (nominal or actual) |
| CycleEvent | Returns the cycle event |
| CycleTable | Returns the cycle |
| Description | Returns or sets the description |
| DesignCreation | Returns or sets the design feature creation type |
| DesignOffsetGeometry | Returns or sets the offset design feature geometry |
| DestinationPcsEnum | Returns or sets the destination part coordinate system type |
| DirectionSpecifiedEnum | Returns or sets the type of direction specified (direction vector or radial) |
| DirectionVector | Returns or sets the direction vector |
| EndOfPath | Returns the end event builder |
| EndUdeSet | Returns the end ude set |
| ExtractEdgeDistance | Returns or sets the extract edge distance type type |
| ExtractEndDistance | Returns or sets the extract end edge distance |
| ExtractStartDistance | Returns or sets the extract start edge distance |
| FeatureTypeEnum | Returns or sets the feature type to be constructed |
| Geometry | Returns the geometry builder |
| GougeChecking | Returns or sets the gouge checking flag |
| HoleAxisType | Returns or sets the Hole Axis Type |
| HoleDepth | Returns the max depth distance builder |
| HoleDepthType | Returns or sets the Hole Depth Type |
| LayoutAndLayer | Returns the Layer and Layout |
| MethodEnum | Returns or sets the construction method to be used |
| MotionOutputBuilder | Returns the motion output builder |
| MoveDistance | Returns or sets the move distance |
| NominalName | Returns or sets the nominal feature name |
| Notes | Returns the notes builder |
| OptimizationBasedOn | Returns or sets the optimization based on in operation |
| OptimizationDistanceMethod | Returns or sets the optimization distance method in operation |
| OptimizationLevel | Returns or sets the optimization level in operation |
| OptimizationMethod | Returns or sets the optim method |
| PathDisplayOptions | Returns the path display options builder |
| PcsName | Returns or sets the part coordinate system name |
| PostToolPathExit | Returns or sets the environment variable that points to the post tool path generation library which has the exit |
| RetractDistance | Returns the Retract Distance builder (inheritable double) |
| RetractDistanceOnToolAxisChange | Returns the Retract Distance on Tool Axis Change builder (inheritable double) |
| SafeClearance | Returns the safe clearance builder |
| SelectNominalFeature | Returns the select nominal feature button |
| SelectToolFlag | Returns or sets the user selected tool |
| StartOfPath | Returns the start event builder |
| StartUdeSet | Returns the start ude set |
| StepSize | Returns or sets the extract step size |
| SubFeat1Filter | Returns or sets the filter toggle for the first list of subfeatures |
| SubFeat1Name | Returns or sets the name of the first subfeature |
| SubFeat1Select | Returns the first subfeature selection button |
| SubFeat1StateEnum | Returns or sets the state of features in the first subfeature list |
| SubFeat2Filter | Returns or sets the filter toggle for the second list of subfeatures |
| SubFeat2Name | Returns or sets the name of the first subfeature |
| SubFeat2Select | Returns the second subfeature selection button |
| SubFeat2StateEnum | Returns or sets the state of features in the second subfeature list |
| Tag | Returns the Tag for this object. |
| ToolChangeSetting | Returns the tool change builder |
| ToolPathEditor | Returns the Tool Path Editor Builder |
| ToolPathSplitParametersBuilder | Returns the tool path split Parameters |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CreateNominal | The button used to create the nominal constructed feature |
| CycleSolution | The button used to cycle through possible solutions |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetCustomizableItemBuilder | Returns the customizable item builder for the given customizable item name |
| GetCustomizableItemNames | Returns the names for all customizable item ids |
| GetHoleAxisValues | Get the Hole Axis values |
| GetObject | Returns the object currently being edited by this builder. |
| GetSubFeatureStates | Get the current subfeature states. |
| GetSubFeatures | Get the current subfeatures |
| SetHoleAxisValues | Set the Hole Axis values |
| SetSubFeatureStates | Set the current subfeature states. |
| SetSubFeatures | Set the current subfeatures |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| UpdateDirectionVector | The constructed inspection feature direction vector based on selected vector |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
Property Detail¶
AvailFilterToggle¶
-
InspectionConstructedFeatureBuilder.AvailFilterToggle¶ Returns or sets the toggle to filter available features
-------------------------------------Getter Method
Signature
AvailFilterToggleReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AvailFilterToggleParameters: availFilterToggle (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
AvailStateEnum¶
-
InspectionConstructedFeatureBuilder.AvailStateEnum¶ Returns or sets the available feature state (nominal or actual)
-------------------------------------Getter Method
Signature
AvailStateEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderAvailableStateTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AvailStateEnumParameters: availStateEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderAvailableStateType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
AvailableSelection¶
-
InspectionConstructedFeatureBuilder.AvailableSelection¶ Returns the available feature screen selection button
-------------------------------------Getter Method
Signature
AvailableSelectionReturns: Return type: NXOpen.SelectNXObjectListNew in version NX7.0.0.
License requirements: None.
ConstName¶
-
InspectionConstructedFeatureBuilder.ConstName¶ Returns or sets the constructed feature name
-------------------------------------Getter Method
Signature
ConstNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConstNameParameters: constName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CurrentStateEnum¶
-
InspectionConstructedFeatureBuilder.CurrentStateEnum¶ Returns or sets the current feature state (nominal or actual)
-------------------------------------Getter Method
Signature
CurrentStateEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderCurrentStateTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CurrentStateEnumParameters: currentStateEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderCurrentStateType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DesignCreation¶
-
InspectionConstructedFeatureBuilder.DesignCreation¶ Returns or sets the design feature creation type
-------------------------------------Getter Method
Signature
DesignCreationReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderDesignCreationTypeNew in version NX7.5.3.
License requirements: None.
-------------------------------------Setter Method
Signature
DesignCreationParameters: creationType ( NXOpen.CAM.InspectionConstructedFeatureBuilderDesignCreationType) –New in version NX7.5.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DesignOffsetGeometry¶
-
InspectionConstructedFeatureBuilder.DesignOffsetGeometry¶ Returns or sets the offset design feature geometry
-------------------------------------Getter Method
Signature
DesignOffsetGeometryReturns: Return type: NXOpen.NXObjectNew in version NX7.5.3.
License requirements: None.
-------------------------------------Setter Method
Signature
DesignOffsetGeometryParameters: designOffset ( NXOpen.NXObject) –New in version NX7.5.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DestinationPcsEnum¶
-
InspectionConstructedFeatureBuilder.DestinationPcsEnum¶ Returns or sets the destination part coordinate system type
-------------------------------------Getter Method
Signature
DestinationPcsEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderDestPcsEnumTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DestinationPcsEnumParameters: destinationPcsEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderDestPcsEnumType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DirectionSpecifiedEnum¶
-
InspectionConstructedFeatureBuilder.DirectionSpecifiedEnum¶ Returns or sets the type of direction specified (direction vector or radial)
-------------------------------------Getter Method
Signature
DirectionSpecifiedEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderDirectionTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionSpecifiedEnumParameters: directionSpecifiedEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderDirectionType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DirectionVector¶
-
InspectionConstructedFeatureBuilder.DirectionVector¶ Returns or sets the direction vector
-------------------------------------Getter Method
Signature
DirectionVectorReturns: Return type: NXOpen.DirectionNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionVectorParameters: directionVector ( NXOpen.Direction) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ExtractEdgeDistance¶
-
InspectionConstructedFeatureBuilder.ExtractEdgeDistance¶ Returns or sets the extract edge distance type type
-------------------------------------Getter Method
Signature
ExtractEdgeDistanceReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderExtractEdgeDistanceTypeNew in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ExtractEdgeDistanceParameters: distanceType ( NXOpen.CAM.InspectionConstructedFeatureBuilderExtractEdgeDistanceType) –New in version NX8.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ExtractEndDistance¶
-
InspectionConstructedFeatureBuilder.ExtractEndDistance¶ Returns or sets the extract end edge distance
-------------------------------------Getter Method
Signature
ExtractEndDistanceReturns: Return type: float New in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ExtractEndDistanceParameters: endDistance (float) – New in version NX8.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ExtractStartDistance¶
-
InspectionConstructedFeatureBuilder.ExtractStartDistance¶ Returns or sets the extract start edge distance
-------------------------------------Getter Method
Signature
ExtractStartDistanceReturns: Return type: float New in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ExtractStartDistanceParameters: startDistance (float) – New in version NX8.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
FeatureTypeEnum¶
-
InspectionConstructedFeatureBuilder.FeatureTypeEnum¶ Returns or sets the feature type to be constructed
-------------------------------------Getter Method
Signature
FeatureTypeEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderConstFeatTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FeatureTypeEnumParameters: featureTypeEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderConstFeatType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MethodEnum¶
-
InspectionConstructedFeatureBuilder.MethodEnum¶ Returns or sets the construction method to be used
-------------------------------------Getter Method
Signature
MethodEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderMethodEnumTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MethodEnumParameters: methodEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderMethodEnumType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MoveDistance¶
-
InspectionConstructedFeatureBuilder.MoveDistance¶ Returns or sets the move distance
-------------------------------------Getter Method
Signature
MoveDistanceReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MoveDistanceParameters: moveDistance (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
NominalName¶
-
InspectionConstructedFeatureBuilder.NominalName¶ Returns or sets the nominal feature name
-------------------------------------Getter Method
Signature
NominalNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NominalNameParameters: nominalName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
PcsName¶
-
InspectionConstructedFeatureBuilder.PcsName¶ Returns or sets the part coordinate system name
-------------------------------------Getter Method
Signature
PcsNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PcsNameParameters: pcsName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SelectNominalFeature¶
-
InspectionConstructedFeatureBuilder.SelectNominalFeature¶ Returns the select nominal feature button
-------------------------------------Getter Method
Signature
SelectNominalFeatureReturns: Return type: NXOpen.SelectNXObjectNew in version NX7.0.0.
License requirements: None.
StepSize¶
-
InspectionConstructedFeatureBuilder.StepSize¶ Returns or sets the extract step size
-------------------------------------Getter Method
Signature
StepSizeReturns: Return type: float New in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
StepSizeParameters: stepSize (float) – New in version NX8.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SubFeat1Filter¶
-
InspectionConstructedFeatureBuilder.SubFeat1Filter¶ Returns or sets the filter toggle for the first list of subfeatures
-------------------------------------Getter Method
Signature
SubFeat1FilterReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubFeat1FilterParameters: subFeat1Filter (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SubFeat1Name¶
-
InspectionConstructedFeatureBuilder.SubFeat1Name¶ Returns or sets the name of the first subfeature
-------------------------------------Getter Method
Signature
SubFeat1NameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubFeat1NameParameters: subFeat1Name (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SubFeat1Select¶
-
InspectionConstructedFeatureBuilder.SubFeat1Select¶ Returns the first subfeature selection button
-------------------------------------Getter Method
Signature
SubFeat1SelectReturns: Return type: NXOpen.SelectNXObjectNew in version NX7.0.0.
License requirements: None.
SubFeat1StateEnum¶
-
InspectionConstructedFeatureBuilder.SubFeat1StateEnum¶ Returns or sets the state of features in the first subfeature list
-------------------------------------Getter Method
Signature
SubFeat1StateEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderSubFeat1StateTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubFeat1StateEnumParameters: subFeat1StateEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderSubFeat1StateType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SubFeat2Filter¶
-
InspectionConstructedFeatureBuilder.SubFeat2Filter¶ Returns or sets the filter toggle for the second list of subfeatures
-------------------------------------Getter Method
Signature
SubFeat2FilterReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubFeat2FilterParameters: subFeat2Filter (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SubFeat2Name¶
-
InspectionConstructedFeatureBuilder.SubFeat2Name¶ Returns or sets the name of the first subfeature
-------------------------------------Getter Method
Signature
SubFeat2NameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubFeat2NameParameters: subFeat2Name (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SubFeat2Select¶
-
InspectionConstructedFeatureBuilder.SubFeat2Select¶ Returns the second subfeature selection button
-------------------------------------Getter Method
Signature
SubFeat2SelectReturns: Return type: NXOpen.SelectNXObjectNew in version NX7.0.0.
License requirements: None.
SubFeat2StateEnum¶
-
InspectionConstructedFeatureBuilder.SubFeat2StateEnum¶ Returns or sets the state of features in the second subfeature list
-------------------------------------Getter Method
Signature
SubFeat2StateEnumReturns: Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderSubFeat2StateTypeNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubFeat2StateEnumParameters: subFeat2StateEnum ( NXOpen.CAM.InspectionConstructedFeatureBuilderSubFeat2StateType) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Method Detail¶
CreateNominal¶
-
InspectionConstructedFeatureBuilder.CreateNominal¶ The button used to create the nominal constructed feature
Signature
CreateNominal()New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CycleSolution¶
-
InspectionConstructedFeatureBuilder.CycleSolution¶ The button used to cycle through possible solutions
Signature
CycleSolution()New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
GetSubFeatureStates¶
-
InspectionConstructedFeatureBuilder.GetSubFeatureStates¶ Get the current subfeature states.
Signature
GetSubFeatureStates()Returns: Current subfeature states Return type: list of NXOpen.CAM.InspectionConstructedFeatureBuilderCurrentStateTypeNew in version NX7.5.3.
License requirements: None.
GetSubFeatures¶
-
InspectionConstructedFeatureBuilder.GetSubFeatures¶ Get the current subfeatures
Signature
GetSubFeatures()Returns: Current subfeatures Return type: list of str New in version NX7.5.1.
License requirements: None.
SetSubFeatureStates¶
-
InspectionConstructedFeatureBuilder.SetSubFeatureStates¶ Set the current subfeature states.
Signature
SetSubFeatureStates(subFeatureStates)Parameters: subFeatureStates (list of NXOpen.CAM.InspectionConstructedFeatureBuilderCurrentStateType) – Current subfeature statesNew in version NX7.5.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SetSubFeatures¶
-
InspectionConstructedFeatureBuilder.SetSubFeatures¶ Set the current subfeatures
Signature
SetSubFeatures(subFeatures)Parameters: subFeatures (list of str) – Current subfeatures New in version NX7.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
UpdateDirectionVector¶
-
InspectionConstructedFeatureBuilder.UpdateDirectionVector¶ The constructed inspection feature direction vector based on selected vector
Signature
UpdateDirectionVector(vector)Parameters: vector ( NXOpen.Vector3d) – The vector data to use for updateNew in version NX7.5.2.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Validate¶
-
InspectionConstructedFeatureBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.