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

Use this class to mount tools, tooling and parts to interfaces. More...

Inheritance diagram for NXOpen::PressLineSimulation::MountPointBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  GeometrySelectionFilterType { GeometrySelectionFilterTypeOnlyUnmounted, GeometrySelectionFilterTypeAll }
 Selection filter for mounting bodies. More...
 

Public Member Functions

NXString GetLineComponentName ()
 Returns the display names of the press model line component that the mount point is associated with. More...
 
std::vector< NXOpen::NXObject * > GetMountedGeometry ()
 Returns the geometry that will be mounted on commit. More...
 
NXString GetMountPointName ()
 Returns the display name of the press model mount point. More...
 
bool MountGeometry (NXOpen::NXObject *geometry)
 Adds to the list of geometry that is mounted on commit. More...
 
NXOpen::PressLineSimulation::MountPointBuilder::GeometrySelectionFilterType SelectionFilter ()
 Returns the geometry selection filter
Created in NX12.0.0. More...
 
void SetSelectionFilter (NXOpen::PressLineSimulation::MountPointBuilder::GeometrySelectionFilterType selectionFilter)
 Sets the geometry selection filter
Created in NX12.0.0. More...
 
bool UnMountGeometry (NXOpen::NXObject *geometry)
 Adds to the list of geometry that is unmounted on commit. 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

Use this class to mount tools, tooling and parts to interfaces.


Use PressLineSimulation::MountPointBuilderListBuilder to obtain a list of MountPointBuilder objects.

Created in NX12.0.0.

Member Enumeration Documentation

Selection filter for mounting bodies.

Use this enum in conjunction with PressLineSimulation::MountPointBuilder::SelectionFilter and PressLineSimulation::MountPointBuilder::SetSelectionFilter to filter the selectable items that should be mounted.

Enumerator
GeometrySelectionFilterTypeOnlyUnmounted 

Only bodies that are not mounted can be selected.

GeometrySelectionFilterTypeAll 

Everything can be selected.

Member Function Documentation

NXString NXOpen::PressLineSimulation::MountPointBuilder::GetLineComponentName ( )

Returns the display names of the press model line component that the mount point is associated with.

Returns

Created in NX12.0.0.

License requirements : None
std::vector<NXOpen::NXObject *> NXOpen::PressLineSimulation::MountPointBuilder::GetMountedGeometry ( )

Returns the geometry that will be mounted on commit.

Returns

Created in NX12.0.0.

License requirements : None
NXString NXOpen::PressLineSimulation::MountPointBuilder::GetMountPointName ( )

Returns the display name of the press model mount point.

Returns

Created in NX12.0.0.

License requirements : None
bool NXOpen::PressLineSimulation::MountPointBuilder::MountGeometry ( NXOpen::NXObject geometry)

Adds to the list of geometry that is mounted on commit.

Returns

Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")
Parameters
geometrygeometry
NXOpen::PressLineSimulation::MountPointBuilder::GeometrySelectionFilterType NXOpen::PressLineSimulation::MountPointBuilder::SelectionFilter ( )

Returns the geometry selection filter
Created in NX12.0.0.



License requirements : None

void NXOpen::PressLineSimulation::MountPointBuilder::SetSelectionFilter ( NXOpen::PressLineSimulation::MountPointBuilder::GeometrySelectionFilterType  selectionFilter)

Sets the geometry selection filter
Created in NX12.0.0.



License requirements : nx_pls_die_checker (" NX Press Die Checker")

Parameters
selectionFilterselectionfilter
bool NXOpen::PressLineSimulation::MountPointBuilder::UnMountGeometry ( NXOpen::NXObject geometry)

Adds to the list of geometry that is unmounted on commit.

Returns

Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")
Parameters
geometrygeometry

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