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

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

Created in NX7.5.1. More...

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

Public Types

enum  OperatorOption {
  OperatorOptionNone, OperatorOptionIncrement, OperatorOptionDecrement, OperatorOptionMultiply,
  OperatorOptionNot
}
 the Operator options. More...
 

Public Member Functions

NXOpen::ExpressionExpressionValue ()
 Returns the expression value for double and interger parameters
Created in NX10.0.0. More...
 
bool IOStatus ()
 Returns the io status
Created in NX7.5.1. More...
 
NXOpen::NXObjectObjectValue ()
 Returns the parameter value which will be set to the input physics object during runtime. More...
 
NXOpen::Mechatronics::GanttOperationParameterBuilder::OperatorOption Operator ()
 Returns the operator value. More...
 
NXString ParameterName ()
 Returns the parameter name
Created in NX7.5.1. More...
 
NXString ParameterValue ()
 Returns the parameter value which will be set to the input physics object during runtime. More...
 
int PropertyId ()
 Returns the id of property in physics object
Created in NX7.5.1. More...
 
void PutExpressionValue (NXOpen::Expression *exp)
 Set the expression value for double and interger parameters
Created in NX10.0.0. More...
 
void SetIOStatus (bool io)
 Sets the io status
Created in NX7.5.1. More...
 
void SetObjectValue (NXOpen::NXObject *objValue)
 Sets the parameter value which will be set to the input physics object during runtime. More...
 
void SetOperator (NXOpen::Mechatronics::GanttOperationParameterBuilder::OperatorOption optr)
 Sets the operator value. More...
 
void SetParameterName (const NXString &name)
 Sets the parameter name
Created in NX7.5.1. More...
 
void SetParameterName (const char *name)
 Sets the parameter name
Created in NX7.5.1. More...
 
void SetParameterValue (const NXString &strValue)
 Sets the parameter value which will be set to the input physics object during runtime. More...
 
void SetParameterValue (const char *strValue)
 Sets the parameter value which will be set to the input physics object during runtime. More...
 
void SetPropertyId (int prop)
 Sets the id of property in physics object
Created in NX7.5.1. 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::Mechatronics::GanttOperationParameterBuilder
To create a new instance of this class, use NXOpen::Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder

Created in NX7.5.1.


Member Enumeration Documentation

the Operator options.

Enumerator
OperatorOptionNone 

none

OperatorOptionIncrement 

Increment operator '+='.

OperatorOptionDecrement 

Decrement operator '-='.

OperatorOptionMultiply 

Multiply operator '*='.

OperatorOptionNot 

Not operator.

Member Function Documentation

NXOpen::Expression* NXOpen::Mechatronics::GanttOperationParameterBuilder::ExpressionValue ( )

Returns the expression value for double and interger parameters
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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")

NXOpen::Mechatronics::GanttOperationParameterBuilder::OperatorOption NXOpen::Mechatronics::GanttOperationParameterBuilder::Operator ( )

Returns the operator value.


Created in NX10.0.0.

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::PutExpressionValue ( NXOpen::Expression exp)

Set the expression value for double and interger parameters
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
expexp
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::SetOperator ( NXOpen::Mechatronics::GanttOperationParameterBuilder::OperatorOption  optr)

Sets the operator value.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
optroptr
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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.