NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | List of all members
NXOpen.UF.UFBound Class Reference

Contains wrappers for all 'UF_BOUND' functions and data types. More...

Inheritance diagram for NXOpen.UF.UFBound:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  _AllData
 
struct  AllData
 Wrapper for UF_BOUND_all_data_s More...
 
struct  MemberData
 Wrapper for UF_BOUND_member_data_s More...
 
struct  Object
 Wrapper for UF_BOUND_object_s More...
 
struct  Tolerance
 Wrapper for UF_BOUND_tolerance_s More...
 

Public Member Functions

unsafe void AskBoundaryData (NXOpen.Tag boundary_tag, out AllData boundary_data)
 Wrapper method for UF_BOUND_ask_boundary_data More...
 
void AskNumberOfBoundaries (NXOpen.Tag _object, out int no_of_members)
 Wrapper method for UF_BOUND_ask_number_of_boundaries More...
 
void CreateBoundary (int open_closed_flag, NXOpen.Tag view_tag, Tolerance tol, uint num_members, Object[] object_list, out NXOpen.Tag bound_tag)
 Wrapper method for UF_BOUND_create_boundary 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Contains wrappers for all 'UF_BOUND' functions and data types.

Member Function Documentation

unsafe void NXOpen.UF.UFBound.AskBoundaryData ( NXOpen.Tag  boundary_tag,
out AllData  boundary_data 
)
inline

Wrapper method for UF_BOUND_ask_boundary_data

Refer to UF_BOUND_ask_boundary_data for documentation

License requirements:None

void NXOpen.UF.UFBound.AskNumberOfBoundaries ( NXOpen.Tag  _object,
out int  no_of_members 
)
inline

Wrapper method for UF_BOUND_ask_number_of_boundaries

Refer to UF_BOUND_ask_number_of_boundaries for documentation

License requirements:None

void NXOpen.UF.UFBound.CreateBoundary ( int  open_closed_flag,
NXOpen.Tag  view_tag,
Tolerance  tol,
uint  num_members,
Object[]  object_list,
out NXOpen.Tag  bound_tag 
)
inline

Wrapper method for UF_BOUND_create_boundary

Refer to UF_BOUND_create_boundary for documentation

License requirements:None


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