NX Open C++ Reference Guide
|
Represents a Mechatronics::GanttOperationBuilder builder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationBuilder
Created in NX7.5.1.
More...
Public Types | |
enum | Type { TypeSimple, TypeCommpound, TypeTrigger = 3 } |
the operation Type enum More... | |
Public Member Functions | |
bool | ActiveStatus () |
Returns the active status Created in NX7.5.1. | |
NXOpen::Mechatronics::GanttOperationConditionBuilderList * | ConditionList () |
Returns the condition data Created in NX7.5.1. | |
NXOpen::BasePart * | Context () |
Returns the owner part of operation Created in NX7.5.1. | |
double | Duration () |
Returns the operation duration Created in NX7.5.1. | |
NXString | OperationID () |
Returns the operation id Created in NX7.5.1. | |
NXString | OperationName () |
Returns the operation name Created in NX7.5.1. | |
NXOpen::Mechatronics::GanttOperationBuilder::Type | OperationType () |
Returns the operation type Created in NX7.5.1. | |
NXOpen::Mechatronics::GanttOperationParameterBuilderList * | ParameterList () |
Returns the parameter data Created in NX7.5.1. | |
NXString | ParentID () |
Returns the parent operation id in sequence editor tree Created in NX7.5.1. | |
NXOpen::NXObject * | Physics () |
Returns the input of the operation : it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable, part occurrence. | |
void | SetActiveStatus (bool status) |
Sets the active status Created in NX7.5.1. | |
void | SetContext (NXOpen::BasePart *context) |
Sets the owner part of operation Created in NX7.5.1. | |
void | SetDuration (double duration) |
Sets the operation duration Created in NX7.5.1. | |
void | SetOperationID (const NXString &id) |
Sets the operation id Created in NX7.5.1. | |
void | SetOperationName (const NXString &name) |
Sets the operation name Created in NX7.5.1. | |
void | SetOperationType (NXOpen::Mechatronics::GanttOperationBuilder::Type type) |
Sets the operation type Created in NX7.5.1. | |
void | SetParentID (const NXString &parent) |
Sets the parent operation id in sequence editor tree Created in NX7.5.1. | |
void | SetPhysics (NXOpen::NXObject *physics) |
Sets the input of the operation : it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable, part occurrence. | |
void | SetStartTime (double start) |
Sets the start time of operation Created in NX7.5.1. | |
double | StartTime () |
Returns the start time of operation Created in NX7.5.1. |
Represents a Mechatronics::GanttOperationBuilder builder
To create a new instance of this class, use Mechatronics::GanttCollection::CreateGanttOperationBuilder
Created in NX7.5.1.
Returns the active status
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::GanttOperationConditionBuilderList* NXOpen::Mechatronics::GanttOperationBuilder::ConditionList | ( | ) |
Returns the condition data
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the owner part of operation
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the operation duration
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the operation id
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the operation name
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::GanttOperationBuilder::Type NXOpen::Mechatronics::GanttOperationBuilder::OperationType | ( | ) |
Returns the operation type
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::GanttOperationParameterBuilderList* NXOpen::Mechatronics::GanttOperationBuilder::ParameterList | ( | ) |
Returns the parameter data
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the parent operation id in sequence editor tree
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the input of the operation : it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable, part occurrence.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::GanttOperationBuilder::SetActiveStatus | ( | bool | status | ) |
Sets the active status
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
status | status |
void NXOpen::Mechatronics::GanttOperationBuilder::SetContext | ( | NXOpen::BasePart * | context | ) |
Sets the owner part of operation
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
context | context |
void NXOpen::Mechatronics::GanttOperationBuilder::SetDuration | ( | double | duration | ) |
Sets the operation duration
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
duration | duration |
void NXOpen::Mechatronics::GanttOperationBuilder::SetOperationID | ( | const NXString & | id | ) |
Sets the operation id
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
id | id |
void NXOpen::Mechatronics::GanttOperationBuilder::SetOperationName | ( | const NXString & | name | ) |
Sets the operation name
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | name |
void NXOpen::Mechatronics::GanttOperationBuilder::SetOperationType | ( | NXOpen::Mechatronics::GanttOperationBuilder::Type | type | ) |
Sets the operation type
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
type | type |
void NXOpen::Mechatronics::GanttOperationBuilder::SetParentID | ( | const NXString & | parent | ) |
Sets the parent operation id in sequence editor tree
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
parent | parent |
void NXOpen::Mechatronics::GanttOperationBuilder::SetPhysics | ( | NXOpen::NXObject * | physics | ) |
Sets the input of the operation : it can be a physics object(Rigid Body, Collision, Constraints, Joints etc.), FunctionTable, part occurrence.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
physics | physics |
void NXOpen::Mechatronics::GanttOperationBuilder::SetStartTime | ( | double | start | ) |
Sets the start time of operation
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
start | start |
Returns the start time of operation
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")