InspectionSurfaceFeatureBuilder Class¶
-
class
NXOpen.CAM.InspectionSurfaceFeatureBuilder¶ Bases:
NXOpen.CAM.OperationBuilderRepresents a CMM Inspection Curve Feature builder
To create a new instance of this class, use
NXOpen.CAM.InspectionOperationCollection.CreateInspectionSurfaceFeatureBuilder()New in version NX7.0.0.
Properties¶
| Property | Description |
|---|---|
| ChannelName | Returns or sets the channel’s name |
| CycleEvent | Returns the cycle event |
| CycleTable | Returns the cycle |
| Description | Returns or sets the description |
| EndOfPath | Returns the end event builder |
| EndUDistance | Returns or sets the end distance in the U direction |
| EndUPercent | Returns or sets the end percent in the U direction |
| EndUdeSet | Returns the end ude set |
| EndVDistance | Returns or sets the end distance in the V direction |
| EndVPercent | Returns or sets the end percent in the V direction |
| 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 |
| IsPointDefinitionChanged | Returns or sets the point data definition changed flag |
| LayoutAndLayer | Returns the Layer and Layout |
| MotionOutputBuilder | Returns the motion output builder |
| Name | Returns or sets the name |
| Notes | Returns the notes builder |
| NumberOfUPoints | Returns or sets the number of U points |
| NumberOfVPoints | Returns or sets the number of V points |
| 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 |
| PointDataDefinition | Returns or sets the point data definition type |
| PointSelector | Returns the user specified point selector |
| 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) |
| ReverseDirection | Returns or sets the reverse direction |
| SafeClearance | Returns the safe clearance builder |
| SelectToolFlag | Returns or sets the user selected tool |
| SelectedFace | Returns the selected face |
| StartOfPath | Returns the start event builder |
| StartUDistance | Returns or sets the start distance in the U direction |
| StartUPercent | Returns or sets the start percent in the U direction |
| StartUdeSet | Returns the start ude set |
| StartVDistance | Returns or sets the start distance n the V direction |
| StartVPercent | Returns or sets the start percent n the V direction |
| 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 |
| UStartEndMode | Returns or sets the U start end mode |
| VStartEndMode | Returns or sets the V start end mode |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| ErasePointDefinitionDisplay | Erases display of point definition data |
| 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. |
| PreviewPointData | Creates preview of point definition data |
| SetHoleAxisValues | Set the Hole Axis values |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| InspectionSurfaceFeatureBuilderPointDataDefinitionType Enumeration | The method used to define point data |
| InspectionSurfaceFeatureBuilderStartEndModeType Enumeration | the method used to define the start and end points |
Property Detail¶
EndUDistance¶
-
InspectionSurfaceFeatureBuilder.EndUDistance¶ Returns or sets the end distance in the U direction
-------------------------------------Getter Method
Signature
EndUDistanceReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
EndUDistanceParameters: endUDistance (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
EndUPercent¶
-
InspectionSurfaceFeatureBuilder.EndUPercent¶ Returns or sets the end percent in the U direction
-------------------------------------Getter Method
Signature
EndUPercentReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
EndUPercentParameters: endUPercent (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
EndVDistance¶
-
InspectionSurfaceFeatureBuilder.EndVDistance¶ Returns or sets the end distance in the V direction
-------------------------------------Getter Method
Signature
EndVDistanceReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
EndVDistanceParameters: endVDistance (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
EndVPercent¶
-
InspectionSurfaceFeatureBuilder.EndVPercent¶ Returns or sets the end percent in the V direction
-------------------------------------Getter Method
Signature
EndVPercentReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
EndVPercentParameters: endVPercent (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
IsPointDefinitionChanged¶
-
InspectionSurfaceFeatureBuilder.IsPointDefinitionChanged¶ Returns or sets the point data definition changed flag
-------------------------------------Getter Method
Signature
IsPointDefinitionChangedReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsPointDefinitionChangedParameters: isChanged (bool) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Name¶
-
InspectionSurfaceFeatureBuilder.Name¶ Returns or sets the name
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
NumberOfUPoints¶
-
InspectionSurfaceFeatureBuilder.NumberOfUPoints¶ Returns or sets the number of U points
-------------------------------------Getter Method
Signature
NumberOfUPointsReturns: Return type: int New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
NumberOfUPointsParameters: numberOfUPoints (int) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
NumberOfVPoints¶
-
InspectionSurfaceFeatureBuilder.NumberOfVPoints¶ Returns or sets the number of V points
-------------------------------------Getter Method
Signature
NumberOfVPointsReturns: Return type: int New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
NumberOfVPointsParameters: numberOfVPoints (int) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
PointDataDefinition¶
-
InspectionSurfaceFeatureBuilder.PointDataDefinition¶ Returns or sets the point data definition type
-------------------------------------Getter Method
Signature
PointDataDefinitionReturns: Return type: NXOpen.CAM.InspectionSurfaceFeatureBuilderPointDataDefinitionTypeNew in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
PointDataDefinitionParameters: pointDataDefinition ( NXOpen.CAM.InspectionSurfaceFeatureBuilderPointDataDefinitionType) –New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
PointSelector¶
-
InspectionSurfaceFeatureBuilder.PointSelector¶ Returns the user specified point selector
-------------------------------------Getter Method
Signature
PointSelectorReturns: Return type: NXOpen.SelectPointListNew in version NX8.5.1.
License requirements: None.
ReverseDirection¶
-
InspectionSurfaceFeatureBuilder.ReverseDirection¶ Returns or sets the reverse direction
-------------------------------------Getter Method
Signature
ReverseDirectionReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseDirectionParameters: reverseDirection (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SelectedFace¶
-
InspectionSurfaceFeatureBuilder.SelectedFace¶ Returns the selected face
-------------------------------------Getter Method
Signature
SelectedFaceReturns: Return type: NXOpen.SelectFaceNew in version NX7.0.0.
License requirements: None.
StartUDistance¶
-
InspectionSurfaceFeatureBuilder.StartUDistance¶ Returns or sets the start distance in the U direction
-------------------------------------Getter Method
Signature
StartUDistanceReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
StartUDistanceParameters: startUDistance (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
StartUPercent¶
-
InspectionSurfaceFeatureBuilder.StartUPercent¶ Returns or sets the start percent in the U direction
-------------------------------------Getter Method
Signature
StartUPercentReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
StartUPercentParameters: startUPercent (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
StartVDistance¶
-
InspectionSurfaceFeatureBuilder.StartVDistance¶ Returns or sets the start distance n the V direction
-------------------------------------Getter Method
Signature
StartVDistanceReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
StartVDistanceParameters: startVDistance (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
StartVPercent¶
-
InspectionSurfaceFeatureBuilder.StartVPercent¶ Returns or sets the start percent n the V direction
-------------------------------------Getter Method
Signature
StartVPercentReturns: Return type: float New in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
StartVPercentParameters: startVPercent (float) – New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
UStartEndMode¶
-
InspectionSurfaceFeatureBuilder.UStartEndMode¶ Returns or sets the U start end mode
-------------------------------------Getter Method
Signature
UStartEndModeReturns: Return type: NXOpen.CAM.InspectionSurfaceFeatureBuilderStartEndModeTypeNew in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
UStartEndModeParameters: uStartEndMode ( NXOpen.CAM.InspectionSurfaceFeatureBuilderStartEndModeType) –New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
VStartEndMode¶
-
InspectionSurfaceFeatureBuilder.VStartEndMode¶ Returns or sets the V start end mode
-------------------------------------Getter Method
Signature
VStartEndModeReturns: Return type: NXOpen.CAM.InspectionSurfaceFeatureBuilderStartEndModeTypeNew in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
VStartEndModeParameters: vStartEndMode ( NXOpen.CAM.InspectionSurfaceFeatureBuilderStartEndModeType) –New in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Method Detail¶
ErasePointDefinitionDisplay¶
-
InspectionSurfaceFeatureBuilder.ErasePointDefinitionDisplay¶ Erases display of point definition data
Signature
ErasePointDefinitionDisplay()New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
PreviewPointData¶
-
InspectionSurfaceFeatureBuilder.PreviewPointData¶ Creates preview of point definition data
Signature
PreviewPointData(showExisting)Parameters: showExisting (bool) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Validate¶
-
InspectionSurfaceFeatureBuilder.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.