VObject Class

class NXOpen.Motion.VObject

Bases: NXOpen.TaggedObject

Represents a VObject

New in version NX6.0.0.

Properties

Property Description
ActionLink Returns the action link
Csys Returns or sets the force csys
Direction Returns or sets the direction
DisplayScale Returns or sets the display scale
MagConstant Returns or sets the magnitude constant value
MagFunction Returns or sets the magnitude function
MagnitudeExpression Returns the magtitude expression
Name Returns or sets the name
Origin Returns or sets the origin
ReactionLink Returns the reaction link
Tag Returns the Tag for this object.
ValueType Returns or sets the value type
XConstant Returns or sets the x component constant value
XExpression Returns the x component expression
XFunction Returns or sets the x component function
YConstant Returns or sets the y component constant value
YExpression Returns the y component expression
YFunction Returns or sets the y component function
ZConstant Returns or sets the z component constant value
ZExpression Returns the z component expression
ZFunction Returns or sets the z component function

Methods

Property Detail

Csys

VObject.Csys

Returns or sets the force csys

-------------------------------------

Getter Method

Signature Csys()

Returns:
Return type:NXOpen.Motion.VobjectCsysType

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Csys(csys)

Parameters:csys (NXOpen.Motion.VobjectCsysType) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

Direction

VObject.Direction

Returns or sets the direction

-------------------------------------

Getter Method

Signature Direction()

Returns:
Return type:NXOpen.Direction

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Direction(direction)

Parameters:direction (NXOpen.Direction) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

DisplayScale

VObject.DisplayScale

Returns or sets the display scale

-------------------------------------

Getter Method

Signature DisplayScale()

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DisplayScale(displayScale)

Parameters:displayScale (float) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

MagConstant

VObject.MagConstant

Returns or sets the magnitude constant value

-------------------------------------

Getter Method

Signature MagConstant()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.MagnitudeExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature MagConstant(constant)

Parameters:constant (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.MagnitudeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

MagFunction

VObject.MagFunction

Returns or sets the magnitude function

-------------------------------------

Getter Method

Signature MagFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MagFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

MagnitudeExpression

VObject.MagnitudeExpression

Returns the magtitude expression

-------------------------------------

Getter Method

Signature MagnitudeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

Name

VObject.Name

Returns or sets the name

-------------------------------------

Getter Method

Signature Name()

Returns:
Return type:str

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Name(name)

Parameters:name (str) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

Origin

VObject.Origin

Returns or sets the origin

-------------------------------------

Getter Method

Signature Origin()

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Origin(origin)

Parameters:origin (NXOpen.Point) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

ValueType

VObject.ValueType

Returns or sets the value type

-------------------------------------

Getter Method

Signature ValueType()

Returns:
Return type:NXOpen.Motion.ForceValueTypes

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ValueType(valueType)

Parameters:valueType (NXOpen.Motion.ForceValueTypes) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

XConstant

VObject.XConstant

Returns or sets the x component constant value

-------------------------------------

Getter Method

Signature XConstant()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.XExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature XConstant(constant)

Parameters:constant (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.XExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

XExpression

VObject.XExpression

Returns the x component expression

-------------------------------------

Getter Method

Signature XExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

XFunction

VObject.XFunction

Returns or sets the x component function

-------------------------------------

Getter Method

Signature XFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature XFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

YConstant

VObject.YConstant

Returns or sets the y component constant value

-------------------------------------

Getter Method

Signature YConstant()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.YExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature YConstant(constant)

Parameters:constant (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.YExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

YExpression

VObject.YExpression

Returns the y component expression

-------------------------------------

Getter Method

Signature YExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

YFunction

VObject.YFunction

Returns or sets the y component function

-------------------------------------

Getter Method

Signature YFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature YFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

ZConstant

VObject.ZConstant

Returns or sets the z component constant value

-------------------------------------

Getter Method

Signature ZConstant()

Returns:
Return type:float

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.ZExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature ZConstant(constant)

Parameters:constant (float) –

New in version NX6.0.0.

Deprecated since version NX8.0.0: Obtain the expression using Motion.VObject.ZExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

ZExpression

VObject.ZExpression

Returns the z component expression

-------------------------------------

Getter Method

Signature ZExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

ZFunction

VObject.ZFunction

Returns or sets the z component function

-------------------------------------

Getter Method

Signature ZFunction()

Returns:
Return type:NXOpen.CAE.Function

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ZFunction(function)

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)