Class BlankIpwSet
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class BlankIpwSet : TaggedObject, IMessageSink
Constructors
BlankIpwSet()
Declaration
protected BlankIpwSet()
Properties
IpwPositionCsys
Declaration
public CoordinateSystem IpwPositionCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
PositionType
Declaration
public BlankIpwSet.PositionTypes PositionType { get; set; }
Property Value
Type | Description |
---|---|
BlankIpwSet.PositionTypes |
Methods
GetSource(out NXObject)
Declaration
public CAMObject GetSource(out NXObject sourcePart)
Parameters
Type | Name | Description |
---|---|---|
NXObject | sourcePart |
Returns
Type | Description |
---|---|
CAMObject |
GetStatus()
Declaration
public BlankIpwSet.StatusTypes GetStatus()
Returns
Type | Description |
---|---|
BlankIpwSet.StatusTypes |
IsValidSource(CAMObject)
Declaration
public bool IsValidSource(CAMObject obj)
Parameters
Type | Name | Description |
---|---|---|
CAMObject | obj |
Returns
Type | Description |
---|---|
System.Boolean |
SetSource(String, String)
Declaration
public void SetSource(string sourcePartName, string sourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sourcePartName | |
System.String | sourceName |
Update()
Declaration
public BlankIpwSet.StatusTypes Update()
Returns
Type | Description |
---|---|
BlankIpwSet.StatusTypes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink