NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | 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.GeometricUtilities.IComponentBuilder

Public Types

enum  GeometrySelectionFilterType { OnlyUnmounted, All }
 Selection filter for mounting bodies. More...
 

Public Member Functions

unsafe string GetLineComponentName ()
 Returns the display names of the press model line component that the mount point is associated with. More...
 
unsafe string GetMountPointName ()
 Returns the display name of the press model mount point. More...
 
unsafe NXOpen.NXObject[] GetMountedGeometry ()
 Returns the geometry that will be mounted on commit. More...
 
unsafe bool MountGeometry (NXOpen.NXObject geometry)
 Adds to the list of geometry that is mounted on commit. More...
 
unsafe bool UnMountGeometry (NXOpen.NXObject geometry)
 Adds to the list of geometry that is unmounted on commit. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe
NXOpen.PressLineSimulation.MountPointBuilder.GeometrySelectionFilterType 
SelectionFilter [get, set]
 Returns or sets the geometry selection filter 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 to filter the selectable items that should be mounted.

Enumerator
OnlyUnmounted 

Only bodies that are not mounted can be selected.

All 

Everything can be selected.

Member Function Documentation

unsafe string NXOpen.PressLineSimulation.MountPointBuilder.GetLineComponentName ( )

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

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.NXObject [] NXOpen.PressLineSimulation.MountPointBuilder.GetMountedGeometry ( )

Returns the geometry that will be mounted on commit.

Created in NX12.0.0

License requirements: None.

Returns
unsafe string NXOpen.PressLineSimulation.MountPointBuilder.GetMountPointName ( )

Returns the display name of the press model mount point.

Created in NX12.0.0

License requirements: None.

Returns
unsafe bool NXOpen.PressLineSimulation.MountPointBuilder.MountGeometry ( NXOpen.NXObject  geometry)

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

Created in NX12.0.0

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

Parameters
geometry
Returns
unsafe bool NXOpen.PressLineSimulation.MountPointBuilder.UnMountGeometry ( NXOpen.NXObject  geometry)

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

Created in NX12.0.0

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

Parameters
geometry
Returns

Property Documentation

unsafe NXOpen.PressLineSimulation.MountPointBuilder.GeometrySelectionFilterType NXOpen.PressLineSimulation.MountPointBuilder.SelectionFilter
getset

Returns or sets the geometry selection filter

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")


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