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

Represents a NXOpen::Mechatronics::ProxyOverrideObjectBuilder . More...

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

Public Types

enum  AttrBoolValue { AttrBoolValueFalse, AttrBoolValueTrue }
 the value for the boolean option More...
 
enum  AttrType { AttrTypeBool, AttrTypeInt, AttrTypeDouble }
 the parameter attribute option. More...
 

Public Member Functions

NXOpen::SelectNXObjectAttachment ()
 Returns the attachment that is encapsulated in the proxy override object
Created in NX8.5.0. More...
 
NXOpen::BasePartContext ()
 Returns the context part of the proxy override object
Created in NX8.5.0. More...
 
bool HasAttachment ()
 Returns the flag for whether the proxy override object has an attachment
Created in NX8.5.0. More...
 
NXOpen::Mechatronics::ProxyObjectParameterBuilderListParameterList ()
 Returns the parameter data
Created in NX8.5.0. More...
 
NXOpen::NXObjectProxyObject ()
 Returns the proxy object that is encapsulated in the proxy override object
Created in NX8.5.0. More...
 
NXString ProxyOverrideObjectName ()
 Returns the name of the proxy override object
Created in NX8.5.0. More...
 
void SetContext (NXOpen::BasePart *context)
 Sets the context part of the proxy override object
Created in NX8.5.0. More...
 
void SetHasAttachment (bool hasAttachment)
 Sets the flag for whether the proxy override object has an attachment
Created in NX8.5.0. More...
 
void SetProxyOverrideObjectName (const NXString &proxyOverrideObjectName)
 Sets the name of the proxy override object
Created in NX8.5.0. More...
 
void SetProxyOverrideObjectName (const char *proxyOverrideObjectName)
 Sets the name of the proxy override 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::ProxyOverrideObjectBuilder .


To create a new instance of this class, use NXOpen::Mechatronics::ProxyOverrideObjectCollection::CreateBuilder

Created in NX8.0.0.

Member Enumeration Documentation

the value for the boolean option

Enumerator
AttrBoolValueFalse 

false

AttrBoolValueTrue 

true

the parameter attribute option.

Enumerator
AttrTypeBool 

bool

AttrTypeInt 

int

AttrTypeDouble 

double

Member Function Documentation

NXOpen::SelectNXObject* NXOpen::Mechatronics::ProxyOverrideObjectBuilder::Attachment ( )

Returns the attachment that is encapsulated in the proxy override object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

bool NXOpen::Mechatronics::ProxyOverrideObjectBuilder::HasAttachment ( )

Returns the flag for whether the proxy override object has an attachment
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

Returns the parameter data
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::NXObject* NXOpen::Mechatronics::ProxyOverrideObjectBuilder::ProxyObject ( )

Returns the proxy object that is encapsulated in the proxy override object
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::ProxyOverrideObjectBuilder::ProxyOverrideObjectName ( )

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

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

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
contextcontext
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetHasAttachment ( bool  hasAttachment)

Sets the flag for whether the proxy override object has an attachment
Created in NX8.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
hasAttachmenthasattachment
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetProxyOverrideObjectName ( const NXString proxyOverrideObjectName)

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
proxyOverrideObjectNameproxyoverrideobjectname
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetProxyOverrideObjectName ( const char *  proxyOverrideObjectName)

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



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
proxyOverrideObjectNameproxyoverrideobjectname

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