Class UFOprbnd
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 UFOprbnd : NXRemotableObject, IMessageSink
Methods
AppendItemUde(Tag, CamGeomType, IntPtr, IntPtr, OprbndUdeSetType, String, out IntPtr, out Boolean)
Declaration
public void AppendItemUde(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, OprbndUdeSetType set_type, string ude_name, out IntPtr ude, out bool response)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
OprbndUdeSetType | set_type | |
System.String | ude_name | |
System.IntPtr | ude | |
System.Boolean | response |
AskBoundaryAppData(Tag, CamGeomType, IntPtr, out UFOprbnd.AppData)
Declaration
public void AskBoundaryAppData(Tag object_tag, CamGeomType type, IntPtr boundary, out UFOprbnd.AppData app_data)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
UFOprbnd.AppData | app_data |
AskItemAppData(Tag, CamGeomType, IntPtr, IntPtr, out UFOprbnd.AppData)
Declaration
public void AskItemAppData(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, out UFOprbnd.AppData app_data)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
UFOprbnd.AppData | app_data |
AskItemUdes(Tag, CamGeomType, IntPtr, IntPtr, OprbndUdeSetType, out Int32, out IntPtr[])
Declaration
public void AskItemUdes(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, OprbndUdeSetType set_type, out int num_udes, out IntPtr[] udes)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
OprbndUdeSetType | set_type | |
System.Int32 | num_udes | |
System.IntPtr[] | udes |
CanAcceptItemUde(Tag, CamGeomType, IntPtr, IntPtr, OprbndUdeSetType, String, out Boolean)
Declaration
public void CanAcceptItemUde(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, OprbndUdeSetType set_type, string ude_name, out bool response)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
OprbndUdeSetType | set_type | |
System.String | ude_name | |
System.Boolean | response |
DeleteAllItemUdes(Tag, CamGeomType, IntPtr, IntPtr, OprbndUdeSetType)
Declaration
public void DeleteAllItemUdes(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, OprbndUdeSetType set_type)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
OprbndUdeSetType | set_type |
DeleteItemUde(Tag, CamGeomType, IntPtr, IntPtr, OprbndUdeSetType, IntPtr)
Declaration
public void DeleteItemUde(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, OprbndUdeSetType set_type, IntPtr ude)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
OprbndUdeSetType | set_type | |
System.IntPtr | ude |
SetBoundaryAppData(Tag, CamGeomType, IntPtr, ref UFOprbnd.AppData)
Declaration
public void SetBoundaryAppData(Tag object_tag, CamGeomType type, IntPtr boundary, ref UFOprbnd.AppData app_data)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
UFOprbnd.AppData | app_data |
SetItemAppData(Tag, CamGeomType, IntPtr, IntPtr, ref UFOprbnd.AppData)
Declaration
public void SetItemAppData(Tag object_tag, CamGeomType type, IntPtr boundary, IntPtr item, ref UFOprbnd.AppData app_data)
Parameters
Type | Name | Description |
---|---|---|
Tag | object_tag | |
CamGeomType | type | |
System.IntPtr | boundary | |
System.IntPtr | item | |
UFOprbnd.AppData | app_data |
Implements
System.Runtime.Remoting.Messaging.IMessageSink