Class ComplexVectorFieldWrapper
Inheritance
System.Object
System.MarshalByRefObject
ComplexVectorFieldWrapper
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Fields
Assembly: NXOpen.dll
Syntax
public class ComplexVectorFieldWrapper : NXObject, IMessageSink, INXObject
Constructors
ComplexVectorFieldWrapper()
Declaration
protected ComplexVectorFieldWrapper()
Methods
GetExpressionByIndex(Int32)
Declaration
public Expression GetExpressionByIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
Expression |
GetField()
Declaration
public Field GetField()
Returns
Type | Description |
---|---|
Field |
GetImaginaryExpressionByIndex(Int32)
Declaration
public Expression GetImaginaryExpressionByIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
Expression |
SetExpressions(Expression[])
Declaration
public void SetExpressions(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
SetField(Field, Double)
Declaration
public void SetField(Field field, double scaleFactor)
Parameters
Type | Name | Description |
---|---|---|
Field | field | |
System.Double | scaleFactor |
SetImaginaryExpressions(Expression[])
Declaration
public void SetImaginaryExpressions(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
Implements
System.Runtime.Remoting.Messaging.IMessageSink