NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PDM::ConfigurationManager Class Reference

Represents Configuration Manager
Use NXOpen::Session::ConfigurationManager to get the instance of this class. More...

Public Member Functions

NXOpen::PDM::ConfigurationContextBuilderCreateConfigurationContextBuilder ()
 Creates a new NXOpen::PDM::ConfigurationContextBuilder object for NXOpen::PDM::ConfigurationContextBuilder::ConfigContextModeAssemblies mode configuration. More...
 
NXOpen::PDM::EffectivityAttributePropertiesBuilderCreateEffectivityAttributePropertiesBuilder (NXOpen::BasePart *part, const std::vector< NXOpen::NXObject * > &objects)
 Creates a new NXOpen::PDM::EffectivityAttributePropertiesBuilder object. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents Configuration Manager
Use NXOpen::Session::ConfigurationManager to get the instance of this class.



Created in NX9.0.0.

Member Function Documentation

NXOpen::PDM::ConfigurationContextBuilder* NXOpen::PDM::ConfigurationManager::CreateConfigurationContextBuilder ( )

Creates a new NXOpen::PDM::ConfigurationContextBuilder object for NXOpen::PDM::ConfigurationContextBuilder::ConfigContextModeAssemblies mode configuration.

Returns

Created in NX9.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")
NXOpen::PDM::EffectivityAttributePropertiesBuilder* NXOpen::PDM::ConfigurationManager::CreateEffectivityAttributePropertiesBuilder ( NXOpen::BasePart part,
const std::vector< NXOpen::NXObject * > &  objects 
)

Creates a new NXOpen::PDM::EffectivityAttributePropertiesBuilder object.

Returns

Created in NX9.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")
Parameters
partThe part that owns the builder. The builder owner is not strictly required (that is, it can be NULL), but it is highly suggested to ensure proper cleanup of the builder in case the client does not explicitly clean it up properly.
objectsthe array of objects
tag_t NXOpen::PDM::ConfigurationManager::Tag ( ) const

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.