NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Motion::TirePropertyFtBuilder Class Reference

Represents a Builder for Motion Ftire Tire Property
To create a new instance of this class, use NXOpen::Motion::TirePropertyFtCollection::CreateTirePropertyFtBuilder
Default values. More...

Inheritance diagram for NXOpen::Motion::TirePropertyFtBuilder:
NXOpen::Motion::TirePropertyBuilder NXOpen::Motion::MotionBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXString FtireFile ()
 Returns the FTire file. More...
 
NXOpen::ExpressionIdRoad ()
 Returns the IdRoad. More...
 
NXString Name ()
 Returns the name. More...
 
NXOpen::ExpressionRadius ()
 Returns the Radius. More...
 
bool RunInParallel ()
 Returns the "run in parallel" parameter. More...
 
void SetFtireFile (const NXString &fileName)
 Sets the FTire file. More...
 
void SetFtireFile (const char *fileName)
 Sets the FTire file. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
void SetRunInParallel (bool runInParallel)
 Sets the "run in parallel" parameter. More...
 
void SetStaticHold (bool staticHold)
 Sets the static hold. More...
 
bool StaticHold ()
 Returns the static hold. More...
 
NXOpen::ExpressionStaticVerticalStiffness ()
 Returns the static vertical stiffness. More...
 

Detailed Description

Represents a Builder for Motion Ftire Tire Property
To create a new instance of this class, use NXOpen::Motion::TirePropertyFtCollection::CreateTirePropertyFtBuilder
Default values.

Property Value

IdRoad.Value

0 (millimeters part), 0 (inches part)

Radius.Value

300.0 (millimeters part), 11.811 (inches part)

RunInParallel

0

StaticHold

1

StaticVerticalStiffness.Value

0.0 (millimeters part), 0.0 (inches part)


Created in NX11.0.0.

Member Function Documentation

NXString NXOpen::Motion::TirePropertyFtBuilder::FtireFile ( )

Returns the FTire file.

This is a file containing information describing the FTire tire.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::TirePropertyFtBuilder::IdRoad ( )

Returns the IdRoad.

It is a Road type identification number.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXString NXOpen::Motion::TirePropertyFtBuilder::Name ( )

Returns the name.

It is a uniqe name within tire properties.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::TirePropertyFtBuilder::Radius ( )

Returns the Radius.

It represents the undeformed radius of the tire.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

bool NXOpen::Motion::TirePropertyFtBuilder::RunInParallel ( )

Returns the "run in parallel" parameter.

This specifies if the FTire will automatically launch itself in parallel.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::TirePropertyFtBuilder::SetFtireFile ( const NXString fileName)

Sets the FTire file.

This is a file containing information describing the FTire tire.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
fileNamefilename
void NXOpen::Motion::TirePropertyFtBuilder::SetFtireFile ( const char *  fileName)

Sets the FTire file.

This is a file containing information describing the FTire tire.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
fileNamefilename
void NXOpen::Motion::TirePropertyFtBuilder::SetName ( const NXString name)

Sets the name.

It is a uniqe name within tire properties.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::TirePropertyFtBuilder::SetName ( const char *  name)

Sets the name.

It is a uniqe name within tire properties.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::TirePropertyFtBuilder::SetRunInParallel ( bool  runInParallel)

Sets the "run in parallel" parameter.

This specifies if the FTire will automatically launch itself in parallel.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
runInParallelruninparallel
void NXOpen::Motion::TirePropertyFtBuilder::SetStaticHold ( bool  staticHold)

Sets the static hold.

It controls holding forces during static analysis. These holding forces are applied to prevent tire spin and gross chassis motion (X and Y translation and yaw with respect to the road "up" vector).
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
staticHoldstatichold
bool NXOpen::Motion::TirePropertyFtBuilder::StaticHold ( )

Returns the static hold.

It controls holding forces during static analysis. These holding forces are applied to prevent tire spin and gross chassis motion (X and Y translation and yaw with respect to the road "up" vector).
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::TirePropertyFtBuilder::StaticVerticalStiffness ( )

Returns the static vertical stiffness.

It specifies the vertical stiffness only used in static equilibrating force calculations
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")


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