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

Builder to unify Routing::Stock and Assemblies::Component based on specified characteristic values. More...

Inheritance diagram for NXOpen::Routing::UnifyPathBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Routing::CharacteristicListGetUnifyCharacteristics ()
 Returns Routing::CharacteristicList to be used to find matching Routing::Stock and Assemblies::Component to replace. More...
 
NXOpen::SelectNXObjectReferenceObject ()
 Returns the reference object used to extract characteristics to unify. More...
 
NXOpen::Routing::RouteObjectCollectorRouteObjectCollector ()
 Returns the routing object collector to select objects to unify. More...
 
void SetUnifyCharacteristics (NXOpen::NXObject::AttributeType charxType, const NXString &charxName, const NXString &charxValue)
 Sets the characteristics to be applied
Created in NX8.0.0. More...
 
void SetUnifyCharacteristics (NXOpen::NXObject::AttributeType charxType, const char *charxName, const char *charxValue)
 Sets the characteristics to be applied
Created in NX8.0.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

Builder to unify Routing::Stock and Assemblies::Component based on specified characteristic values.

The builder takes a set of objects and replaces them with new objects that matches the given characterstics.
To create a new instance of this class, use NXOpen::Routing::RouteManager::CreateUnifyPathBuilder

Created in NX7.5.0.

Member Function Documentation

NXOpen::Routing::CharacteristicList* NXOpen::Routing::UnifyPathBuilder::GetUnifyCharacteristics ( )

Returns Routing::CharacteristicList to be used to find matching Routing::Stock and Assemblies::Component to replace.

Returns
The characteristics to use in finding a replacement for the given object.
Created in NX7.5.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXOpen::SelectNXObject* NXOpen::Routing::UnifyPathBuilder::ReferenceObject ( )

Returns the reference object used to extract characteristics to unify.


Created in NX7.5.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

NXOpen::Routing::RouteObjectCollector* NXOpen::Routing::UnifyPathBuilder::RouteObjectCollector ( )

Returns the routing object collector to select objects to unify.


Created in NX7.5.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

void NXOpen::Routing::UnifyPathBuilder::SetUnifyCharacteristics ( NXOpen::NXObject::AttributeType  charxType,
const NXString charxName,
const NXString charxValue 
)

Sets the characteristics to be applied
Created in NX8.0.0.



License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
charxTypecharxtype
charxNamecharxname
charxValueThe characteristics to use in finding a replacement for the given object.
void NXOpen::Routing::UnifyPathBuilder::SetUnifyCharacteristics ( NXOpen::NXObject::AttributeType  charxType,
const char *  charxName,
const char *  charxValue 
)

Sets the characteristics to be applied
Created in NX8.0.0.



License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
charxTypecharxtype
charxNamecharxname
charxValueThe characteristics to use in finding a replacement for the given object.

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