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

Represents a NXOpen::Mechatronics::LogicObject builder
To create a new instance of this class, use NXOpen::Mechatronics::LogicObjectCollection::CreateLogicObjectBuilder

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::Mechatronics::LogicObjectBuilder:
NXOpen::Mechatronics::SystemObjectBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Classes

struct  ParameterData
 Defined Parameter Data Structure. More...
 

Public Member Functions

NXString Aspect ()
 Returns the Aspect. More...
 
NXOpen::Mechatronics::SelectClassificationBuilderClassificationItem ()
 Returns the classification item
Created in NX11.0.0. More...
 
std::vector
< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData
GetParameterData ()
 Gets the parameter data. More...
 
NXString LetterDescription ()
 Returns the letter description. More...
 
NXString LetterName ()
 Returns the letter name. More...
 
bool Modified ()
 Returns the modified status. More...
 
NXOpen::NXObjectNavigatorObject ()
 Returns the navigator object which holds the teamcenter attributes. More...
 
NXOpen::Mechatronics::ObjectInformationBuilderObjectInformation ()
 Returns the object information builder, used to specify the information of logic object. More...
 
NXOpen::NXObjectParent ()
 Returns the parent object. More...
 
void SetAspect (const NXString &aspect)
 Sets the Aspect. More...
 
void SetAspect (const char *aspect)
 Sets the Aspect. More...
 
void SetLetterDescription (const NXString &letterDescription)
 Sets the letter description. More...
 
void SetLetterDescription (const char *letterDescription)
 Sets the letter description. More...
 
void SetLetterName (const NXString &letterName)
 Sets the letter name. More...
 
void SetLetterName (const char *letterName)
 Sets the letter name. More...
 
void SetModified (bool modified)
 Sets the modified status. More...
 
void SetParameterData (const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > &parameterData)
 Sets the parameter data. More...
 
void SetParent (NXOpen::NXObject *parent)
 Sets the parent object. More...
 
void SetTypeName (const NXString &typeName)
 Sets the Type Name used for. More...
 
void SetTypeName (const char *typeName)
 Sets the Type Name used for. More...
 
NXString TypeName ()
 Returns the Type Name used for. More...
 
- Public Member Functions inherited from NXOpen::Mechatronics::SystemObjectBuilder
NXString InstanceName ()
 Returns the name of instance. More...
 
void SetInstanceName (const NXString &name)
 Sets the name of instance. More...
 
void SetInstanceName (const char *name)
 Sets the name of instance. 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::LogicObject builder
To create a new instance of this class, use NXOpen::Mechatronics::LogicObjectCollection::CreateLogicObjectBuilder

Created in NX8.5.0.


Member Function Documentation

NXString NXOpen::Mechatronics::LogicObjectBuilder::Aspect ( )

Returns the Aspect.


Created in NX9.0.0.

License requirements : None

NXOpen::Mechatronics::SelectClassificationBuilder* NXOpen::Mechatronics::LogicObjectBuilder::ClassificationItem ( )

Returns the classification item
Created in NX11.0.0.



License requirements : None

std::vector<NXOpen::Mechatronics::LogicObjectBuilder::ParameterData> NXOpen::Mechatronics::LogicObjectBuilder::GetParameterData ( )

Gets the parameter data.

Returns
Parameter data array
Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::LogicObjectBuilder::LetterDescription ( )

Returns the letter description.


Created in NX8.5.0.

License requirements : None

NXString NXOpen::Mechatronics::LogicObjectBuilder::LetterName ( )

Returns the letter name.


Created in NX8.5.0.

License requirements : None

bool NXOpen::Mechatronics::LogicObjectBuilder::Modified ( )

Returns the modified status.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::NXObject* NXOpen::Mechatronics::LogicObjectBuilder::NavigatorObject ( )

Returns the navigator object which holds the teamcenter attributes.


Created in NX8.5.0.

License requirements : None

NXOpen::Mechatronics::ObjectInformationBuilder* NXOpen::Mechatronics::LogicObjectBuilder::ObjectInformation ( )

Returns the object information builder, used to specify the information of logic object.


Created in NX8.5.0.

License requirements : None

NXOpen::NXObject* NXOpen::Mechatronics::LogicObjectBuilder::Parent ( )

Returns the parent object.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::LogicObjectBuilder::SetAspect ( const NXString aspect)

Sets the Aspect.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
aspectaspect
void NXOpen::Mechatronics::LogicObjectBuilder::SetAspect ( const char *  aspect)

Sets the Aspect.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
aspectaspect
void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterDescription ( const NXString letterDescription)

Sets the letter description.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
letterDescriptionLetter Description
void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterDescription ( const char *  letterDescription)

Sets the letter description.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
letterDescriptionLetter Description
void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterName ( const NXString letterName)

Sets the letter name.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
letterNameLetter name
void NXOpen::Mechatronics::LogicObjectBuilder::SetLetterName ( const char *  letterName)

Sets the letter name.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
letterNameLetter name
void NXOpen::Mechatronics::LogicObjectBuilder::SetModified ( bool  modified)

Sets the modified status.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
modifiedmodified
void NXOpen::Mechatronics::LogicObjectBuilder::SetParameterData ( const std::vector< NXOpen::Mechatronics::LogicObjectBuilder::ParameterData > &  parameterData)

Sets the parameter data.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
parameterDataParameter data array
void NXOpen::Mechatronics::LogicObjectBuilder::SetParent ( NXOpen::NXObject parent)

Sets the parent object.


Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
parentParent object
void NXOpen::Mechatronics::LogicObjectBuilder::SetTypeName ( const NXString typeName)

Sets the Type Name used for.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
typeNametype name
void NXOpen::Mechatronics::LogicObjectBuilder::SetTypeName ( const char *  typeName)

Sets the Type Name used for.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
typeNametype name
NXString NXOpen::Mechatronics::LogicObjectBuilder::TypeName ( )

Returns the Type Name used for.


Created in NX9.0.0.

License requirements : None


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