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

Represents a NXOpen::Mechatronics::GanttOperationConditionBuilder
To create a new instance of this class, use NXOpen::Mechatronics::GanttCollection::CreateGanttOperationConditionBuilder

Created in NX7.5.1. More...

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

Public Member Functions

NXString Condition ()
 Returns the judging condition from current condition,the value can be 'And' or 'Or'
Created in NX7.5.1. More...
 
NXString ConditionId ()
 Returns the id of condition
Created in NX7.5.1. More...
 
NXString ConditionValue ()
 Returns the condition value use to evaluate this condition for the selected property in condition object
Created in NX7.5.1. More...
 
NXOpen::ExpressionExpressionValue ()
 Returns the expression value for double and interger parameters
Created in NX10.0.0. More...
 
int Index ()
 Returns the sequence number of condition
Created in NX7.5.1. More...
 
bool IsGroup ()
 Returns the condition type, if the condition is a group, the value is 'true'
Created in NX7.5.1. More...
 
NXOpen::NXObjectObjectValue ()
 Returns the condition value use to evaluate this condition for the selected property in condition object. More...
 
NXString OperatorValue ()
 Returns the operator of current condition
Created in NX7.5.1. More...
 
NXString ParentId ()
 Returns the parent id of condition
Created in NX7.5.1. More...
 
NXOpen::NXObjectPhysicsObject ()
 Returns the conditin object :it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable. More...
 
int PropertyId ()
 Returns the selected property id in physics object
Created in NX7.5.1. More...
 
NXString PropertyName ()
 Returns the name of selected property
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 SetCondition (const NXString &strCondition)
 Sets the judging condition from current condition,the value can be 'And' or 'Or'
Created in NX7.5.1. More...
 
void SetCondition (const char *strCondition)
 Sets the judging condition from current condition,the value can be 'And' or 'Or'
Created in NX7.5.1. More...
 
void SetConditionId (const NXString &id)
 Sets the id of condition
Created in NX7.5.1. More...
 
void SetConditionId (const char *id)
 Sets the id of condition
Created in NX7.5.1. More...
 
void SetConditionValue (const NXString &strValue)
 Sets the condition value use to evaluate this condition for the selected property in condition object
Created in NX7.5.1. More...
 
void SetConditionValue (const char *strValue)
 Sets the condition value use to evaluate this condition for the selected property in condition object
Created in NX7.5.1. More...
 
void SetGroup (bool isGroup)
 Sets the condition type, if the condition is a group, the value is 'true'
Created in NX7.5.1. More...
 
void SetIndex (int ind)
 Sets the sequence number of condition
Created in NX7.5.1. More...
 
void SetObjectValue (NXOpen::NXObject *objValue)
 Sets the condition value use to evaluate this condition for the selected property in condition object. More...
 
void SetOperatorValue (const NXString &strOperator)
 Sets the operator of current condition
Created in NX7.5.1. More...
 
void SetOperatorValue (const char *strOperator)
 Sets the operator of current condition
Created in NX7.5.1. More...
 
void SetParentId (const NXString &parentId)
 Sets the parent id of condition
Created in NX7.5.1. More...
 
void SetParentId (const char *parentId)
 Sets the parent id of condition
Created in NX7.5.1. More...
 
void SetPhysicsObject (NXOpen::NXObject *physObj)
 Sets the conditin object :it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable. More...
 
void SetPropertyId (int prop)
 Sets the selected property id in physics object
Created in NX7.5.1. More...
 
void SetPropertyName (const NXString &name)
 Sets the name of selected property
Created in NX7.5.1. More...
 
void SetPropertyName (const char *name)
 Sets the name of selected property
Created in NX7.5.1. More...
 
void SetSignalObject (NXOpen::NXObject *signalObj)
 Sets. More...
 
NXOpen::NXObjectSignalObject ()
 Returns. 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::GanttOperationConditionBuilder
To create a new instance of this class, use NXOpen::Mechatronics::GanttCollection::CreateGanttOperationConditionBuilder

Created in NX7.5.1.


Member Function Documentation

NXString NXOpen::Mechatronics::GanttOperationConditionBuilder::Condition ( )

Returns the judging condition from current condition,the value can be 'And' or 'Or'
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::GanttOperationConditionBuilder::ConditionId ( )

Returns the id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::GanttOperationConditionBuilder::ConditionValue ( )

Returns the condition value use to evaluate this condition for the selected property in condition object
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

int NXOpen::Mechatronics::GanttOperationConditionBuilder::Index ( )

Returns the sequence number of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

bool NXOpen::Mechatronics::GanttOperationConditionBuilder::IsGroup ( )

Returns the condition type, if the condition is a group, the value is 'true'
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

Returns the condition value use to evaluate this condition for the selected property in condition object.

If selected 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::GanttOperationConditionBuilder::OperatorValue ( )

Returns the operator of current condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::GanttOperationConditionBuilder::ParentId ( )

Returns the parent id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::NXObject* NXOpen::Mechatronics::GanttOperationConditionBuilder::PhysicsObject ( )

Returns the conditin object :it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

int NXOpen::Mechatronics::GanttOperationConditionBuilder::PropertyId ( )

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::GanttOperationConditionBuilder::PropertyName ( )

Returns the name of selected property
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::GanttOperationConditionBuilder::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::GanttOperationConditionBuilder::SetCondition ( const NXString strCondition)

Sets the judging condition from current condition,the value can be 'And' or 'Or'
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strConditionstrcondition
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetCondition ( const char *  strCondition)

Sets the judging condition from current condition,the value can be 'And' or 'Or'
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strConditionstrcondition
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetConditionId ( const NXString id)

Sets the id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
idid
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetConditionId ( const char *  id)

Sets the id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
idid
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetConditionValue ( const NXString strValue)

Sets the condition value use to evaluate this condition for the selected property in condition object
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strValuestrvalue
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetConditionValue ( const char *  strValue)

Sets the condition value use to evaluate this condition for the selected property in condition object
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strValuestrvalue
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetGroup ( bool  isGroup)

Sets the condition type, if the condition is a group, the value is 'true'
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
isGroupisgroup
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetIndex ( int  ind)

Sets the sequence number of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
indind
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetObjectValue ( NXOpen::NXObject objValue)

Sets the condition value use to evaluate this condition for the selected property in condition object.

If selected 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::GanttOperationConditionBuilder::SetOperatorValue ( const NXString strOperator)

Sets the operator of current condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strOperatorstroperator
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetOperatorValue ( const char *  strOperator)

Sets the operator of current condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
strOperatorstroperator
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetParentId ( const NXString parentId)

Sets the parent id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
parentIdparent id
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetParentId ( const char *  parentId)

Sets the parent id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
parentIdparent id
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetPhysicsObject ( NXOpen::NXObject physObj)

Sets the conditin object :it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
physObjphys obj
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetPropertyId ( int  prop)

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
propprop
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetPropertyName ( const NXString name)

Sets the name of selected property
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetPropertyName ( const char *  name)

Sets the name of selected property
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::GanttOperationConditionBuilder::SetSignalObject ( NXOpen::NXObject signalObj)

Sets.

the signal use to evaluate this condition for the selected property in condition object.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
signalObjsignalobj
NXOpen::NXObject* NXOpen::Mechatronics::GanttOperationConditionBuilder::SignalObject ( )

Returns.

the signal use to evaluate this condition for the selected property in condition object.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")


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