Class ComplexScalarFieldWrapper
Inheritance
System.Object
System.MarshalByRefObject
ComplexScalarFieldWrapper
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 ComplexScalarFieldWrapper : NXObject, IMessageSink, INXObject
Constructors
ComplexScalarFieldWrapper()
Declaration
protected ComplexScalarFieldWrapper()
Methods
GetExpression()
Declaration
public Expression GetExpression()
Returns
Type | Description |
---|---|
Expression |
GetField()
Declaration
public Field GetField()
Returns
Type | Description |
---|---|
Field |
GetImaginaryExpression()
Declaration
public Expression GetImaginaryExpression()
Returns
Type | Description |
---|---|
Expression |
SetExpression(Expression)
Declaration
public void SetExpression(Expression expression)
Parameters
Type | Name | Description |
---|---|---|
Expression | expression |
SetField(Field)
Declaration
public void SetField(Field field)
Parameters
Type | Name | Description |
---|---|---|
Field | field |
SetFieldWithScaleFactor(Field, Double)
Declaration
public void SetFieldWithScaleFactor(Field field, double scaleFactor)
Parameters
Type | Name | Description |
---|---|---|
Field | field | |
System.Double | scaleFactor |
SetImaginaryExpression(Expression)
Declaration
public void SetImaginaryExpression(Expression expression)
Parameters
Type | Name | Description |
---|---|---|
Expression | expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink