NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Positioning::ComponentNetwork Class Reference

Network for use in positioning components in NX. More...

Inheritance diagram for NXOpen::Positioning::ComponentNetwork:
NXOpen::Positioning::Network NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Types

enum  ArrangementsMode { ArrangementsModeExisting, ArrangementsModeInUsed }
 Specifies how changes in the network are applied to arrangements. More...

Public Member Functions

NXOpen::Positioning::ComponentNetwork::ArrangementsMode NetworkArrangementsMode ()
 Returns the arrangements mode for this network.
void SetNetworkArrangementsMode (NXOpen::Positioning::ComponentNetwork::ArrangementsMode mode)
 Sets the arrangements mode for this network.

Detailed Description

Network for use in positioning components in NX.

A component network extends the Positioning::Network by adding support for Assemblies::Arrangement s.
Use Positioning::Positioner::EstablishNetwork to create an instance of this class.

Created in NX6.0.0.


Member Enumeration Documentation

Specifies how changes in the network are applied to arrangements.

Enumerator:
ArrangementsModeExisting 

Apply transforms in arrangements according to existing component properties.

Constraints are created non-arrangement specific.

ArrangementsModeInUsed 

Apply transforms in the used arrangement only.

Constraints are created arrangement specific in the used arrangement and suppressed in all other arrangements


Member Function Documentation

Returns the arrangements mode for this network.


Created in NX6.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")

Sets the arrangements mode for this network.


Created in NX6.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")

Parameters:
modeThe Positioning::ComponentNetwork::ArrangementsMode .

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