NX Open C++ Reference Guide
Classes | Public Types | Public Member Functions
NXOpen::BasePart Class Reference

Base class for an NX part. More...

Inheritance diagram for NXOpen::BasePart:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject NXOpen::CAE::CaePart NXOpen::Part NXOpen::CAE::BaseFemPart NXOpen::CAE::SimPart NXOpen::CAE::AssyFemPart NXOpen::CAE::FemPart

List of all members.

Classes

struct  HistoryEventInformation
 Contains part history event information. More...
struct  IncompleteStatus
 Incomplete part return data. More...
struct  TransientStatus
 Transient part return data. More...

Public Types

enum  BookmarkOption { BookmarkOptionAll, BookmarkOptionComponentGroupsLoadOptions, BookmarkOptionComponentGroupsOnly }
 Controls the information written to a bookmark file. More...
enum  CloseAfterSave { CloseAfterSaveFalse, CloseAfterSaveTrue }
 Used to specify whether a part should be closed after it is saved. More...
enum  CloseModified { CloseModifiedUseResponses, CloseModifiedCloseModified, CloseModifiedDontCloseModified }
 Indicates how part close should handle component parts when they are modified. More...
enum  CloseWholeTree { CloseWholeTreeFalse, CloseWholeTreeTrue }
 Used to specify whether or not to close a part's components during a close operation. More...
enum  PartPreview { PartPreviewNone, PartPreviewOnSave, PartPreviewOnDemand }
 Specifies the preview mode of the part file. More...
enum  SaveComponents { SaveComponentsFalse, SaveComponentsTrue }
 Used to specify whether a part's components should be saved (if modified) when the part is saved. More...
enum  Units { UnitsInches, UnitsMillimeters }
 The units of the part file. More...

Public Member Functions

NXOpen::GeometricAnalysis::AnalysisManagerAnalysisManager ()
 Returns the GeometricAnalysisManager for part
Created in NX5.0.0.
NXOpen::ArcCollectionArcs ()
 Returns the ArcCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Assemblies::ProductOutlineManagerAssemblies ()
 Returns the NXOpen::Assemblies::ProductOutlineManager belonging to this session
Created in NX6.0.0.
NXOpen::Assemblies::AssemblyManagerAssemblyManager ()
 Returns the NXOpen::Assemblies::AssemblyManager belonging to this session
Created in NX6.0.0.
void AssignPermanentName (const NXString &newFileName)
 Saves a temporary part with the given name.
NXOpen::AxisCollectionAxes ()
 Returns the AxisCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Features::BaseFeatureCollectionBaseFeatures ()
 Returns the FeatureCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Display::CameraCollectionCameras ()
 Returns the Display.CameraCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::CAM::CAMFeatureCollectionCAMFeatures ()
 Returns the CAMFeatureCollection instance belonging to this part
Created in NX7.5.0.
void Close (NXOpen::BasePart::CloseWholeTree wholeTree, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses)
 Closes an open part.
NXOpen::ColorManagerColors ()
 Manages the standard NX colors
Created in NX3.0.0.
void CompleteStructure ()
 Make additions necessary to complete the incomplete assembly structure of the input part
Created in NX4.0.0.
NXOpen::Assemblies::ComponentAssemblyComponentAssembly ()
 Returns the component assembly.
NXOpen::CoordinateSystemCollectionCoordinateSystems ()
 Returns the CoordinateSystemCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Display::DynamicSectionBuilderCreateDynamicSectionBuilder (bool loadFromView)
 Creates a Display::DynamicSectionBuilder The base part must be a displayable part, otherwise an exception will be thrown.
NXOpen::Display::FacetSettingsBuilderCreateFacetSettingsBuilder ()
 Creates a builder for the Facet Settings dialog.
NXOpen::GroupBuilderCreateGatewayGroupBuilder (NXOpen::Group *group)
 Creates a Groups builder.
NXOpen::Display::PerspectiveOptionsBuilderCreatePerspectiveOptionsBuilder ()
 Creates a builder for the Perspective Options dialog.
NXOpen::ReferenceSetCreateReferenceSet ()
 Creates a ReferenceSet object.
NXOpen::CurveCollectionCurves ()
 Returns the CurveCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::DatumCollectionDatums ()
 Returns the DatumCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Display::DecalCollectionDecals ()
 Returns the Display.DecalCollection instance belonging to this part
Created in NX3.0.0.
void DeleteReferenceSet (NXOpen::ReferenceSet *referenceSetObject)
 Deletes a ReferenceSet object
Created in NX6.0.0.
NXOpen::Optimization::DesignStudyCollectionDesignStudy ()
 Returns the design study instance belonging to this part
Created in NX3.0.0.
NXOpen::DirectionCollectionDirections ()
 Returns the DirectionCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Display::DynamicSectionCollectionDynamicSections ()
 Returns the Display.DynamicSectionCollection instance belonging to this part
Created in NX6.0.0.
NXOpen::EllipseCollectionEllipses ()
 Returns the EllipseCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::ExpressionCollectionExpressions ()
 Returns the ExpressionCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Fields::FieldManagerFieldManager ()
 Returns the field main.
NXOpen::FontCollectionFonts ()
 Returns the FontCollection instance belonging to this part
Created in NX3.0.0.
NXString FullPath ()
 Returns the full path of the part
Created in NX3.0.0.
NXOpen::CAE::FunctionCollectionFunctions ()
 Returns the CAE.FunctionCollection for this part
Created in NX5.0.0.
std::vector
< NXOpen::ReferenceSet * > 
GetAllReferenceSets ()
 Get all the ReferenceSet objects in this part.
std::vector
< NXOpen::BasePart::HistoryEventInformation
GetHistoryInformation ()
 Get history of part.
NXOpen::BasePart::IncompleteStatus GetIncompleteStatus ()
 Inquire whether the provided part is flagged as being incomplete.
NXString GetMakeUniqueName ()
 Gets the Unique name on a part for the Make Unique operation.
void GetPreviewImage (int *width, int *height, std::vector< int > &pixels)
 Get the preview image This will return the graphic preview image of the part (when available).
NXOpen::BasePart::TransientStatus GetTransientStatus ()
 Inquire whether the provided part is flagged as being transient.
NXOpen::Display::GridCollectionGrids ()
 Returns the Display.GridCollection instance belonging to this part
Created in NX6.0.0.
NXOpen::HyperbolaCollectionHyperbolas ()
 Returns the HyperbolaCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Gateway::ImageCaptureManagerImageCaptureManager ()
 Returns the Gateway.ImageCaptureManager instance belonging to this part
Created in NX7.5.0.
NXOpen::InfiniteLineCollectionInfiniteLines ()
 Returns the InfiniteLineCollection instance belonging to this part
Created in NX7.5.0.
bool IsFullyLoaded ()
 Returns the load status of a part.
bool IsReadOnly ()
 Returns the read-only status of a part.
NXOpen::Layer::CategoryCollectionLayerCategories ()
 Returns a collection of layer categories
Created in NX3.0.0.
NXOpen::Layer::LayerManagerLayers ()
 Returns the LayerManager for this part
Created in NX3.0.0.
NXOpen::LayoutCollectionLayouts ()
 Returns the LayoutCollection instance belonging to this part
Created in NX3.0.0.
NXString Leaf ()
 Returns the leaf name of the part
Created in NX3.0.0.
NXOpen::LightCollectionLights ()
 Returns the LightCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::LineCollectionLines ()
 Returns the LineCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::PartLoadStatusLoadFeatureDataForSelection ()
 Ensure that feature data is loaded for a part.
NXOpen::PartLoadStatusLoadFully ()
 Ensures that this part is fully loaded.
NXOpen::PartLoadStatusLoadThisPartFully ()
 Ensures that this part is fully loaded.
NXOpen::MaterialManagerMaterialManager ()
 Returns the Material Manager belonging to this Part
Created in NX3.0.0.
NXOpen::MeasureManagerMeasureManager ()
 Returns the measure manager for this part
Created in NX3.0.0.
NXOpen::ModelingViewCollectionModelingViews ()
 Returns the ModelingViewCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::NXMatrixCollectionNXMatrices ()
 Returns the NXMatrixCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::OffsetCollectionOffsets ()
 Returns the OffsetCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Optimization::OptimizationCollectionOptimization ()
 Returns the optimization instance belonging to this part
Created in NX3.0.0.
NXOpen::ParabolaCollectionParabolas ()
 Returns the ParabolaCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::BasePart::PartPreview PartPreviewMode ()
 Returns the preview mode
Created in NX3.0.0.
NXOpen::BasePart::Units PartUnits ()
 Returns the units of the part file.
NXOpen::PDM::PdmPartPDMPart ()
 Returns the instance of the PDM.PdmPart class
Created in NX3.0.0.
NXOpen::PlaneCollectionPlanes ()
 Return a collection of Planes
Created in NX3.0.0.
NXOpen::PlotManagerPlotManager ()
 Returns the PlotManager instance belonging to this part
Created in NX3.0.0.
NXOpen::PointCollectionPoints ()
 Returns the PointCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Preferences::PartPreferencesPreferences ()
 Returns the PartPreferences instance belonging to this part
Created in NX3.0.0.
NXOpen::PropertiesManagerPropertiesManager ()
 Returns the PropertiesManager instance belonging to this part
Created in NX8.0.0.
void ReinstateTransience ()
 Reinstate the transient status to the formerly transient input part
Created in NX4.0.0.
void RemoveTransience ()
 Remove the transient status from the input part
Created in NX4.0.0.
NXOpen::BasePartReopen (NXOpen::BasePart::CloseWholeTree wholeTree, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses, NXOpen::PartReopenReport **reopenReport)
 Reopens a loaded part.
NXOpen::BasePartReopenAs (const NXString &fileName, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses, NXOpen::PartReopenReport **reopenReport)
 Reopens a loaded part.
void ReverseBlankAll ()
 Reverse blank all the objects in the part.
NXOpen::RuleManagerRuleManager ()
 Returns the rule manager for this part
Created in NX3.0.0.
NXOpen::PartSaveStatusSave (NXOpen::BasePart::SaveComponents saveComponentParts, NXOpen::BasePart::CloseAfterSave close)
 Saves the part whether it is modified or not.
NXOpen::PartSaveStatusSaveAs (const NXString &newFileName)
 Creates copy of target part.
void SaveBookmark (const NXString &fileName, NXOpen::BasePart::BookmarkOption option)
 Saves a bookmark file.
NXOpen::PartSaveOptionsSaveOptions ()
 Returns the PartSaveOptions instance belonging to this part
Created in NX3.0.0.
NXOpen::ScalarCollectionScalars ()
 Returns the ScalarCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::ScCollectorCollectionScCollectors ()
 Returns the ScCollectorCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::SectionCollectionSections ()
 Returns the SectionCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::Display::SelPrefCollectionSelPref ()
 Returns the Display.SelPrefCollection instance belonging to this part
Created in NX3.0.0.
void SetMakeUniqueName (const NXString &newUniqueName)
 Sets the unique name on part for the Make Unique operation
Created in NX8.0.0.
void SetPartPreviewMode (NXOpen::BasePart::PartPreview mode)
 Sets the preview mode
Created in NX3.0.0.
void SetUniqueIdentifier (const NXString &identifier)
 Sets the unique identifier for this part used to determine whether parts can be quietly substituted during part open.
NXOpen::Display::TrueShadingCollectionSHEDObjs ()
 Returns the Display.TrueShadingCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::SplineCollectionSplines ()
 Returns the SplineCollection instance belonging to this part
Created in NX5.0.0.
NXOpen::Display::TrueStudioCollectionTrueStudioObjs ()
 Returns the Display.TrueStudioCollection instance belonging to this part
Created in NX8.0.0.
NXString UniqueIdentifier ()
 Returns the unique identifier for this part used to determine whether parts can be quietly substituted during part open.
NXOpen::UnitCollectionUnitCollection ()
 Returns a collection of Units
Created in NX3.0.0.
NXOpen::UserDefinedObjects::UserDefinedObjectManagerUserDefinedObjectManager ()
 Returns the UserDefinedObjects::UserDefinedObjectManager belonging to this session
Created in NX3.0.0.
NXOpen::ValidationCollectionValidations ()
 Returns the validation for this part
Created in NX3.0.0.
NXOpen::ViewCollectionViews ()
 Returns the ViewCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::WCSWCS ()
 Returns the WCS instance belonging to this part
Created in NX3.0.0.
NXOpen::XformCollectionXforms ()
 Returns the XformCollection instance belonging to this part
Created in NX3.0.0.

Detailed Description

Base class for an NX part.


Use the NXOpen::PartCollection class to load or create a part. Use NXOpen::PartCollection::Work to obtain the current work part.

Created in NX4.0.0.


Member Enumeration Documentation

Controls the information written to a bookmark file.

Enumerator:
BookmarkOptionAll 

Write component groups, load options, and structure.

BookmarkOptionComponentGroupsLoadOptions 

Write component groups and load options.

BookmarkOptionComponentGroupsOnly 

Write component groups only.

Used to specify whether a part should be closed after it is saved.

Enumerator:
CloseAfterSaveFalse 

false

CloseAfterSaveTrue 

true

Indicates how part close should handle component parts when they are modified.

Enumerator:
CloseModifiedUseResponses 

Use the responses in PartCloseResponses to determine whether to close a modified part or not.

CloseModifiedCloseModified 

Close all modified parts.

CloseModifiedDontCloseModified 

Do not close any modified parts.

Reimplemented in NXOpen::Part.

Used to specify whether or not to close a part's components during a close operation.

Enumerator:
CloseWholeTreeFalse 

false

CloseWholeTreeTrue 

true

Specifies the preview mode of the part file.

Enumerator:
PartPreviewNone 

No preview image is stored for the part.

PartPreviewOnSave 

Create a preview image when the part is saved.

PartPreviewOnDemand 

Create a preview image on demand.

Used to specify whether a part's components should be saved (if modified) when the part is saved.

Enumerator:
SaveComponentsFalse 

false

SaveComponentsTrue 

true

The units of the part file.

Enumerator:
UnitsInches 

inches

UnitsMillimeters 

millimeters

Reimplemented in NXOpen::Part.


Member Function Documentation

Returns the GeometricAnalysisManager for part
Created in NX5.0.0.


Returns the ArcCollection instance belonging to this part
Created in NX3.0.0.


Returns the NXOpen::Assemblies::ProductOutlineManager belonging to this session
Created in NX6.0.0.


Returns the NXOpen::Assemblies::AssemblyManager belonging to this session
Created in NX6.0.0.


void NXOpen::BasePart::AssignPermanentName ( const NXString newFileName)

Saves a temporary part with the given name.


Created in NX5.0.0.

License requirements : None

Parameters:
newFileNamename of new part file to create
NOTE: The full Unicode character set is not supported for this parameter.

Returns the AxisCollection instance belonging to this part
Created in NX3.0.0.


Returns the FeatureCollection instance belonging to this part
Created in NX3.0.0.


Returns the Display.CameraCollection instance belonging to this part
Created in NX3.0.0.


Returns the CAMFeatureCollection instance belonging to this part
Created in NX7.5.0.


Closes an open part.


Created in NX4.0.0.

License requirements : None

Parameters:
wholeTreeIf true, unloads all components of the part. If false, unloads only the top-level part
closeModifiedBehavior of close if component parts are modified.
responsesClass representing list of parts to close or leave open if modified. Only used if closed_modified is set to BasePart::CloseModifiedUseResponses . If BasePart::CloseModifiedUseResponses is set, then any parts that are candidates for being closed that are not in this list will be closed whether modified or not. See PartCloseResponses for how to add responses to this class.

Manages the standard NX colors
Created in NX3.0.0.


Make additions necessary to complete the incomplete assembly structure of the input part
Created in NX4.0.0.



License requirements : None

Returns the component assembly.


Created in NX3.0.0.

License requirements : None

Returns the CoordinateSystemCollection instance belonging to this part
Created in NX3.0.0.


Creates a Display::DynamicSectionBuilder The base part must be a displayable part, otherwise an exception will be thrown.


By default, the section builder uses the current work view. The current work view must be a modeling view, otherwise an exception will be thrown.

This method has been deprecated. Use BasePart::DynamicSections to create a section builder.

Returns:

Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : None

Parameters:
loadFromViewIf true, reads section information from working view. Otherwise, default section is created.

Creates a builder for the Facet Settings dialog.

Returns:

Created in NX8.0.0.

License requirements : None

Creates a Groups builder.

Returns:
GroupBuilder object
Created in NX5.0.0.

License requirements : None
Parameters:
groupgroup

Creates a builder for the Perspective Options dialog.

Returns:

Created in NX8.0.0.

License requirements : None

Creates a ReferenceSet object.

Returns:
New reference set object
Created in NX6.0.0.

License requirements : None

Returns the CurveCollection instance belonging to this part
Created in NX3.0.0.


Returns the DatumCollection instance belonging to this part
Created in NX3.0.0.


Returns the Display.DecalCollection instance belonging to this part
Created in NX3.0.0.


Deletes a ReferenceSet object
Created in NX6.0.0.



License requirements : None

Parameters:
referenceSetObjectReference set object to be deleted

Returns the design study instance belonging to this part
Created in NX3.0.0.


Returns the DirectionCollection instance belonging to this part
Created in NX3.0.0.


Returns the Display.DynamicSectionCollection instance belonging to this part
Created in NX6.0.0.


Returns the EllipseCollection instance belonging to this part
Created in NX3.0.0.


Returns the ExpressionCollection instance belonging to this part
Created in NX3.0.0.


Returns the field main.


Created in NX4.0.0.

License requirements : None

Returns the FontCollection instance belonging to this part
Created in NX3.0.0.


Returns the full path of the part
Created in NX3.0.0.



License requirements : None

Returns the CAE.FunctionCollection for this part
Created in NX5.0.0.


Get all the ReferenceSet objects in this part.

Returns:

Created in NX7.5.0.

License requirements : None

Get history of part.

Returns:
list of history data for the part. The list is sorted in descending order on version number.
Created in NX4.0.0.

License requirements : None

Inquire whether the provided part is flagged as being incomplete.

Returns:

Created in NX4.0.0.

License requirements : None

Gets the Unique name on a part for the Make Unique operation.

Returns:

Created in NX8.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")
void NXOpen::BasePart::GetPreviewImage ( int *  width,
int *  height,
std::vector< int > &  pixels 
)

Get the preview image This will return the graphic preview image of the part (when available).

The call returns the image width and height and a single array of integer RGB pixels. The total number of pixels is width * height. Each 32 bit integer pixel contains 8 bit values for the red, green and blue color components and the alpha channel is not used and set to 255. The byte order corresponds to the .NET method System.Drawing.Color.FromArgb, so the order is ARGB. For Java the byte order and data corresponds to the BufferedImage type TYPE_INT_RGB. The pixels at an xy location can be found as (y*width+x) where x is from 0 to width-1, and y indexes from 0 to height-1. The RGB pixels can be loaded into an appropriate image tool such as the Java BufferedImage class for display.


Created in NX5.0.2.

License requirements : None

Parameters:
widthimage width
heightimage height
pixelsArray of pixels

Inquire whether the provided part is flagged as being transient.

Returns:

Created in NX4.0.0.

License requirements : None

Returns the Display.GridCollection instance belonging to this part
Created in NX6.0.0.


Returns the HyperbolaCollection instance belonging to this part
Created in NX3.0.0.


Returns the Gateway.ImageCaptureManager instance belonging to this part
Created in NX7.5.0.


Returns the InfiniteLineCollection instance belonging to this part
Created in NX7.5.0.


Returns the load status of a part.

Set to true if part is fully loaded and set to false if the part is partially loaded.
Created in NX3.0.0.

License requirements : None

Returns the read-only status of a part.

Set to true if part is read-only and set to false if the part is modifiable.
Created in NX5.0.2.

License requirements : None

Returns a collection of layer categories
Created in NX3.0.0.


Returns the LayerManager for this part
Created in NX3.0.0.


Returns the LayoutCollection instance belonging to this part
Created in NX3.0.0.


Returns the leaf name of the part
Created in NX3.0.0.



License requirements : None

Returns the LightCollection instance belonging to this part
Created in NX3.0.0.


Returns the LineCollection instance belonging to this part
Created in NX3.0.0.


Ensure that feature data is loaded for a part.

Returns:
If the part could not be loaded, this object contains the error information.
Created in NX6.0.1.

License requirements : None

Ensures that this part is fully loaded.

If the part is already fully loaded (BasePart::IsFullyLoaded returns true) then this method has no effect.

Returns:
If the part could not be loaded, this object contains the error information.
Created in NX5.0.0.

License requirements : None

Ensures that this part is fully loaded.

If the part is already fully loaded (BasePart::IsFullyLoaded returns true) then this method has no effect. Does not load any components regardless of the current load option.

Returns:
If the part could not be loaded, this object contains the error information.
Created in NX5.0.0.

License requirements : None

Returns the Material Manager belonging to this Part
Created in NX3.0.0.


Returns the measure manager for this part
Created in NX3.0.0.


Returns the ModelingViewCollection instance belonging to this part
Created in NX3.0.0.


Returns the NXMatrixCollection instance belonging to this part
Created in NX3.0.0.


Returns the OffsetCollection instance belonging to this part
Created in NX3.0.0.


Returns the optimization instance belonging to this part
Created in NX3.0.0.


Returns the ParabolaCollection instance belonging to this part
Created in NX3.0.0.


Returns the preview mode
Created in NX3.0.0.



License requirements : None

Returns the units of the part file.


Created in NX3.0.0.

License requirements : None

Returns the instance of the PDM.PdmPart class
Created in NX3.0.0.


Return a collection of Planes
Created in NX3.0.0.


Returns the PlotManager instance belonging to this part
Created in NX3.0.0.


Returns the PointCollection instance belonging to this part
Created in NX3.0.0.


Returns the PartPreferences instance belonging to this part
Created in NX3.0.0.


Returns the PropertiesManager instance belonging to this part
Created in NX8.0.0.


Reinstate the transient status to the formerly transient input part
Created in NX4.0.0.



License requirements : None

Remove the transient status from the input part
Created in NX4.0.0.



License requirements : None

Reopens a loaded part.

Returns:
The reloaded part
Created in NX4.0.0.

License requirements : None
Parameters:
wholeTreeIf true, unloads all components of the part. If false, unloads only the top-level part
closeModifiedBehavior of close if component parts are modified.
responsesClass representing list of parts to close or leave open if modified. Only used if closed_modified is set to BasePart::CloseModifiedUseResponses . If BasePart::CloseModifiedUseResponses is set, then any parts that are candidates for being closed that are not in this list will be closed whether modified or not. See PartCloseResponses for how to add responses to this class.
reopenReportReport containing results of reopen command

Reopens a loaded part.

Returns:
The reloaded part
Created in NX4.0.0.

License requirements : None
Parameters:
fileNamename of part file to open
NOTE: The full Unicode character set is not supported for this parameter.
closeModifiedBehavior of close if component parts are modified.
responsesClass representing list of parts to close or leave open if modified. Only used if closed_modified is set to BasePart::CloseModifiedUseResponses . If BasePart::CloseModifiedUseResponses is set, then any parts that are candidates for being closed that are not in this list will be closed whether modified or not. See PartCloseResponses for how to add responses to this class.
reopenReportReport containing results of reopen command

Reverse blank all the objects in the part.


Created in NX4.0.0.

License requirements : None

Returns the rule manager for this part
Created in NX3.0.0.


Saves the part whether it is modified or not.

Returns:
Parts that could not be saved and their associated errors.
Created in NX4.0.0.

License requirements : None
Parameters:
saveComponentPartsThe part's components are saved if modified if this parameter is set to BasePart::SaveComponentsTrue .
closeThe part is closed if this parameter is set to BasePart::CloseAfterSaveTrue .

Creates copy of target part.

Returns:
Parts that could could not saved and their associated errors.
Created in NX4.0.0.

License requirements : None
Parameters:
newFileNamename of new part file to create
NOTE: The full Unicode character set is not supported for this parameter.

Saves a bookmark file.


Created in NX4.0.0.

License requirements : None

Parameters:
fileNameName of bookmark file.
NOTE: The full Unicode character set is not supported for this parameter.
optionoption

Returns the PartSaveOptions instance belonging to this part
Created in NX3.0.0.


Returns the ScalarCollection instance belonging to this part
Created in NX3.0.0.


Returns the ScCollectorCollection instance belonging to this part
Created in NX3.0.0.


Returns the SectionCollection instance belonging to this part
Created in NX3.0.0.


Returns the Display.SelPrefCollection instance belonging to this part
Created in NX3.0.0.


void NXOpen::BasePart::SetMakeUniqueName ( const NXString newUniqueName)

Sets the unique name on part for the Make Unique operation
Created in NX8.0.0.



License requirements : assemblies ("ASSEMBLIES MODULE")

Parameters:
newUniqueName
NOTE: The full Unicode character set is not supported for this parameter.

Sets the preview mode
Created in NX3.0.0.



License requirements : None

Parameters:
modemode
void NXOpen::BasePart::SetUniqueIdentifier ( const NXString identifier)

Sets the unique identifier for this part used to determine whether parts can be quietly substituted during part open.

When set if the input value is the empty string a new unqiue uid is allocated for the part otherwise the supplied uid is used.
Created in NX6.0.5.

License requirements : None

Parameters:
identifieridentifier

Returns the Display.TrueShadingCollection instance belonging to this part
Created in NX3.0.0.


Returns the SplineCollection instance belonging to this part
Created in NX5.0.0.


Returns the Display.TrueStudioCollection instance belonging to this part
Created in NX8.0.0.


Returns the unique identifier for this part used to determine whether parts can be quietly substituted during part open.

When set if the input value is the empty string a new unqiue uid is allocated for the part otherwise the supplied uid is used.
Created in NX6.0.5.

License requirements : None

Returns a collection of Units
Created in NX3.0.0.


Returns the UserDefinedObjects::UserDefinedObjectManager belonging to this session
Created in NX3.0.0.


Returns the validation for this part
Created in NX3.0.0.


Returns the ViewCollection instance belonging to this part
Created in NX3.0.0.


Returns the WCS instance belonging to this part
Created in NX3.0.0.


Returns the XformCollection instance belonging to this part
Created in NX3.0.0.



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