Class UFCsys
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 UFCsys : NXRemotableObject, IMessageSink
  Methods
AskCsysInfo(Tag, out Tag, Double[])
Declaration
public void AskCsysInfo(Tag csys_id, out Tag matrix_id, double[] csys_origin)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | csys_id | |
| Tag | matrix_id | |
| System.Double[] | csys_origin | 
AskMatrixOfObject(Tag, out Tag)
Declaration
public void AskMatrixOfObject(Tag object_id, out Tag matrix_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | object_id | |
| Tag | matrix_id | 
AskMatrixValues(Tag, Double[])
Declaration
public void AskMatrixValues(Tag matrix_id, double[] matrix_values)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | matrix_id | |
| System.Double[] | matrix_values | 
AskWcs(out Tag)
Declaration
public void AskWcs(out Tag wcs_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | wcs_id | 
CreateCsys(Double[], Tag, out Tag)
Declaration
public void CreateCsys(double[] csys_origin, Tag matrix_id, out Tag csys_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double[] | csys_origin | |
| Tag | matrix_id | |
| Tag | csys_id | 
CreateMatrix(Double[], out Tag)
Declaration
public void CreateMatrix(double[] matrix_values, out Tag matrix_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double[] | matrix_values | |
| Tag | matrix_id | 
CreateTempCsys(Double[], Tag, out Tag)
Declaration
public void CreateTempCsys(double[] csys_origin, Tag matrix_id, out Tag csys_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double[] | csys_origin | |
| Tag | matrix_id | |
| Tag | csys_id | 
EditMatrixOfObject(Tag, Tag)
Declaration
public void EditMatrixOfObject(Tag object_id, Tag matrix_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | object_id | |
| Tag | matrix_id | 
MapPoint(Int32, Double[], Int32, Double[])
Declaration
public void MapPoint(int input_csys, double[] input_point, int output_csys, double[] output_point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | input_csys | |
| System.Double[] | input_point | |
| System.Int32 | output_csys | |
| System.Double[] | output_point | 
SetOrigin(Tag, Double[])
Declaration
public void SetOrigin(Tag csys_tag, double[] origin)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | csys_tag | |
| System.Double[] | origin | 
SetWcs(Tag)
Declaration
public void SetWcs(Tag csys_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | csys_id | 
SetWcsDisplay(Int32)
Declaration
public void SetWcsDisplay(int display_status)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | display_status | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink