NX Open C++ Reference Guide
Public Member Functions
NXOpen::Mechatronics::GanttOperationConditionBuilder Class Reference

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

Created in NX7.5.1. More...

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

List of all members.

Public Member Functions

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

Detailed Description

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

Created in NX7.5.1.



Member Function Documentation

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

Returns the id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

Sets the id of condition
Created in NX7.5.1.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
idid

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

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
indind

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
strOperatorstroperator

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
parentIdparent id

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
propprop

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
namename

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