NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Motion.TirePropertyHighOrderParameters Class Reference

Represents a Tire Property builder for the High Order parameters used in Motorcycle and Basic properties. More...

Inheritance diagram for NXOpen.Motion.TirePropertyHighOrderParameters:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  UnloadingVertStiffType { Function, Profile }
 The block type can be Function when a spline curve is used or Profile when a profile is used. More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Expression CarcassMass [get]
 Returns the carcass mass More...
 
unsafe NXOpen.Expression LateralDamping [get]
 Returns the lateral damping. More...
 
unsafe bool LateralEffects [get, set]
 Returns or sets the lateral effects More...
 
unsafe NXOpen.Expression LateralStiffness [get]
 Returns the lateral stiffness. More...
 
unsafe NXOpen.Expression LongDamping [get]
 Returns the longitudinal damping More...
 
unsafe bool LongitudinalEffects [get, set]
 Returns or sets the longitudinal effects More...
 
unsafe NXOpen.Expression LongStiffness [get]
 Returns the longitudinal stiffness More...
 
unsafe bool RollMoment [get, set]
 Returns or sets the roll moment. More...
 
unsafe NXOpen.Motion.MotionFunction UnloadingVerticalStiffness [get, set]
 Returns or sets the unloading vertical stiffness. More...
 
unsafe
NXOpen.Motion.SelectFieldData 
UnloadingVerticalStiffnessProfile [get]
 Returns the Profile. More...
 
unsafe
NXOpen.Motion.TirePropertyHighOrderParameters.UnloadingVertStiffType 
UnloadingVerticalStiffnessType [get, set]
 Returns or sets the type. More...
 
unsafe bool VerticalCarcassEffects [get, set]
 Returns or sets the vertical carcass effects More...
 
unsafe NXOpen.Expression VerticalStiffnessTransVelocity [get]
 Returns the vertical stiffness transitional velocity stiffness This parameter is only used in the Motion.TirePropertyBasic . More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Tire Property builder for the High Order parameters used in Motorcycle and Basic properties.

Created in NX11.0.0

Member Enumeration Documentation

The block type can be Function when a spline curve is used or Profile when a profile is used.

Enumerator
Function 
Profile 

Member Function Documentation

unsafe bool NXOpen.Motion.TirePropertyHighOrderParameters.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyHighOrderParameters.CarcassMass
get

Returns the carcass mass

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyHighOrderParameters.LateralDamping
get

Returns the lateral damping.

This parameter is only used in the Motion.TirePropertyBasic .

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.TirePropertyHighOrderParameters.LateralEffects
getset

Returns or sets the lateral effects

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyHighOrderParameters.LateralStiffness
get

Returns the lateral stiffness.

This parameter is only used in the Motion.TirePropertyBasic .

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyHighOrderParameters.LongDamping
get

Returns the longitudinal damping

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.TirePropertyHighOrderParameters.LongitudinalEffects
getset

Returns or sets the longitudinal effects

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyHighOrderParameters.LongStiffness
get

Returns the longitudinal stiffness

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.TirePropertyHighOrderParameters.RollMoment
getset

Returns or sets the roll moment.

This parameter is only used in the Motion.TirePropertyBasic . It is a flag that indicates whether or not the roll moment term introduced by the lateral spring-damper should be calculated. This roll moment is caused by the lateral displacement of the tire patch when a lateral spring-damper (lateral stiff) is included in the tire model. If cornering table or cornering stiffness are used, and roll moment is set to "True", lateral stiffness is used to determine a lateral deflection that in turn is used to calculate a roll moment.

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.MotionFunction NXOpen.Motion.TirePropertyHighOrderParameters.UnloadingVerticalStiffness
getset

Returns or sets the unloading vertical stiffness.

This parameter is only used in the Motion.TirePropertyBasic .

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectFieldData NXOpen.Motion.TirePropertyHighOrderParameters.UnloadingVerticalStiffnessProfile
get

Returns the Profile.

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.TirePropertyHighOrderParameters.UnloadingVertStiffType NXOpen.Motion.TirePropertyHighOrderParameters.UnloadingVerticalStiffnessType
getset

Returns or sets the type.

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.TirePropertyHighOrderParameters.VerticalCarcassEffects
getset

Returns or sets the vertical carcass effects

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyHighOrderParameters.VerticalStiffnessTransVelocity
get

Returns the vertical stiffness transitional velocity stiffness This parameter is only used in the Motion.TirePropertyBasic .

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.