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

AssignWeldsBuilder
To create a new instance of this class, use NXOpen::ToolDesigner::ToolDesignerManager::CreateAssignWeldsBuilder

Created in NX11.0.0. More...

Inheritance diagram for NXOpen::ToolDesigner::AssignWeldsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Menu { MenuAllWeldsinScope, MenuVolumeScope }
 Represents the weld's objects types. More...
 

Public Member Functions

void Assign (const std::vector< NXOpen::TaggedObject * > &welds)
 Assign weld
Created in NX11.0.1. More...
 
void FetchWeldPointsInScope (std::vector< NXOpen::TaggedObject * > &weldPoints)
 Fetch Weld Points In Scope
Created in NX11.0.0. More...
 
NXOpen::SelectTaggedObjectListInvisibleSelection ()
 Returns the weld selection getter
Created in NX11.0.0. More...
 
void UnAssign (const std::vector< NXOpen::TaggedObject * > &welds)
 UnAssign weld
Created in NX11.0.1. More...
 
void VolumeSearch (const NXOpen::Point3d &bottomVertex, const NXOpen::Point3d &upperVertex, std::vector< NXOpen::TaggedObject * > &objects)
 Search for all the welds inside a certain box
Created in NX11.0.1. 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

AssignWeldsBuilder
To create a new instance of this class, use NXOpen::ToolDesigner::ToolDesignerManager::CreateAssignWeldsBuilder

Created in NX11.0.0.


Member Enumeration Documentation

Represents the weld's objects types.

Enumerator
MenuAllWeldsinScope 

all weldsin scope

MenuVolumeScope 

volume scope

Member Function Documentation

void NXOpen::ToolDesigner::AssignWeldsBuilder::Assign ( const std::vector< NXOpen::TaggedObject * > &  welds)

Assign weld
Created in NX11.0.1.



License requirements : fp_fixture_planner ("FULL FIXTURE PLANNER")

Parameters
weldswelds
void NXOpen::ToolDesigner::AssignWeldsBuilder::FetchWeldPointsInScope ( std::vector< NXOpen::TaggedObject * > &  weldPoints)

Fetch Weld Points In Scope
Created in NX11.0.0.



License requirements : fp_fixture_planner ("FULL FIXTURE PLANNER")

Parameters
weldPointsweldpoints
NXOpen::SelectTaggedObjectList* NXOpen::ToolDesigner::AssignWeldsBuilder::InvisibleSelection ( )

Returns the weld selection getter
Created in NX11.0.0.



License requirements : fp_fixture_planner ("FULL FIXTURE PLANNER")

void NXOpen::ToolDesigner::AssignWeldsBuilder::UnAssign ( const std::vector< NXOpen::TaggedObject * > &  welds)

UnAssign weld
Created in NX11.0.1.



License requirements : fp_fixture_planner ("FULL FIXTURE PLANNER")

Parameters
weldswelds
void NXOpen::ToolDesigner::AssignWeldsBuilder::VolumeSearch ( const NXOpen::Point3d bottomVertex,
const NXOpen::Point3d upperVertex,
std::vector< NXOpen::TaggedObject * > &  objects 
)

Search for all the welds inside a certain box
Created in NX11.0.1.



License requirements : fp_fixture_planner ("FULL FIXTURE PLANNER")

Parameters
bottomVertexbottomvertex
upperVertexuppervertex
objectsthe datums that were found

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