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

Represents a NXOpen::Mechatronics::ExternalConnection builder
To create a new instance of this class, use NXOpen::Mechatronics::ExternalConnectionCollection::CreateExternalConnectionBuilder

Created in NX8.0.0. More...

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

Public Types

enum  ConditionType {
  ConditionTypeEq, ConditionTypeGt, ConditionTypeLt, ConditionTypeGe,
  ConditionTypeLe, ConditionTypeNe
}
 the condition type. More...
 

Public Member Functions

void AddElement (int propTag, int signalType, const NXString &signalName, int propertyType, int streamIO, int conditionType, double conditionValue, double multiplier, double offsetValue, int boolOperator)
 Add one element. More...
 
void AddElement (int propTag, int signalType, const char *signalName, int propertyType, int streamIO, int conditionType, double conditionValue, double multiplier, double offsetValue, int boolOperator)
 Add one element. More...
 
NXOpen::Mechatronics::ExternalConnectionElementBuilderListConnectionList ()
 Returns the connection element list. More...
 
NXString Name ()
 Returns the name. More...
 
void RemoveAllElements ()
 Remove all elements. More...
 
NXOpen::SelectNXObjectSelectPhysics ()
 Returns the select physics. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. 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::ExternalConnection builder
To create a new instance of this class, use NXOpen::Mechatronics::ExternalConnectionCollection::CreateExternalConnectionBuilder

Created in NX8.0.0.


Member Enumeration Documentation

the condition type.


Deprecated:
Deprecated in NX8.0.1. Please use NXOpen::Mechatronics::ExternalConnectionElementBuilder instead.
Enumerator
ConditionTypeEq 

equal

ConditionTypeGt 

greater than

ConditionTypeLt 

less than

ConditionTypeGe 

greater than or equal

ConditionTypeLe 

less than or equal

ConditionTypeNe 

not equal

Member Function Documentation

void NXOpen::Mechatronics::ExternalConnectionBuilder::AddElement ( int  propTag,
int  signalType,
const NXString signalName,
int  propertyType,
int  streamIO,
int  conditionType,
double  conditionValue,
double  multiplier,
double  offsetValue,
int  boolOperator 
)

Add one element.


Deprecated:
Deprecated in NX8.0.1. Please use NXOpen::Mechatronics::ExternalConnectionElementBuilder instead.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
propTagproptag
signalTypesignaltype
signalNamesignalname
propertyTypepropertytype
streamIOstreamio
conditionTypeconditiontype
conditionValueconditionvalue
multipliermultiplier
offsetValueoffsetvalue
boolOperatorbooloperator
void NXOpen::Mechatronics::ExternalConnectionBuilder::AddElement ( int  propTag,
int  signalType,
const char *  signalName,
int  propertyType,
int  streamIO,
int  conditionType,
double  conditionValue,
double  multiplier,
double  offsetValue,
int  boolOperator 
)

Add one element.


Deprecated:
Deprecated in NX8.0.1. Please use NXOpen::Mechatronics::ExternalConnectionElementBuilder instead.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
propTagproptag
signalTypesignaltype
signalNamesignalname
propertyTypepropertytype
streamIOstreamio
conditionTypeconditiontype
conditionValueconditionvalue
multipliermultiplier
offsetValueoffsetvalue
boolOperatorbooloperator
NXOpen::Mechatronics::ExternalConnectionElementBuilderList* NXOpen::Mechatronics::ExternalConnectionBuilder::ConnectionList ( )

Returns the connection element list.


Created in NX8.0.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::ExternalConnectionBuilder::Name ( )

Returns the name.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::ExternalConnectionBuilder::RemoveAllElements ( )

Remove all elements.


Deprecated:
Deprecated in NX8.0.1. Please use NXOpen::Mechatronics::ExternalConnectionElementBuilder instead.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::SelectNXObject* NXOpen::Mechatronics::ExternalConnectionBuilder::SelectPhysics ( )

Returns the select physics.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::ExternalConnectionBuilder::SetName ( const NXString name)

Sets the name.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ExternalConnectionBuilder::SetName ( const char *  name)

Sets the name.


Created in NX8.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename

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