NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Routing::AdoptionBuilder Class Reference

Represents a NXOpen::Routing::AdoptionBuilder. More...

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

Public Member Functions

NXOpen::CollaborativeDesignCollaborativeDesign ()
 Returns the selected collaborative design
Created in NX12.0.2. More...
 
int IsValidPartToAdopt ()
 Checks the adoption validity of part containing this builder object. More...
 
NXOpen::Assemblies::PartitionSelectedPartition ()
 Returns the partition list of selected collaborative design
Created in NX12.0.2. More...
 
void SetCollaborativeDesign (NXOpen::CollaborativeDesign *collaborativeDesign)
 Sets the selected collaborative design
Created in NX12.0.2. More...
 
void SetSelectedPartition (NXOpen::Assemblies::Partition *partition)
 Sets the partition list of selected collaborative design
Created in NX12.0.2. 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::Routing::AdoptionBuilder.

This builder takes assembly / subassembly and converts it to next gen structure.
To create a new instance of this class, use NXOpen::Routing::RouteManager::CreateAdoptionBuilder

Created in NX12.0.2.

Member Function Documentation

NXOpen::CollaborativeDesign* NXOpen::Routing::AdoptionBuilder::CollaborativeDesign ( )

Returns the selected collaborative design
Created in NX12.0.2.



License requirements : routing_advanced ("Routing Advanced")

int NXOpen::Routing::AdoptionBuilder::IsValidPartToAdopt ( )

Checks the adoption validity of part containing this builder object.


Created in NX12.0.2.

License requirements : routing_advanced ("Routing Advanced")

NXOpen::Assemblies::Partition* NXOpen::Routing::AdoptionBuilder::SelectedPartition ( )

Returns the partition list of selected collaborative design
Created in NX12.0.2.



License requirements : routing_advanced ("Routing Advanced")

void NXOpen::Routing::AdoptionBuilder::SetCollaborativeDesign ( NXOpen::CollaborativeDesign collaborativeDesign)

Sets the selected collaborative design
Created in NX12.0.2.



License requirements : routing_advanced ("Routing Advanced")

Parameters
collaborativeDesigncollaborativedesign
void NXOpen::Routing::AdoptionBuilder::SetSelectedPartition ( NXOpen::Assemblies::Partition partition)

Sets the partition list of selected collaborative design
Created in NX12.0.2.



License requirements : routing_advanced ("Routing Advanced")

Parameters
partitionpartition

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