Class UFOprbnd
Assembly: NXOpen.UF.dll
Syntax
public class UFOprbnd : NXRemotableObject, IMessageSink
Methods
AppendItemUde(Tag, CamGeomType, nint, nint, OprbndUdeSetType, string, out nint, out bool)
Declaration
public void AppendItemUde(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, string ude_name, out nint ude, out bool response)
Parameters
AskBoundaryAppData(Tag, CamGeomType, nint, out AppData)
Declaration
public void AskBoundaryAppData(Tag object_tag, CamGeomType type, nint boundary, out UFOprbnd.AppData app_data)
Parameters
AskItemAppData(Tag, CamGeomType, nint, nint, out AppData)
Declaration
public void AskItemAppData(Tag object_tag, CamGeomType type, nint boundary, nint item, out UFOprbnd.AppData app_data)
Parameters
AskItemUdes(Tag, CamGeomType, nint, nint, OprbndUdeSetType, out int, out nint[])
Declaration
public void AskItemUdes(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, out int num_udes, out nint[] udes)
Parameters
CanAcceptItemUde(Tag, CamGeomType, nint, nint, OprbndUdeSetType, string, out bool)
Declaration
public void CanAcceptItemUde(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, string ude_name, out bool response)
Parameters
DeleteAllItemUdes(Tag, CamGeomType, nint, nint, OprbndUdeSetType)
Declaration
public void DeleteAllItemUdes(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type)
Parameters
DeleteItemUde(Tag, CamGeomType, nint, nint, OprbndUdeSetType, nint)
Declaration
public void DeleteItemUde(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, nint ude)
Parameters
SetBoundaryAppData(Tag, CamGeomType, nint, ref AppData)
Declaration
public void SetBoundaryAppData(Tag object_tag, CamGeomType type, nint boundary, ref UFOprbnd.AppData app_data)
Parameters
SetItemAppData(Tag, CamGeomType, nint, nint, ref AppData)
Declaration
public void SetItemAppData(Tag object_tag, CamGeomType type, nint boundary, nint item, ref UFOprbnd.AppData app_data)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink