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

Represents a NXOpen::CAE::DurabilityFunctionExcitation builder. More...

Inheritance diagram for NXOpen::CAE::DurabilityFunctionExcitationBuilder:
NXOpen::CAE::DurabilityExcitationBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::TaggedObjectFunction ()
 Returns the function. More...
 
int Iteration ()
 Returns the iteration. More...
 
int Loadcase ()
 Returns the load case. More...
 
double Offset ()
 Returns the offset. More...
 
double Scale ()
 Returns the scale. More...
 
void SetFunction (NXOpen::TaggedObject *functionTag)
 Sets the function. More...
 
void SetIteration (int iteration)
 Sets the iteration. More...
 
void SetLoadcase (int loadcase)
 Sets the load case. More...
 
void SetOffset (double offset)
 Sets the offset. More...
 
void SetScale (double scale)
 Sets the scale. More...
 
- Public Member Functions inherited from NXOpen::CAE::DurabilityExcitationBuilder
NXString ExcitationName ()
 Returns the excitation name. More...
 
void SetExcitationName (const NXString &title)
 Sets the excitation name. More...
 
void SetExcitationName (const char *title)
 Sets the excitation name. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::DurabilityFunctionExcitation builder.


There is no kf creator for this.

Created in NX8.5.0.

Member Function Documentation

NXOpen::TaggedObject* NXOpen::CAE::DurabilityFunctionExcitationBuilder::Function ( )

Returns the function.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

int NXOpen::CAE::DurabilityFunctionExcitationBuilder::Iteration ( )

Returns the iteration.


Created in NX9.0.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

int NXOpen::CAE::DurabilityFunctionExcitationBuilder::Loadcase ( )

Returns the load case.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

double NXOpen::CAE::DurabilityFunctionExcitationBuilder::Offset ( )

Returns the offset.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

double NXOpen::CAE::DurabilityFunctionExcitationBuilder::Scale ( )

Returns the scale.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetFunction ( NXOpen::TaggedObject functionTag)

Sets the function.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
functionTagfunctiontag
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetIteration ( int  iteration)

Sets the iteration.


Created in NX9.0.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
iterationiteration
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetLoadcase ( int  loadcase)

Sets the load case.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
loadcaseloadcase
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetOffset ( double  offset)

Sets the offset.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
offsetoffset
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetScale ( double  scale)

Sets the scale.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
scalescale

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