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

Represents a Mechatronics::ProxyObjectBuilder . More...

Inheritance diagram for NXOpen::Mechatronics::ProxyObjectBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Mechatronics::AdapterSignalBuilder

Public Member Functions

NXOpen::BasePartContext ()
 Returns the context part of the proxy object
Created in NX8.5.0.
 
int MaxParamId ()
 Returns the maximum parameter id used in the proxy object
Created in NX8.5.0.
 
NXOpen::Mechatronics::ProxyObjectParameterBuilderListParameterList ()
 Returns the parameter data
Created in NX8.5.0.
 
NXString ProxyObjectName ()
 Returns the name of the proxy object
Created in NX8.5.0.
 
NXOpen::SelectNXObjectListSelectGeomObject ()
 Returns the select geometry object that describes the proxy object
Created in NX8.5.0.
 
NXOpen::SelectNXObjectListSelectPhysicsObject ()
 Returns the select physics objects that are encapsulated in the proxy object
Created in NX8.5.0.
 
void SetContext (NXOpen::BasePart *context)
 Sets the context part of the proxy object
Created in NX8.5.0.
 
void SetMaxParamId (int paramId)
 Sets the maximum parameter id used in the proxy object
Created in NX8.5.0.
 
void SetProxyObjectName (const NXString &proxyObjectName)
 Sets the name of the proxy object
Created in NX8.5.0.
 
void SetProxyObjectName (const char *proxyObjectName)
 Sets the name of the proxy object
Created in NX8.5.0.
 
void SetUseType (int useType)
 Sets the use type used in the proxy object
Created in NX8.5.0.
 
int UseType ()
 Returns the use type used in the proxy object
Created in NX8.5.0.
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder.
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder.
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit.
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder.
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results.
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a Mechatronics::ProxyObjectBuilder .

<br> To create a new instance of this class, use @link Mechatronics::ProxyObjectCollection::CreateProxyObjectBuilder  Mechatronics::ProxyObjectCollection::CreateProxyObjectBuilder @endlink  <br> 


Created in NX8.5.0.

Member Function Documentation

NXOpen::BasePart* NXOpen::Mechatronics::ProxyObjectBuilder::Context ( )

Returns the context part of the proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

int NXOpen::Mechatronics::ProxyObjectBuilder::MaxParamId ( )

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::ProxyObjectParameterBuilderList* NXOpen::Mechatronics::ProxyObjectBuilder::ParameterList ( )

Returns the parameter data
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::ProxyObjectBuilder::ProxyObjectName ( )

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::SelectNXObjectList* NXOpen::Mechatronics::ProxyObjectBuilder::SelectGeomObject ( )

Returns the select geometry object that describes the proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::SelectNXObjectList* NXOpen::Mechatronics::ProxyObjectBuilder::SelectPhysicsObject ( )

Returns the select physics objects that are encapsulated in the proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::ProxyObjectBuilder::SetContext ( NXOpen::BasePart context)

Sets the context part of the proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
contextcontext
void NXOpen::Mechatronics::ProxyObjectBuilder::SetMaxParamId ( int  paramId)

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
paramIdparamid
void NXOpen::Mechatronics::ProxyObjectBuilder::SetProxyObjectName ( const NXString proxyObjectName)

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
proxyObjectNameproxyobjectname
void NXOpen::Mechatronics::ProxyObjectBuilder::SetProxyObjectName ( const char *  proxyObjectName)

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
proxyObjectNameproxyobjectname
void NXOpen::Mechatronics::ProxyObjectBuilder::SetUseType ( int  useType)

Sets the use type used in the proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
useTypeusetype
int NXOpen::Mechatronics::ProxyObjectBuilder::UseType ( )

Returns the use type used in the proxy object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")


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