CustomLoops Class¶
-
class
NXOpen.CAM.CustomLoops¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a CustomLoops object.
New in version NX8.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.Features.PatchOpeningsBuilderinstead.
Properties¶
| Property | Description |
|---|---|
| LoopList | Returns the loop set list |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| CreateLoopSet | Create a custom loop set |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
LoopList¶
-
CustomLoops.LoopList¶ Returns the loop set list
-------------------------------------Getter Method
Signature
LoopListReturns: Return type: NXOpen.CAM.CustomLoopSetListNew in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
CreateLoopSet¶
-
CustomLoops.CreateLoopSet¶ Create a custom loop set
Signature
CreateLoopSet()Returns: the loop set object Return type: NXOpen.CAM.CustomLoopSetNew in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)
Validate¶
-
CustomLoops.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.