InspectionParplnFeatureBuilder Class¶
-
class
NXOpen.CAM.InspectionParplnFeatureBuilder¶ Bases:
NXOpen.CAM.OperationBuilderRepresents 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
NXOpen.CAM.InspectionOperationCollection.CreateInspectionParplnFeatureBuilder()New in version NX7.0.0.
Properties¶
| Property | Description |
|---|---|
| ChannelName | Returns or sets the channel’s name |
| CsysReferenceType | Returns or sets the coordinate system reference type |
| CycleEvent | Returns the cycle event |
| CycleTable | Returns the cycle |
| Description | Returns or sets the description |
| EndOfPath | Returns the end event builder |
| EndUdeSet | Returns the end ude set |
| ExtentType | Returns or sets the extent type of the slot/tab (bounded or unbounded) |
| 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 |
| InnerOuterType | Returns or sets the inspection feature inner outer type (slot/tab) |
| LayoutAndLayer | Returns the Layer and Layout |
| MotionOutputBuilder | Returns the motion output builder |
| Name | Returns or sets the name of the parpln feature |
| 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 |
| 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 |
| SelectToolFlag | Returns or sets the user selected tool |
| SelectedSide1 | Returns the first selected side of the parpln slot/tab |
| SelectedSide2 | Returns the second selected side of the parpln slot/tab |
| Side1NormalVectorI | Returns or sets the I component of the normal vector of the plane on the first side of the parpln |
| Side1NormalVectorJ | Returns or sets the J component of the normal vector of the plane on the first side of the parpln |
| Side1NormalVectorK | Returns or sets the K component of the normal vector of the plane on the first side of the parpln |
| Side1PointX | Returns or sets the X coordinate of the center of the plane on the first side of the parpln |
| Side1PointY | Returns or sets the Y coordinate of the center of the plane on the first side of the parpln |
| Side1PointZ | Returns or sets the Z coordinate of the center of the plane on the first side of the parpln |
| Side2NormalVectorI | Returns or sets the I component of the normal vector of the plane on the second side of the parpln |
| Side2NormalVectorJ | Returns or sets the J component of the normal vector of the plane on the second side of the parpln |
| Side2NormalVectorK | Returns or sets the K component of the normal vector of the plane on the second side of the parpln |
| Side2PointX | Returns or sets the X coordinate of the center of the plane on the second side of the parpln |
| Side2PointY | Returns or sets the Y coordinate of the center of the plane on the second side of the parpln |
| Side2PointZ | Returns or sets the Z coordinate of the center of the plane on the second side of the parpln |
| StartOfPath | Returns the start event builder |
| StartUdeSet | Returns the start ude set |
| 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 |
| Width | Returns or sets the width of the parpln slot/tab |
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. |
| 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. |
| 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. |
| UpdateParams | Updates parpln inspection feature characteristic parameters based on selected geometry |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
CsysReferenceType¶
-
InspectionParplnFeatureBuilder.CsysReferenceType¶ Returns or sets the coordinate system reference type
-------------------------------------Getter Method
Signature
CsysReferenceTypeReturns: Return type: NXOpen.CAM.CamInspectionOperationCsysreferencetypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsysReferenceTypeParameters: csysReferenceType ( NXOpen.CAM.CamInspectionOperationCsysreferencetypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ExtentType¶
-
InspectionParplnFeatureBuilder.ExtentType¶ Returns or sets the extent type of the slot/tab (bounded or unbounded)
-------------------------------------Getter Method
Signature
ExtentTypeReturns: Return type: NXOpen.CAM.CamInspectionOperationExtenttypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExtentTypeParameters: extentType ( NXOpen.CAM.CamInspectionOperationExtenttypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
InnerOuterType¶
-
InspectionParplnFeatureBuilder.InnerOuterType¶ Returns or sets the inspection feature inner outer type (slot/tab)
-------------------------------------Getter Method
Signature
InnerOuterTypeReturns: Return type: NXOpen.CAM.CamInspectionOperationInneroutertypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InnerOuterTypeParameters: innerOuterType ( NXOpen.CAM.CamInspectionOperationInneroutertypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Name¶
-
InspectionParplnFeatureBuilder.Name¶ Returns or sets the name of the parpln feature
-------------------------------------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”)
SelectedSide1¶
-
InspectionParplnFeatureBuilder.SelectedSide1¶ Returns the first selected side of the parpln slot/tab
-------------------------------------Getter Method
Signature
SelectedSide1Returns: Return type: NXOpen.SelectNXObjectListNew in version NX7.0.0.
License requirements: None.
SelectedSide2¶
-
InspectionParplnFeatureBuilder.SelectedSide2¶ Returns the second selected side of the parpln slot/tab
-------------------------------------Getter Method
Signature
SelectedSide2Returns: Return type: NXOpen.SelectNXObjectListNew in version NX7.0.0.
License requirements: None.
Side1NormalVectorI¶
-
InspectionParplnFeatureBuilder.Side1NormalVectorI¶ Returns or sets the I component of the normal vector of the plane on the first side of the parpln
-------------------------------------Getter Method
Signature
Side1NormalVectorIReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side1NormalVectorIParameters: side1NormalVectorI (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side1NormalVectorJ¶
-
InspectionParplnFeatureBuilder.Side1NormalVectorJ¶ Returns or sets the J component of the normal vector of the plane on the first side of the parpln
-------------------------------------Getter Method
Signature
Side1NormalVectorJReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side1NormalVectorJParameters: side1NormalVectorJ (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side1NormalVectorK¶
-
InspectionParplnFeatureBuilder.Side1NormalVectorK¶ Returns or sets the K component of the normal vector of the plane on the first side of the parpln
-------------------------------------Getter Method
Signature
Side1NormalVectorKReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side1NormalVectorKParameters: side1NormalVectorK (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side1PointX¶
-
InspectionParplnFeatureBuilder.Side1PointX¶ Returns or sets the X coordinate of the center of the plane on the first side of the parpln
-------------------------------------Getter Method
Signature
Side1PointXReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side1PointXParameters: side1PointX (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side1PointY¶
-
InspectionParplnFeatureBuilder.Side1PointY¶ Returns or sets the Y coordinate of the center of the plane on the first side of the parpln
-------------------------------------Getter Method
Signature
Side1PointYReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side1PointYParameters: side1PointY (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side1PointZ¶
-
InspectionParplnFeatureBuilder.Side1PointZ¶ Returns or sets the Z coordinate of the center of the plane on the first side of the parpln
-------------------------------------Getter Method
Signature
Side1PointZReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side1PointZParameters: side1PointZ (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side2NormalVectorI¶
-
InspectionParplnFeatureBuilder.Side2NormalVectorI¶ Returns or sets the I component of the normal vector of the plane on the second side of the parpln
-------------------------------------Getter Method
Signature
Side2NormalVectorIReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side2NormalVectorIParameters: side2NormalVectorI (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side2NormalVectorJ¶
-
InspectionParplnFeatureBuilder.Side2NormalVectorJ¶ Returns or sets the J component of the normal vector of the plane on the second side of the parpln
-------------------------------------Getter Method
Signature
Side2NormalVectorJReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side2NormalVectorJParameters: side2NormalVectorJ (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side2NormalVectorK¶
-
InspectionParplnFeatureBuilder.Side2NormalVectorK¶ Returns or sets the K component of the normal vector of the plane on the second side of the parpln
-------------------------------------Getter Method
Signature
Side2NormalVectorKReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side2NormalVectorKParameters: side2NormalVectorK (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side2PointX¶
-
InspectionParplnFeatureBuilder.Side2PointX¶ Returns or sets the X coordinate of the center of the plane on the second side of the parpln
-------------------------------------Getter Method
Signature
Side2PointXReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side2PointXParameters: side2PointX (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side2PointY¶
-
InspectionParplnFeatureBuilder.Side2PointY¶ Returns or sets the Y coordinate of the center of the plane on the second side of the parpln
-------------------------------------Getter Method
Signature
Side2PointYReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side2PointYParameters: side2PointY (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Side2PointZ¶
-
InspectionParplnFeatureBuilder.Side2PointZ¶ Returns or sets the Z coordinate of the center of the plane on the second side of the parpln
-------------------------------------Getter Method
Signature
Side2PointZReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Side2PointZParameters: side2PointZ (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Width¶
-
InspectionParplnFeatureBuilder.Width¶ Returns or sets the width of the parpln slot/tab
-------------------------------------Getter Method
Signature
WidthReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: width (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Method Detail¶
UpdateParams¶
-
InspectionParplnFeatureBuilder.UpdateParams¶ Updates parpln inspection feature characteristic parameters based on selected geometry
Signature
UpdateParams()New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Validate¶
-
InspectionParplnFeatureBuilder.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.