Class UFPatt
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 UFPatt : NXRemotableObject, IMessageSink
  Methods
AskData(Tag, out String, out String, out Int32, out Int32, out Int32, Double[])
Declaration
public void AskData(Tag _object, out string name, out string file_name, out int view_dependent_status, out int layer, out int retrieval_status, double[] transform_data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | _object | |
| System.String | name | |
| System.String | file_name | |
| System.Int32 | view_dependent_status | |
| System.Int32 | layer | |
| System.Int32 | retrieval_status | |
| System.Double[] | transform_data | 
AskParams(Tag, out UFPatt.Switch, out UFPatt.Switch, out UFPatt.Switch)
Declaration
public void AskParams(Tag tag, out UFPatt.Switch origin_display, out UFPatt.Switch max_min_display, out UFPatt.Switch control_pt_display)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | tag | |
| UFPatt.Switch | origin_display | |
| UFPatt.Switch | max_min_display | |
| UFPatt.Switch | control_pt_display | 
CreatePoint(Double[], out Tag)
Declaration
public void CreatePoint(double[] coordinates, out Tag tag)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double[] | coordinates | |
| Tag | tag | 
CycleErrors(ref Int32, out String)
Declaration
public void CycleErrors(ref int ia1, out string cr2)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | ia1 | |
| System.String | cr2 | 
Import(String, String, Int32, Double[], out Tag)
Declaration
public void Import(string file_name, string pattern_name, int autoscale_option, double[] transform_data, out Tag pattern)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | file_name | |
| System.String | pattern_name | |
| System.Int32 | autoscale_option | |
| System.Double[] | transform_data | |
| Tag | pattern | 
IsArchivingOn(out Boolean)
Declaration
public void IsArchivingOn(out bool on)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | on | 
IsShadingOn(out Boolean)
Declaration
public void IsShadingOn(out bool on)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | on | 
SetArchiving(UFPatt.Switch)
Declaration
public void SetArchiving(UFPatt.Switch setting)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFPatt.Switch | setting | 
SetParams(Tag, UFPatt.Switch, UFPatt.Switch, UFPatt.Switch)
Declaration
public void SetParams(Tag tag, UFPatt.Switch origin_status, UFPatt.Switch max_min_status, UFPatt.Switch control_pt_status)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | tag | |
| UFPatt.Switch | origin_status | |
| UFPatt.Switch | max_min_status | |
| UFPatt.Switch | control_pt_status | 
SetShading(UFPatt.Switch)
Declaration
public void SetShading(UFPatt.Switch setting)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFPatt.Switch | setting | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink