NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | List of all members
NXOpen.CAM.BlankIpw Class Reference

Represents the blank ipw builder for blank definition More...

Inheritance diagram for NXOpen.CAM.BlankIpw:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  StatusTypes {
  UpToDate, OutOfDate, UnableToUpdate, None,
  Unknown
}
 the blank IPW status types More...
 

Public Member Functions

unsafe NXOpen.CAM.CAMObject GetSource (out NXOpen.NXObject sourcePart)
 Get the blank ipw source More...
 
unsafe
NXOpen.CAM.BlankIpw.StatusTypes 
GetStatus ()
 Get the blank IPW status More...
 
unsafe bool IsValidSource (NXOpen.CAM.CAMObject @object)
 Decide if the input object can be a valid source More...
 
unsafe void SetSource (string sourcePartName, string sourceName)
 Set the blank ipw source More...
 
unsafe
NXOpen.CAM.BlankIpw.StatusTypes 
Update ()
 Update the blank ipw More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents the blank ipw builder for blank definition

To obtain an instance of this class use the NXOpen.CAM.GeometryGroup

Created in NX8.0.0

Member Enumeration Documentation

the blank IPW status types

Enumerator
UpToDate 

blank ipw status up to date

OutOfDate 

blank ipw status out of date

UnableToUpdate 

blank ipw status unable to update

None 

blank ipw status none

Unknown 

blank ipw status unknown

Member Function Documentation

unsafe NXOpen.CAM.CAMObject NXOpen.CAM.BlankIpw.GetSource ( out NXOpen.NXObject  sourcePart)
inline

Get the blank ipw source

Created in NX8.0.0

License requirements: None.

Parameters
sourcePartthe part where the blank IPW source exists
Returns
the blank IPW source
unsafe NXOpen.CAM.BlankIpw.StatusTypes NXOpen.CAM.BlankIpw.GetStatus ( )
inline

Get the blank IPW status

Created in NX8.0.0

License requirements: None.

Returns
the blank ipw status
unsafe bool NXOpen.CAM.BlankIpw.IsValidSource ( NXOpen.CAM.CAMObject object)
inline

Decide if the input object can be a valid source

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectthe object to be checked
Returns
indicate if the input object is valid or not
unsafe void NXOpen.CAM.BlankIpw.SetSource ( string  sourcePartName,
string  sourceName 
)
inline

Set the blank ipw source

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
sourcePartNamethe part name where the blank IPW source exists
sourceNamethe name of the blank IPW source
unsafe NXOpen.CAM.BlankIpw.StatusTypes NXOpen.CAM.BlankIpw.Update ( )
inline

Update the blank ipw

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Returns
the blank ipw status

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.