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

Represents a NXOpen::Mechatronics::ProxyObjectParameterBuilder . More...

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

Public Member Functions

NXString AttrName ()
 Returns the name of parameter attribute in proxy object
Created in NX8.5.0. More...
 
int AttrType ()
 Returns the data type of parameter attribute in proxy object
Created in NX8.5.0. More...
 
NXOpen::ExpressionBoolValue ()
 Returns the bool value of parameter attribute in proxy object
Created in NX8.5.0. More...
 
NXOpen::ExpressionIntValue ()
 Returns the int value of parameter attribute in proxy object
Created in NX8.5.0. More...
 
int ParamId ()
 Returns the maximum parameter id of parameter attribute in proxy object
Created in NX8.5.0. More...
 
NXOpen::ExpressionRealValue ()
 Returns the real value of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetAttrName (const NXString &name)
 Sets the name of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetAttrName (const char *name)
 Sets the name of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetAttrType (int type)
 Sets the data type of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetBoolValue (NXOpen::Expression *boolValueExp)
 Sets the bool value of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetIntValue (NXOpen::Expression *intValueExp)
 Sets the int value of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetParamId (int paramId)
 Sets the maximum parameter id of parameter attribute in proxy object
Created in NX8.5.0. More...
 
void SetRealValue (NXOpen::Expression *realValueExp)
 Sets the real value of parameter attribute in proxy object
Created in NX8.5.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::ProxyObjectParameterBuilder .


To create a new instance of this class, use NXOpen::Mechatronics::ProxyObjectCollection::CreateProxyObjectParameterBuilder

Created in NX8.5.0.

Member Function Documentation

NXString NXOpen::Mechatronics::ProxyObjectParameterBuilder::AttrName ( )

Returns the name of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

int NXOpen::Mechatronics::ProxyObjectParameterBuilder::AttrType ( )

Returns the data type of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::ProxyObjectParameterBuilder::BoolValue ( )

Returns the bool value of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::ProxyObjectParameterBuilder::IntValue ( )

Returns the int value of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

int NXOpen::Mechatronics::ProxyObjectParameterBuilder::ParamId ( )

Returns the maximum parameter id of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::ProxyObjectParameterBuilder::RealValue ( )

Returns the real value of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetAttrName ( const NXString name)

Sets the name of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetAttrName ( const char *  name)

Sets the name of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetAttrType ( int  type)

Sets the data type of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
typetype
void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetBoolValue ( NXOpen::Expression boolValueExp)

Sets the bool value of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
boolValueExpboolvalueexp
void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetIntValue ( NXOpen::Expression intValueExp)

Sets the int value of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
intValueExpintvalueexp
void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetParamId ( int  paramId)

Sets the maximum parameter id of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
paramIdparamid
void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetRealValue ( NXOpen::Expression realValueExp)

Sets the real value of parameter attribute in proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
realValueExprealvalueexp

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