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

Represents a NXOpen::Mechatronics::GanttLinkerBuilder
To create a new instance of this class, use NXOpen::Mechatronics::GanttLinkerCollection::CreateGanttLinkerBuilder

Created in NX10.0.0. More...

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

Public Types

enum  LinkerLogicType { LinkerLogicTypeAnd, LinkerLogicTypeOr }
 Represents the linker logic types. More...
 

Public Member Functions

NXOpen::Mechatronics::GanttLinkerBuilder::LinkerLogicType LogicType ()
 Returns. More...
 
NXOpen::Mechatronics::GanttOperationObjectPrimary ()
 Returns the accessor for first operation object which is going to be linked
Created in NX10.0.0. More...
 
NXOpen::Mechatronics::GanttOperationObjectSecondary ()
 Returns the accessor for second operation object which is going to be linked
Created in NX10.0.0. More...
 
void SetLogicType (NXOpen::Mechatronics::GanttLinkerBuilder::LinkerLogicType type)
 Sets. More...
 
void SetPrimary (NXOpen::Mechatronics::GanttOperationObject *primary)
 Sets the accessor for first operation object which is going to be linked
Created in NX10.0.0. More...
 
void SetSecondary (NXOpen::Mechatronics::GanttOperationObject *secondary)
 Sets the accessor for second operation object which is going to be linked
Created in NX10.0.0. 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::GanttLinkerBuilder
To create a new instance of this class, use NXOpen::Mechatronics::GanttLinkerCollection::CreateGanttLinkerBuilder

Created in NX10.0.0.


Member Enumeration Documentation

Represents the linker logic types.

Enumerator
LinkerLogicTypeAnd 

And.

LinkerLogicTypeOr 

Or.

Member Function Documentation

NXOpen::Mechatronics::GanttLinkerBuilder::LinkerLogicType NXOpen::Mechatronics::GanttLinkerBuilder::LogicType ( )

Returns.

the logic type.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::GanttOperationObject* NXOpen::Mechatronics::GanttLinkerBuilder::Primary ( )

Returns the accessor for first operation object which is going to be linked
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::GanttOperationObject* NXOpen::Mechatronics::GanttLinkerBuilder::Secondary ( )

Returns the accessor for second operation object which is going to be linked
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::GanttLinkerBuilder::SetLogicType ( NXOpen::Mechatronics::GanttLinkerBuilder::LinkerLogicType  type)

Sets.

the logic type.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
typetype
void NXOpen::Mechatronics::GanttLinkerBuilder::SetPrimary ( NXOpen::Mechatronics::GanttOperationObject primary)

Sets the accessor for first operation object which is going to be linked
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
primaryprimary
void NXOpen::Mechatronics::GanttLinkerBuilder::SetSecondary ( NXOpen::Mechatronics::GanttOperationObject secondary)

Sets the accessor for second operation object which is going to be linked
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
secondarysecondary

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