Class VectorFieldWrapper
Inheritance
System.Object
System.MarshalByRefObject
VectorFieldWrapper
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 VectorFieldWrapper : NXObject, IMessageSink, INXObject
Constructors
VectorFieldWrapper()
Declaration
protected VectorFieldWrapper()
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 |
SetExpressions(Expression[])
Declaration
public void SetExpressions(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
SetField(Field, Double[])
Declaration
public void SetField(Field field, double[] scaleFactors)
Parameters
Type | Name | Description |
---|---|---|
Field | field | |
System.Double[] | scaleFactors |
Implements
System.Runtime.Remoting.Messaging.IMessageSink