NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.GanttOperationConditionBuilder Class Reference

Represents a NXOpen.Mechatronics.GanttOperationConditionBuilder More...

Inheritance diagram for NXOpen.Mechatronics.GanttOperationConditionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void PutExpressionValue (NXOpen.Expression exp)
 Set the expression value for double and interger parameters More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string Condition [get, set]
 Returns or sets the judging condition from current condition,the value can be 'And' or 'Or' More...
 
unsafe string ConditionId [get, set]
 Returns or sets the id of condition More...
 
unsafe string ConditionValue [get, set]
 Returns or sets the condition value use to evaluate this condition for the selected property in condition object More...
 
unsafe NXOpen.Expression ExpressionValue [get]
 Returns the expression value for double and interger parameters More...
 
unsafe int Index [get, set]
 Returns or sets the sequence number of condition More...
 
unsafe bool IsGroup [get, set]
 Returns or sets the condition type, if the condition is a group, the value is 'true' More...
 
unsafe NXOpen.NXObject ObjectValue [get, set]
 Returns or sets the condition value use to evaluate this condition for the selected property in condition object. More...
 
unsafe string OperatorValue [get, set]
 Returns or sets the operator of current condition More...
 
unsafe string ParentId [get, set]
 Returns or sets the parent id of condition More...
 
unsafe NXOpen.NXObject PhysicsObject [get, set]
 Returns or sets the conditin object :it can be a physics object(Rigid Body, Collision, Constraints, Joints etc. More...
 
unsafe int PropertyId [get, set]
 Returns or sets the selected property id in physics object More...
 
unsafe string PropertyName [get, set]
 Returns or sets the name of selected property More...
 
unsafe NXOpen.NXObject SignalObject [get, set]
 Returns or sets the signal use to evaluate this condition for the selected property in condition object. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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

unsafe void NXOpen.Mechatronics.GanttOperationConditionBuilder.PutExpressionValue ( NXOpen.Expression  exp)
inline

Set the expression value for double and interger parameters

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
exp

Property Documentation

unsafe string NXOpen.Mechatronics.GanttOperationConditionBuilder.Condition
getset

Returns or sets the judging condition from current condition,the value can be 'And' or 'Or'

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.GanttOperationConditionBuilder.ConditionId
getset

Returns or sets the id of condition

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.GanttOperationConditionBuilder.ConditionValue
getset

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

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.GanttOperationConditionBuilder.ExpressionValue
get

Returns the expression value for double and interger parameters

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe int NXOpen.Mechatronics.GanttOperationConditionBuilder.Index
getset

Returns or sets the sequence number of condition

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.GanttOperationConditionBuilder.IsGroup
getset

Returns or sets the condition type, if the condition is a group, the value is 'true'

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.NXObject NXOpen.Mechatronics.GanttOperationConditionBuilder.ObjectValue
getset

Returns or 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 to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.GanttOperationConditionBuilder.OperatorValue
getset

Returns or sets the operator of current condition

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.GanttOperationConditionBuilder.ParentId
getset

Returns or sets the parent id of condition

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.NXObject NXOpen.Mechatronics.GanttOperationConditionBuilder.PhysicsObject
getset

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

), FunctionTable.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe int NXOpen.Mechatronics.GanttOperationConditionBuilder.PropertyId
getset

Returns or sets the selected property id in physics object

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.GanttOperationConditionBuilder.PropertyName
getset

Returns or sets the name of selected property

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.NXObject NXOpen.Mechatronics.GanttOperationConditionBuilder.SignalObject
getset

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

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")


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