NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Connections::ConnectionDBItemData Class Reference

Connection DB item data. More...

Inheritance diagram for NXOpen::CAE::Connections::ConnectionDBItemData:
NXOpen::TaggedObject

Public Member Functions

double Mass ()
 Returns the mass
Created in NX12.0.0. More...
 
NXString MaterialName ()
 Returns the material name
Created in NX12.0.0. More...
 
NXString Name ()
 Returns the name
Created in NX12.0.0. More...
 
double ScrewDiameter ()
 Returns the screw diameter
Created in NX12.0.0. More...
 
void SetMass (double mass)
 Sets the mass
Created in NX12.0.0. More...
 
void SetMaterialName (const NXString &materialName)
 Sets the material name
Created in NX12.0.0. More...
 
void SetMaterialName (const char *materialName)
 Sets the material name
Created in NX12.0.0. More...
 
void SetName (const NXString &name)
 Sets the name
Created in NX12.0.0. More...
 
void SetName (const char *name)
 Sets the name
Created in NX12.0.0. More...
 
void SetScrewDiameter (double screwDiameter)
 Sets the screw diameter
Created in NX12.0.0. More...
 
void SetStiffnessR (double stiffnessR)
 Sets the stiffness R
Created in NX12.0.0. More...
 
void SetStiffnessRR (double stiffnessRR)
 Sets the stiffness RR
Created in NX12.0.0. More...
 
void SetStiffnessRS (double stiffnessRS)
 Sets the stiffness RS
Created in NX12.0.0. More...
 
void SetStiffnessRX (double stiffnessRX)
 Sets the stiffness RX
Created in NX12.0.0. More...
 
void SetStiffnessRY (double stiffnessRY)
 Sets the stiffness RY
Created in NX12.0.0. More...
 
void SetStiffnessRZ (double stiffnessRZ)
 Sets the stiffness RZ
Created in NX12.0.0. More...
 
void SetStiffnessS (double stiffnessS)
 Sets the stiffness RS
Created in NX12.0.0. More...
 
void SetStiffnessType (NXOpen::CAE::Connections::ConnectionDBItemStiffnessType stiffnessType)
 Sets the mass
Created in NX12.0.0. More...
 
void SetStiffnessX (double stiffnessX)
 Sets the stiffness X
Created in NX12.0.0. More...
 
void SetStiffnessY (double stiffnessY)
 Sets the stiffness Y
Created in NX12.0.0. More...
 
void SetStiffnessZ (double stiffnessZ)
 Sets the stiffness Z
Created in NX12.0.0. More...
 
double StiffnessR ()
 Returns the stiffness R
Created in NX12.0.0. More...
 
double StiffnessRR ()
 Returns the stiffness RR
Created in NX12.0.0. More...
 
double StiffnessRS ()
 Returns the stiffness RS
Created in NX12.0.0. More...
 
double StiffnessRX ()
 Returns the stiffness RX
Created in NX12.0.0. More...
 
double StiffnessRY ()
 Returns the stiffness RY
Created in NX12.0.0. More...
 
double StiffnessRZ ()
 Returns the stiffness RZ
Created in NX12.0.0. More...
 
double StiffnessS ()
 Returns the stiffness RS
Created in NX12.0.0. More...
 
NXOpen::CAE::Connections::ConnectionDBItemStiffnessType StiffnessType ()
 Returns the mass
Created in NX12.0.0. More...
 
double StiffnessX ()
 Returns the stiffness X
Created in NX12.0.0. More...
 
double StiffnessY ()
 Returns the stiffness Y
Created in NX12.0.0. More...
 
double StiffnessZ ()
 Returns the stiffness Z
Created in NX12.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Connection DB item data.

Use this interface to set/get properties and parameters of the Connection DB item data.
Created in NX12.0.0.

Member Function Documentation

double NXOpen::CAE::Connections::ConnectionDBItemData::Mass ( )

Returns the mass
Created in NX12.0.0.



License requirements : None

NXString NXOpen::CAE::Connections::ConnectionDBItemData::MaterialName ( )

Returns the material name
Created in NX12.0.0.



License requirements : None

NXString NXOpen::CAE::Connections::ConnectionDBItemData::Name ( )

Returns the name
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::ScrewDiameter ( )

Returns the screw diameter
Created in NX12.0.0.



License requirements : None

void NXOpen::CAE::Connections::ConnectionDBItemData::SetMass ( double  mass)

Sets the mass
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
massmass
void NXOpen::CAE::Connections::ConnectionDBItemData::SetMaterialName ( const NXString materialName)

Sets the material name
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
materialNamematerialname
void NXOpen::CAE::Connections::ConnectionDBItemData::SetMaterialName ( const char *  materialName)

Sets the material name
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
materialNamematerialname
void NXOpen::CAE::Connections::ConnectionDBItemData::SetName ( const NXString name)

Sets the name
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
namename
void NXOpen::CAE::Connections::ConnectionDBItemData::SetName ( const char *  name)

Sets the name
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
namename
void NXOpen::CAE::Connections::ConnectionDBItemData::SetScrewDiameter ( double  screwDiameter)

Sets the screw diameter
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
screwDiameterscrewdiameter
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessR ( double  stiffnessR)

Sets the stiffness R
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessRstiffnessr
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessRR ( double  stiffnessRR)

Sets the stiffness RR
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessRRstiffnessrr
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessRS ( double  stiffnessRS)

Sets the stiffness RS
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessRSstiffnessrs
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessRX ( double  stiffnessRX)

Sets the stiffness RX
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessRXstiffnessrx
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessRY ( double  stiffnessRY)

Sets the stiffness RY
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessRYstiffnessry
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessRZ ( double  stiffnessRZ)

Sets the stiffness RZ
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessRZstiffnessrz
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessS ( double  stiffnessS)

Sets the stiffness RS
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessSstiffnesss
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessType ( NXOpen::CAE::Connections::ConnectionDBItemStiffnessType  stiffnessType)

Sets the mass
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessTypestiffnesstype
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessX ( double  stiffnessX)

Sets the stiffness X
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessXstiffnessx
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessY ( double  stiffnessY)

Sets the stiffness Y
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessYstiffnessy
void NXOpen::CAE::Connections::ConnectionDBItemData::SetStiffnessZ ( double  stiffnessZ)

Sets the stiffness Z
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stiffnessZstiffnessz
double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessR ( )

Returns the stiffness R
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessRR ( )

Returns the stiffness RR
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessRS ( )

Returns the stiffness RS
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessRX ( )

Returns the stiffness RX
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessRY ( )

Returns the stiffness RY
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessRZ ( )

Returns the stiffness RZ
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessS ( )

Returns the stiffness RS
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::Connections::ConnectionDBItemStiffnessType NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessType ( )

Returns the mass
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessX ( )

Returns the stiffness X
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessY ( )

Returns the stiffness Y
Created in NX12.0.0.



License requirements : None

double NXOpen::CAE::Connections::ConnectionDBItemData::StiffnessZ ( )

Returns the stiffness Z
Created in NX12.0.0.



License requirements : None


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