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

Represents a NXOpen.Motion.LmsSolverProperty More...

Inheritance diagram for NXOpen.Motion.LmsSolverProperty:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DynamicAccelerationMethods { Banded, Harwell, Iterative }
 dynamic acceleration method More...
 
enum  DynamicInitialVelocityMethods { Qr, MoorePenrosePseudoinverse, MinimumKineticEnergy }
 dynamic initial velocity method More...
 
enum  RoadHeightAdjustmentTypes { None, Road, Vehicle }
 road height adjustment type More...
 
enum  StaticJacobianTypes { Exact, Finite }
 static jacobian type More...
 

Properties

unsafe NXOpen.Expression AssemblyTolerance [get]
 Returns the assembly tolerance More...
 
unsafe int DoubleArraySize [get, set]
 Returns or sets the double array size More...
 
unsafe
NXOpen.Motion.LmsSolverProperty.DynamicInitialVelocityMethods 
DynamicInitialVelocityMethod [get, set]
 Returns or sets the dynamic initial velocity method More...
 
unsafe NXOpen.Expression DynamicIntegrationTolerance [get]
 Returns the dynamic integration tolerance More...
 
unsafe NXOpen.Expression DynamicMaxIntegrationStep [get]
 Returns the dynamic max interation step More...
 
unsafe NXOpen.Expression DynamicSolutionTolerance [get]
 Returns the dynamic solution tolerance More...
 
unsafe
NXOpen.Motion.LmsSolverProperty.DynamicAccelerationMethods 
DynamicSolverAccelerationMethod [get, set]
 Returns or sets the dynamic solver acceleration method More...
 
unsafe int IntArraySize [get, set]
 Returns or sets the integer array size More...
 
unsafe NXOpen.Expression KinematicSolutionTolerance [get]
 Returns the kinematic solution tolerance More...
 
unsafe NXOpen.Expression LuTolerance [get]
 Returns the lu tolerance More...
 
unsafe
NXOpen.Motion.LmsSolverProperty.RoadHeightAdjustmentTypes 
RoadHeightAdjustment [get, set]
 Returns or sets the road height adjustment More...
 
unsafe NXOpen.Expression StaticForceTolerance [get]
 Returns the static force tolerance More...
 
unsafe
NXOpen.Motion.LmsSolverProperty.StaticJacobianTypes 
StaticJacobianType [get, set]
 Returns or sets the static jacobian type More...
 
unsafe int StaticQuasiIteration [get, set]
 Returns or sets the static quasi iteration More...
 
unsafe NXOpen.Expression StaticSolutionTolerance [get]
 Returns the static solution tolerance More...
 
unsafe NXOpen.Expression StaticStepSize [get]
 Returns the static step size 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Motion.LmsSolverProperty

Created in NX10.0.0

Deprecated in NX1872.0.0. Use NXOpen.Motion.MotionSolutionBuilder instead.

Member Enumeration Documentation

dynamic acceleration method

Enumerator
Banded 
Harwell 
Iterative 

dynamic initial velocity method

Enumerator
Qr 
MoorePenrosePseudoinverse 
MinimumKineticEnergy 

road height adjustment type

Enumerator
None 
Road 
Vehicle 

static jacobian type

Enumerator
Exact 
Finite 

Property Documentation

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.AssemblyTolerance
get

Returns the assembly tolerance

Created in NX10.0.0

License requirements: None.

unsafe int NXOpen.Motion.LmsSolverProperty.DoubleArraySize
getset

Returns or sets the double array size

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Motion.LmsSolverProperty.DynamicInitialVelocityMethods NXOpen.Motion.LmsSolverProperty.DynamicInitialVelocityMethod
getset

Returns or sets the dynamic initial velocity method

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.DynamicIntegrationTolerance
get

Returns the dynamic integration tolerance

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.DynamicMaxIntegrationStep
get

Returns the dynamic max interation step

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.DynamicSolutionTolerance
get

Returns the dynamic solution tolerance

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Motion.LmsSolverProperty.DynamicAccelerationMethods NXOpen.Motion.LmsSolverProperty.DynamicSolverAccelerationMethod
getset

Returns or sets the dynamic solver acceleration method

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe int NXOpen.Motion.LmsSolverProperty.IntArraySize
getset

Returns or sets the integer array size

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.KinematicSolutionTolerance
get

Returns the kinematic solution tolerance

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.LuTolerance
get

Returns the lu tolerance

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Motion.LmsSolverProperty.RoadHeightAdjustmentTypes NXOpen.Motion.LmsSolverProperty.RoadHeightAdjustment
getset

Returns or sets the road height adjustment

Created in NX11.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.StaticForceTolerance
get

Returns the static force tolerance

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Motion.LmsSolverProperty.StaticJacobianTypes NXOpen.Motion.LmsSolverProperty.StaticJacobianType
getset

Returns or sets the static jacobian type

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe int NXOpen.Motion.LmsSolverProperty.StaticQuasiIteration
getset

Returns or sets the static quasi iteration

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.StaticSolutionTolerance
get

Returns the static solution tolerance

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Motion.LmsSolverProperty.StaticStepSize
get

Returns the static step size

Created in NX10.0.0

License requirements: None.


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