NcmSubopBuilder Class¶
-
class
NXOpen.CAM.NcmSubopBuilder¶ Bases:
NXOpen.CAM.BaseBuilderRepresents a
NXOpen.CAM.NcmSubopBuilderNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| DefaultRegionStartType | Returns or sets the region start type |
| StartPointsEffectDistBuilder | Returns the region start points effective distance builder (inheritable tool dep) |
| StartPointsUseEffectDist | Returns or sets the start points use effective distance |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetCustomizableItemBuilder | Returns the customizable item builder for given customizable item name |
| GetCustomizableItemNames | Returns the names for all customizable item ids |
| GetRegionStartPoints | Returns region start points |
| SetRegionStartPoints | Sets region start points |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| NcmSubopBuilderDefaultRegionStartTypes Enumeration | Available types for default region start in subop milling |
Property Detail¶
DefaultRegionStartType¶
-
NcmSubopBuilder.DefaultRegionStartType¶ Returns or sets the region start type
-------------------------------------Getter Method
Signature
DefaultRegionStartTypeReturns: Return type: NXOpen.CAM.NcmSubopBuilderDefaultRegionStartTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DefaultRegionStartTypeParameters: defaultRegionStartType ( NXOpen.CAM.NcmSubopBuilderDefaultRegionStartTypes) –New in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
StartPointsEffectDistBuilder¶
-
NcmSubopBuilder.StartPointsEffectDistBuilder¶ Returns the region start points effective distance builder (inheritable tool dep)
-------------------------------------Getter Method
Signature
StartPointsEffectDistBuilderReturns: The start points effective distance builder Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX8.5.0.
License requirements: None.
StartPointsUseEffectDist¶
-
NcmSubopBuilder.StartPointsUseEffectDist¶ Returns or sets the start points use effective distance
-------------------------------------Getter Method
Signature
StartPointsUseEffectDistReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPointsUseEffectDistParameters: newValue (bool) – New in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
GetRegionStartPoints¶
-
NcmSubopBuilder.GetRegionStartPoints¶ Returns region start points
Signature
GetRegionStartPoints()Returns: The points Return type: list of NXOpen.PointNew in version NX8.5.0.
License requirements: None.
SetRegionStartPoints¶
-
NcmSubopBuilder.SetRegionStartPoints¶ Sets region start points
Signature
SetRegionStartPoints(regionStartPoints)Parameters: regionStartPoints (list of NXOpen.Point) – The pointsNew in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
Validate¶
-
NcmSubopBuilder.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.