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
Applicationtype Returns or sets the application type
Csys Returns or sets the force csys
Direction Returns or sets the direction
DisplayScale Returns or sets the display scale
MagFunction Returns or sets the magnitude function
MagnitudeExpression Returns the magtitude expression
MagnitudeProfile Returns the magnitude profile
Name Returns or sets the name
Origin Returns or sets the origin
ReactionLink Returns the reaction link
ReferenceCsys Returns or sets the csys of reference link, the coordinate system of action and reaction are same each other
ReferenceDirection Returns or sets the reference direction
ReferenceLink Returns the reference link
ReferenceOrigin Returns or sets the reference point
Tag Returns the Tag for this object.
ValueType Returns or sets the value type
XExpression Returns the x component expression
XFunction Returns or sets the x component function
XProfile Returns the x profile
YExpression Returns the y component expression
YFunction Returns or sets the y component function
YProfile Returns the y profile
ZExpression Returns the z component expression
ZFunction Returns or sets the z component function
ZProfile Returns the z profile

Methods

Property Detail

Applicationtype

VObject.Applicationtype

Returns or sets the application type

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

Getter Method

Signature Applicationtype

Returns:
Return type:NXOpen.Motion.VobjectApplicationType

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature Applicationtype

Parameters:type (NXOpen.Motion.VobjectApplicationType) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

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

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

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

Parameters:displayScale (float) –

New in version NX6.0.0.

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

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.

MagnitudeProfile

VObject.MagnitudeProfile

Returns the magnitude profile

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

Getter Method

Signature MagnitudeProfile

Returns:
Return type:NXOpen.Motion.SelectFieldData

New in version NX12.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

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

Parameters:origin (NXOpen.Point) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

ReferenceCsys

VObject.ReferenceCsys

Returns or sets the csys of reference link, the coordinate system of action and reaction are same each other

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

Getter Method

Signature ReferenceCsys

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

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

Setter Method

Signature ReferenceCsys

Parameters:csys (NXOpen.CoordinateSystem) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

ReferenceDirection

VObject.ReferenceDirection

Returns or sets the reference direction

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

Getter Method

Signature ReferenceDirection

Returns:
Return type:NXOpen.Direction

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature ReferenceDirection

Parameters:direction (NXOpen.Direction) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

ReferenceOrigin

VObject.ReferenceOrigin

Returns or sets the reference point

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

Getter Method

Signature ReferenceOrigin

Returns:
Return type:NXOpen.Point

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature ReferenceOrigin

Parameters:referencePoint (NXOpen.Point) –

New in version NX12.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

Parameters:valueType (NXOpen.Motion.ForceValueTypes) –

New in version NX6.0.0.

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

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

XProfile

VObject.XProfile

Returns the x profile

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

Getter Method

Signature XProfile

Returns:
Return type:NXOpen.Motion.SelectFieldData

New in version NX12.0.0.

License requirements: None.

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

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

YProfile

VObject.YProfile

Returns the y profile

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

Getter Method

Signature YProfile

Returns:
Return type:NXOpen.Motion.SelectFieldData

New in version NX12.0.0.

License requirements: None.

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

Parameters:function (NXOpen.CAE.Function) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

ZProfile

VObject.ZProfile

Returns the z profile

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

Getter Method

Signature ZProfile

Returns:
Return type:NXOpen.Motion.SelectFieldData

New in version NX12.0.0.

License requirements: None.