Class UFDpud
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public class UFDpud : NXRemotableObject, IMessageSink
Methods
AskDpud(IntPtr, out IntPtr)
Declaration
public void AskDpud(IntPtr exit_id, out IntPtr dpud_id)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | exit_id | |
System.IntPtr | dpud_id |
AskDrpos0(IntPtr, out IntPtr)
Declaration
public void AskDrpos0(IntPtr dpud, out IntPtr drpos)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.IntPtr | drpos |
AskDrpos1(IntPtr, out IntPtr)
Declaration
public void AskDrpos1(IntPtr dpud, out IntPtr drpos)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.IntPtr | drpos |
AskDrpos2(IntPtr, out IntPtr)
Declaration
public void AskDrpos2(IntPtr dpud, out IntPtr drpos)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.IntPtr | drpos |
AskOper(IntPtr, out IntPtr)
Declaration
public void AskOper(IntPtr dpud, out IntPtr oper)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.IntPtr | oper |
AskProjOption(IntPtr, out UFDpud.ProjOption)
Declaration
public void AskProjOption(IntPtr dpud, out UFDpud.ProjOption proj_option)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
UFDpud.ProjOption | proj_option |
AskProjVec(IntPtr, Double[])
Declaration
public void AskProjVec(IntPtr dpud, double[] proj_vec)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.Double[] | proj_vec |
AskPurpose(IntPtr, out UFDpud.Purpose)
Declaration
public void AskPurpose(IntPtr dpud, out UFDpud.Purpose purpose)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
UFDpud.Purpose | purpose |
AskRatio(IntPtr, out Double)
Declaration
public void AskRatio(IntPtr dpud, out double ratio)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.Double | ratio |
AskTaxisOption(IntPtr, out UFDpud.TaxisOption)
Declaration
public void AskTaxisOption(IntPtr dpud, out UFDpud.TaxisOption taxis_option)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
UFDpud.TaxisOption | taxis_option |
AskToolAxis(IntPtr, Double[])
Declaration
public void AskToolAxis(IntPtr dpud, double[] tool_axis)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.Double[] | tool_axis |
SetUserDataSize(IntPtr, Int32)
Declaration
public void SetUserDataSize(IntPtr dpud, int size)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dpud | |
System.Int32 | size |
Implements
System.Runtime.Remoting.Messaging.IMessageSink