NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Information Class Reference

Represents a class that provides methods for displaying information about part history, interpart parents and children, features, points, and other NX Objects. More...

Inheritance diagram for NXOpen.Information:

Public Types

enum  DisplayFeatureType {
  All, Expressions, Parameters, Dependencies,
  FeaturesInBody, RelatedObject
}
 Describes type of information displayed into listing window device. More...
 

Public Member Functions

unsafe void DisplayPartHistory (NXOpen.BasePart part)
 Displays the NXOpen.ListingWindow with a part's save history. More...
 
unsafe void DisplayPointDetails (NXOpen.Point point)
 Obtains the absolute and work coordinates of an explicit or implicit point and displays information in the NXOpen.ListingWindow device. More...
 
unsafe void DisplayPointDetails (NXOpen.Point3d absolutePointCoordinates)
 Displays the absolute and work coordinates of a point in the NXOpen.ListingWindow device. More...
 
unsafe void DisplayObjectsDetails (NXOpen.NXObject[] selectedObjects)
 Displays information about geometric objects in the NXOpen.ListingWindow . More...
 
unsafe void DisplayFeatureDetails (NXOpen.Features.Feature feature, NXOpen.Information.DisplayFeatureType type)
 Displays relevant information about features created while generating a 3-D model in the NXOpen.ListingWindow . More...
 
unsafe void DisplayInterpartChildren (NXOpen.Part part)
 Displays names of interpart children(part files having interlinked geometry) in the NXOpen.ListingWindow . More...
 
unsafe void DisplayInterpartParents (NXOpen.Part part)
 Displays names of interpart parents(part files having interlinked geometry) in the NXOpen.ListingWindow . More...
 
unsafe void DisplayUpdateStatusReport (NXOpen.Part part)
 Displays status of all the features that failed to update in the NXOpen.ListingWindow . More...
 
unsafe void DisplayCamObjectsDetails (NXOpen.NXObject[] selectedObjects)
 Display details of cam objects More...
 
unsafe void DisplayProdIntObjectsDetails (NXOpen.NXObject[] selectedObjects, int startCounter)
 Display details of product interface objects More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a class that provides methods for displaying information about part history, interpart parents and children, features, points, and other NX Objects.

To obtain an instance of this class, refer to NXOpen.Session

Created in NX3.0.0

Member Enumeration Documentation

Describes type of information displayed into listing window device.

Enumerator
All 

Displays all the information.

Default set.

Expressions 

Displays expressions information.

Parameters 

Displays parameters information.

Dependencies 

Displays dependencies information.

FeaturesInBody 

Displays features in body information.

RelatedObject 

Displays related(dual) object information.

Member Function Documentation

unsafe void NXOpen.Information.DisplayCamObjectsDetails ( NXOpen.NXObject[]  selectedObjects)

Display details of cam objects

Created in NX4.0.0

License requirements: None.

Parameters
selectedObjectsArray of objects for which the information is to be displayed
unsafe void NXOpen.Information.DisplayFeatureDetails ( NXOpen.Features.Feature  feature,
NXOpen.Information.DisplayFeatureType  type 
)

Displays relevant information about features created while generating a 3-D model in the NXOpen.ListingWindow .

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
featureFeature object
typeType of information to display
unsafe void NXOpen.Information.DisplayInterpartChildren ( NXOpen.Part  part)

Displays names of interpart children(part files having interlinked geometry) in the NXOpen.ListingWindow .

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
partPart object
unsafe void NXOpen.Information.DisplayInterpartParents ( NXOpen.Part  part)

Displays names of interpart parents(part files having interlinked geometry) in the NXOpen.ListingWindow .

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
partPart object
unsafe void NXOpen.Information.DisplayObjectsDetails ( NXOpen.NXObject[]  selectedObjects)

Displays information about geometric objects in the NXOpen.ListingWindow .

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
selectedObjectsArray of objects for which the information is to be displayed
unsafe void NXOpen.Information.DisplayPartHistory ( NXOpen.BasePart  part)

Displays the NXOpen.ListingWindow with a part's save history.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
partPart Object
unsafe void NXOpen.Information.DisplayPointDetails ( NXOpen.Point  point)

Obtains the absolute and work coordinates of an explicit or implicit point and displays information in the NXOpen.ListingWindow device.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
pointPoint Object
unsafe void NXOpen.Information.DisplayPointDetails ( NXOpen.Point3d  absolutePointCoordinates)

Displays the absolute and work coordinates of a point in the NXOpen.ListingWindow device.

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.5

License requirements: None.

Parameters
absolutePointCoordinatesAbsolute coordinates of a point
unsafe void NXOpen.Information.DisplayProdIntObjectsDetails ( NXOpen.NXObject[]  selectedObjects,
int  startCounter 
)

Display details of product interface objects

Created in NX5.0.0

License requirements: None.

Parameters
selectedObjectsproduct interface objects
startCounterstart counter for object #
unsafe void NXOpen.Information.DisplayUpdateStatusReport ( NXOpen.Part  part)

Displays status of all the features that failed to update in the NXOpen.ListingWindow .

If we call this method externally without UI, it displays the information on standard output device. The listing window output can be sent to the Information window or to a file, or to both. See NXOpen.ListingWindow.SelectDevice for more information.

Created in NX3.0.0

License requirements: None.

Parameters
partPart object

Property Documentation

Tag NXOpen.Information.Tag
get

Returns the tag of this object.


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