ObjectContainer Class¶
-
class
NXOpen.CAM.ObjectContainer¶ Bases:
NXOpen.TaggedObjectRepresents a Cam Objects Builder
New in version NX9.0.2.
Methods¶
| Method | Description |
|---|---|
| Copy | Copy CAM Objects |
| Cut | Cut CAM Objects |
| Paste | Paste CAM Objects |
| PasteBefore | Paste before CAM Objects |
Method Detail¶
Copy¶
-
ObjectContainer.Copy¶ Copy CAM Objects
Signature
Copy(current)Parameters: current (list of int) – New in version NX9.0.2.
License requirements: None.
Cut¶
-
ObjectContainer.Cut¶ Cut CAM Objects
Signature
Cut(current)Parameters: current (list of int) – New in version NX9.0.2.
License requirements: None.