BlankIpw Class¶
-
class
NXOpen.CAM.BlankIpw¶ Bases:
NXOpen.TaggedObjectRepresents the blank ipw builder for blank definition
To obtain an instance of this class use the
NXOpen.CAM.GeometryGroupNew in version NX8.0.0.
Methods¶
| Method | Description |
|---|---|
| GetSource | Get the blank ipw source |
| GetStatus | Get the blank IPW status |
| IsValidSource | Decide if the input object can be a valid source |
| SetSource | Set the blank ipw source |
| Update | Update the blank ipw |
Enumerations¶
| BlankIpwStatusTypes Enumeration | the blank IPW status types |
Method Detail¶
GetSource¶
-
BlankIpw.GetSource¶ Get the blank ipw source
Signature
GetSource()Returns: a tuple Return type: A tuple consisting of (source, sourcePart). source is a NXOpen.CAM.CAMObject. the blank IPW source sourcePart is aNXOpen.NXObject. the part where the blank IPW source existsNew in version NX8.0.0.
License requirements: None.
GetStatus¶
-
BlankIpw.GetStatus¶ Get the blank IPW status
Signature
GetStatus()Returns: the blank ipw status Return type: NXOpen.CAM.BlankIpwStatusTypesNew in version NX8.0.0.
License requirements: None.
IsValidSource¶
-
BlankIpw.IsValidSource¶ Decide if the input object can be a valid source
Signature
IsValidSource(object)Parameters: object ( NXOpen.CAM.CAMObject) – the object to be checkedReturns: indicate if the input object is valid or not Return type: bool New in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)
SetSource¶
-
BlankIpw.SetSource¶ Set the blank ipw source
Signature
SetSource(sourcePartName, sourceName)Parameters: - sourcePartName (str) – the part name where the blank IPW source exists
- sourceName (str) – the name of the blank IPW source
New in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)
Update¶
-
BlankIpw.Update¶ Update the blank ipw
Signature
Update()Returns: the blank ipw status Return type: NXOpen.CAM.BlankIpwStatusTypesNew in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)