VObject Class¶
-
class
NXOpen.Motion.VObject¶ Bases:
NXOpen.TaggedObjectRepresents 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¶
ActionLink¶
-
VObject.ActionLink¶ Returns the action link
-------------------------------------Getter Method
Signature
ActionLinkReturns: Return type: NXOpen.Motion.SelectLinkNew in version NX6.0.0.
License requirements: None.
Applicationtype¶
-
VObject.Applicationtype¶ Returns or sets the application type
-------------------------------------Getter Method
Signature
ApplicationtypeReturns: Return type: NXOpen.Motion.VobjectApplicationTypeNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ApplicationtypeParameters: 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
CsysReturns: Return type: NXOpen.Motion.VobjectCsysTypeNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsysParameters: 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
DirectionReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionParameters: 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
DisplayScaleReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplayScaleParameters: displayScale (float) – New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
MagFunction¶
-
VObject.MagFunction¶ Returns or sets the magnitude function
-------------------------------------Getter Method
Signature
MagFunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MagFunctionParameters: function ( NXOpen.CAE.Function) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
MagnitudeExpression¶
-
VObject.MagnitudeExpression¶ Returns the magtitude expression
-------------------------------------Getter Method
Signature
MagnitudeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
MagnitudeProfile¶
-
VObject.MagnitudeProfile¶ Returns the magnitude profile
-------------------------------------Getter Method
Signature
MagnitudeProfileReturns: Return type: NXOpen.Motion.SelectFieldDataNew in version NX12.0.0.
License requirements: None.
Name¶
-
VObject.Name¶ Returns or sets the name
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
Origin¶
-
VObject.Origin¶ Returns or sets the origin
-------------------------------------Getter Method
Signature
OriginReturns: Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OriginParameters: origin ( NXOpen.Point) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
ReactionLink¶
-
VObject.ReactionLink¶ Returns the reaction link
-------------------------------------Getter Method
Signature
ReactionLinkReturns: Return type: NXOpen.Motion.SelectLinkNew in version NX6.0.0.
License requirements: None.
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
ReferenceCsysReturns: Return type: NXOpen.CoordinateSystemNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
ReferenceCsysParameters: 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
ReferenceDirectionReturns: Return type: NXOpen.DirectionNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceDirectionParameters: direction ( NXOpen.Direction) –New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
ReferenceLink¶
-
VObject.ReferenceLink¶ Returns the reference link
-------------------------------------Getter Method
Signature
ReferenceLinkReturns: Return type: NXOpen.Motion.SelectLinkNew in version NX12.0.0.
License requirements: None.
ReferenceOrigin¶
-
VObject.ReferenceOrigin¶ Returns or sets the reference point
-------------------------------------Getter Method
Signature
ReferenceOriginReturns: Return type: NXOpen.PointNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceOriginParameters: 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
ValueTypeReturns: Return type: NXOpen.Motion.ForceValueTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueTypeParameters: 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
XExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
XFunction¶
-
VObject.XFunction¶ Returns or sets the x component function
-------------------------------------Getter Method
Signature
XFunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
XFunctionParameters: function ( NXOpen.CAE.Function) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
XProfile¶
-
VObject.XProfile¶ Returns the x profile
-------------------------------------Getter Method
Signature
XProfileReturns: Return type: NXOpen.Motion.SelectFieldDataNew in version NX12.0.0.
License requirements: None.
YExpression¶
-
VObject.YExpression¶ Returns the y component expression
-------------------------------------Getter Method
Signature
YExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
YFunction¶
-
VObject.YFunction¶ Returns or sets the y component function
-------------------------------------Getter Method
Signature
YFunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
YFunctionParameters: function ( NXOpen.CAE.Function) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
YProfile¶
-
VObject.YProfile¶ Returns the y profile
-------------------------------------Getter Method
Signature
YProfileReturns: Return type: NXOpen.Motion.SelectFieldDataNew in version NX12.0.0.
License requirements: None.
ZExpression¶
-
VObject.ZExpression¶ Returns the z component expression
-------------------------------------Getter Method
Signature
ZExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
ZFunction¶
-
VObject.ZFunction¶ Returns or sets the z component function
-------------------------------------Getter Method
Signature
ZFunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZFunctionParameters: function ( NXOpen.CAE.Function) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
ZProfile¶
-
VObject.ZProfile¶ Returns the z profile
-------------------------------------Getter Method
Signature
ZProfileReturns: Return type: NXOpen.Motion.SelectFieldDataNew in version NX12.0.0.
License requirements: None.