Class VObject
Inheritance
System.Object
System.MarshalByRefObject
VObject
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class VObject : TaggedObject, IMessageSink
Constructors
VObject()
Declaration
Properties
ActionLink
Declaration
public SelectLink ActionLink { get; }
Property Value
Applicationtype
Declaration
public VobjectApplicationType Applicationtype { get; set; }
Property Value
Csys
Declaration
public VobjectCsysType Csys { get; set; }
Property Value
Direction
Declaration
public Direction Direction { get; set; }
Property Value
DisplayScale
Declaration
public double DisplayScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
MagFunction
Declaration
public Function MagFunction { get; set; }
Property Value
MagnitudeExpression
Declaration
public Expression MagnitudeExpression { get; }
Property Value
MagnitudeProfile
Declaration
public SelectFieldData MagnitudeProfile { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Origin
Declaration
public Point Origin { get; set; }
Property Value
ReactionLink
Declaration
public SelectLink ReactionLink { get; }
Property Value
ReferenceCsys
Declaration
public CoordinateSystem ReferenceCsys { get; set; }
Property Value
ReferenceDirection
Declaration
public Direction ReferenceDirection { get; set; }
Property Value
ReferenceLink
Declaration
public SelectLink ReferenceLink { get; }
Property Value
ReferenceOrigin
Declaration
public Point ReferenceOrigin { get; set; }
Property Value
ValueType
Declaration
public ForceValueTypes ValueType { get; set; }
Property Value
XExpression
Declaration
public Expression XExpression { get; }
Property Value
XFunction
Declaration
public Function XFunction { get; set; }
Property Value
XProfile
Declaration
public SelectFieldData XProfile { get; }
Property Value
YExpression
Declaration
public Expression YExpression { get; }
Property Value
YFunction
Declaration
public Function YFunction { get; set; }
Property Value
YProfile
Declaration
public SelectFieldData YProfile { get; }
Property Value
ZExpression
Declaration
public Expression ZExpression { get; }
Property Value
ZFunction
Declaration
public Function ZFunction { get; set; }
Property Value
ZProfile
Declaration
public SelectFieldData ZProfile { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink