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

Represents a Mechatronics::GanttOperationParameterBuilder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder

Created in NX7.5.1. More...

Inheritance diagram for NXOpen::Mechatronics::GanttOperationParameterBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool IOStatus ()
 Returns the io status
Created in NX7.5.1.
 
NXOpen::NXObjectObjectValue ()
 Returns the parameter value which will be set to the input physics object during runtime.
 
NXString ParameterName ()
 Returns the parameter name
Created in NX7.5.1.
 
NXString ParameterValue ()
 Returns the parameter value which will be set to the input physics object during runtime.
 
int PropertyId ()
 Returns the id of property in physics object
Created in NX7.5.1.
 
void SetIOStatus (bool io)
 Sets the io status
Created in NX7.5.1.
 
void SetObjectValue (NXOpen::NXObject *objValue)
 Sets the parameter value which will be set to the input physics object during runtime.
 
void SetParameterName (const NXString &name)
 Sets the parameter name
Created in NX7.5.1.
 
void SetParameterName (const char *name)
 Sets the parameter name
Created in NX7.5.1.
 
void SetParameterValue (const NXString &strValue)
 Sets the parameter value which will be set to the input physics object during runtime.
 
void SetParameterValue (const char *strValue)
 Sets the parameter value which will be set to the input physics object during runtime.
 
void SetPropertyId (int prop)
 Sets the id of property in physics object
Created in NX7.5.1.
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder.
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder.
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit.
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder.
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results.
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a Mechatronics::GanttOperationParameterBuilder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder

Created in NX7.5.1.


Member Function Documentation

bool NXOpen::Mechatronics::GanttOperationParameterBuilder::IOStatus ( )

Returns the io status
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::NXObject* NXOpen::Mechatronics::GanttOperationParameterBuilder::ObjectValue ( )

Returns the parameter value which will be set to the input physics object during runtime.

       If property value type is not object, this property should be null, it can be a physics 
       object(Rigid Body, Collision, Constraints, Joints etc.), Function Table, Material etc. 


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::GanttOperationParameterBuilder::ParameterName ( )

Returns the parameter name
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::GanttOperationParameterBuilder::ParameterValue ( )

Returns the parameter value which will be set to the input physics object during runtime.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

int NXOpen::Mechatronics::GanttOperationParameterBuilder::PropertyId ( )

Returns the id of property in physics object
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetIOStatus ( bool  io)

Sets the io status
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
ioio
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetObjectValue ( NXOpen::NXObject objValue)

Sets the parameter value which will be set to the input physics object during runtime.

       If property value type is not object, this property should be null, it can be a physics 
       object(Rigid Body, Collision, Constraints, Joints etc.), Function Table, Material etc. 


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
objValueobjvalue
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetParameterName ( const NXString name)

Sets the parameter name
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetParameterName ( const char *  name)

Sets the parameter name
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetParameterValue ( const NXString strValue)

Sets the parameter value which will be set to the input physics object during runtime.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strValuestrvalue
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetParameterValue ( const char *  strValue)

Sets the parameter value which will be set to the input physics object during runtime.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strValuestrvalue
void NXOpen::Mechatronics::GanttOperationParameterBuilder::SetPropertyId ( int  prop)

Sets the id of property in physics object
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
propprop

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