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

represents the blank IPW builder for blank definition More...

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

Public Types

enum  PositionTypes { Unknown, Part, Csys }
 the blank IPW position types More...
 
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)
 Gets the blank IPW source More...
 
unsafe
NXOpen.CAM.BlankIpwSet.StatusTypes 
GetStatus ()
 Gets the blank IPW status More...
 
unsafe bool IsValidSource (NXOpen.CAM.CAMObject obj)
 Decides if the input object can be a valid source More...
 
unsafe void SetSource (string sourcePartName, string sourceName)
 Sets the blank IPW source More...
 
unsafe
NXOpen.CAM.BlankIpwSet.StatusTypes 
Update ()
 Updates 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...
 

Properties

unsafe NXOpen.CoordinateSystem IpwPositionCsys [get, set]
 Returns or sets the blank IPW position coordinate system More...
 
unsafe
NXOpen.CAM.BlankIpwSet.PositionTypes 
PositionType [get, set]
 Returns or sets the blank IPW position type More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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 NX1847.0.0

Member Enumeration Documentation

the blank IPW position types

Enumerator
Unknown 

blank ipw position types unknown

Part 

blank ipw position types part

Csys 

blank ipw position types csys

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.BlankIpwSet.GetSource ( out NXOpen.NXObject  sourcePart)
inline

Gets the blank IPW source

Created in NX1847.0.0

License requirements: None.

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

Gets the blank IPW status

Created in NX1847.0.0

License requirements: None.

Returns
the blank ipw status
unsafe bool NXOpen.CAM.BlankIpwSet.IsValidSource ( NXOpen.CAM.CAMObject  obj)
inline

Decides if the input object can be a valid source

Created in NX1847.0.0

License requirements: cam_base ("CAM BASE")

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

Sets the blank IPW source

Created in NX1847.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.BlankIpwSet.StatusTypes NXOpen.CAM.BlankIpwSet.Update ( )
inline

Updates the blank IPW

Created in NX1847.0.0

License requirements: cam_base ("CAM BASE")

Returns
the blank ipw status

Property Documentation

unsafe NXOpen.CoordinateSystem NXOpen.CAM.BlankIpwSet.IpwPositionCsys
getset

Returns or sets the blank IPW position coordinate system

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.BlankIpwSet.PositionTypes NXOpen.CAM.BlankIpwSet.PositionType
getset

Returns or sets the blank IPW position type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")


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