Class UFTrns
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 UFTrns : NXRemotableObject, IMessageSink
Methods
CreateCsysMappingMatrix(Double[], Double[], Double[], out Int32)
Declaration
public void CreateCsysMappingMatrix(double[] ref_csys, double[] dest_csys, double[] matrix, out int status)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | ref_csys | |
System.Double[] | dest_csys | |
System.Double[] | matrix | |
System.Int32 | status |
CreateReflectionMatrix(ref Tag, Double[], out Int32)
Declaration
public void CreateReflectionMatrix(ref Tag _object, double[] matrix, out int status)
Parameters
Type | Name | Description |
---|---|---|
Tag | _object | |
System.Double[] | matrix | |
System.Int32 | status |
CreateRotationMatrix(Double[], Double[], ref Double, Double[], out Int32)
Declaration
public void CreateRotationMatrix(double[] origin, double[] direction, ref double degrees_rotation, double[] matrix, out int status)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | origin | |
System.Double[] | direction | |
System.Double | degrees_rotation | |
System.Double[] | matrix | |
System.Int32 | status |
CreateScalingMatrix(ref Int32, Double[], Double[], Double[], out Int32)
Declaration
public void CreateScalingMatrix(ref int type, double[] scales, double[] origin, double[] matrix, out int status)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | type | |
System.Double[] | scales | |
System.Double[] | origin | |
System.Double[] | matrix | |
System.Int32 | status |
CreateTranslationMatrix(Double[], Double[])
Declaration
public void CreateTranslationMatrix(double[] translation, double[] matrix)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | translation | |
System.Double[] | matrix |
MapPosition(Double[], Double[])
Declaration
public void MapPosition(double[] ra1, double[] rp2)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | ra1 | |
System.Double[] | rp2 |
MultiplyMatrices(Double[], Double[], Double[])
Declaration
public void MultiplyMatrices(double[] matrix1, double[] matrix2, double[] product)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | matrix1 | |
System.Double[] | matrix2 | |
System.Double[] | product |
TransformObjects(Double[], Tag[], ref Int32, ref Int32, ref Int32, ref Int32, Tag[], out Tag, out Int32)
Declaration
public void TransformObjects(double[] rp1, Tag[] objects, ref int n_objects, ref int move_or_copy, ref int dest_layer, ref int trace_curves, Tag[] copies, out Tag trace_curve_group, out int status)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | rp1 | |
Tag[] | objects | |
System.Int32 | n_objects | |
System.Int32 | move_or_copy | |
System.Int32 | dest_layer | |
System.Int32 | trace_curves | |
Tag[] | copies | |
Tag | trace_curve_group | |
System.Int32 | status |
Implements
System.Runtime.Remoting.Messaging.IMessageSink