Namespaces |
namespace | ProductInterface |
| Provides classes and interfaces for Assembly Product Interfaces.
|
Classes |
class | Arrangement |
| Manages the suppression of Component s within a ComponentAssembly . More...
|
class | ArrangementCollection |
| a collection of arrangements
To obtain an instance of this class, refer to Assemblies::ComponentAssembly
Created in NX3.0.0. More...
|
class | ArrangementsBuilder |
| Represents an arrangements builder that selects an arrangement. More...
|
class | AssembliesGeneralPropertiesBuilder |
| Represents an Assemblies::AssembliesGeneralPropertiesBuilder to be used for changing the general properties of a component. More...
|
class | AssembliesParameterPropertiesBuilder |
| Represents an Assemblies::AssembliesParameterPropertiesBuilder to be used for changing the name or modifying the positioning mixture status of a component. More...
|
class | Assembly |
| Assembly class
This is an abstract class, and cannot be instantiated. More...
|
class | AssemblyManager |
| Represents the Assembly Manager
To obtain an instance of this class, refer to BasePart
Created in NX6.0.0. More...
|
class | Component |
| Represents a component in a Assemblies::ComponentAssembly . More...
|
class | ComponentAssembly |
| Represents the set of Assemblies::Component s that make up an assembly. More...
|
class | ComponentGroup |
| Represents a Component Group that is defined within an Assembly. More...
|
class | ComponentGroupCollection |
| Contains a collection of Component Groups a ComponentGroup that are defined within an Assembly part. More...
|
class | ConstraintDisplayBuilder |
| The Assemblies::ConstraintDisplayBuilder can be used to control visibility of constraints and optionally components. More...
|
class | CreateNewComponentBuilder |
| Represents a Assemblies::CreateNewComponentBuilder builder class
To create a new instance of this class, use Assemblies::AssemblyManager::CreateNewComponentBuilder
Default values. More...
|
struct | DegreesOfFreedom |
| Structure used to report the Degrees of Freedom of a component. More...
|
class | Explosion |
| Represents an explosion. More...
|
class | ExplosionCollection |
| Represents a collection of explosions
To obtain an instance of this class, refer to Assemblies::ComponentAssembly
Created in NX4.0.0. More...
|
class | HideComponentBuilder |
| Represents a Assemblies::HideComponentBuilder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateHideComponentBuilder
Created in NX6.0.0. More...
|
class | LoadInterpartDataBuilder |
| Represents a builderAssemblies::LoadInterpartDataBuilder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateLoadInterpartDataBuilder
Default values. More...
|
class | MakeUniquePartBuilder |
| Represents a Assemblies::MakeUniquePartBuilder builder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateMakeUniquePartBuilder
Default values. More...
|
class | ProductOutlineBuilder |
| Represents a builder Assemblies::ProductOutlineBuilder . More...
|
class | ProductOutlineManager |
| Represents a collection of assemblies
To obtain an instance of this class, refer to BasePart
Created in NX6.0.0. More...
|
class | RelinkerBuilder |
| Represents a Assemblies::RelinkerBuilder
To create a new instance of this class, use Assemblies::RelinkerCollection::CreateBuilder
Created in NX5.0.0. More...
|
class | RelinkerCollection |
| Represents a collection of relinker
To obtain an instance of this class, refer to Part
More...
|
class | ReplaceComponentBuilder |
| Represents a Assemblies::ReplaceComponentBuilder builder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateReplaceComponentBuilder
Default values. More...
|
class | SelectComponent |
| Represents a single object selection. More...
|
class | SelectComponentList |
| Represents a list of objects on a selection list. More...
|
class | ShowComponentBuilder |
| Represents a Assemblies::ShowComponentBuilder
To create a new instance of this class, use Assemblies::AssemblyManager::CreateShowComponentBuilder
Created in NX6.0.0. More...
|
class | UpdateStructureBuilder |
| Represents a builder Assemblies::UpdateStructureBuilder . More...
|
class | WaveQuery |
| Provides information about the inter-part relations (e.g. More...
|
Enumerations |
enum | AssembliesEventTypes {
AssembliesEventTypesBrowserUpdate,
AssembliesEventTypesDeselectAll,
AssembliesEventTypesPartSelectAll,
AssembliesEventTypesPartDeselectAll,
AssembliesEventTypesPartSelect,
AssembliesEventTypesPartDeselect,
AssembliesEventTypesPartFullyLoad,
AssembliesEventTypesPartMakeDisplayed,
AssembliesEventTypesPartMakeWork,
AssembliesEventTypesLinkedObjectSelectAll,
AssembliesEventTypesLinkedObjectDeselectAll,
AssembliesEventTypesLinkedObjectSelect,
AssembliesEventTypesLinkedObjectDeselect,
AssembliesEventTypesLinkedFeatureEdit,
AssembliesEventTypesLinkedFeatureBreak,
AssembliesEventTypesLinkedFeatureAcceptBroken,
AssembliesEventTypesLaunch,
AssembliesEventTypesExit
} |
| NX Event types. More...
|
enum | ComponentQuantity { ComponentQuantityNone,
ComponentQuantityInteger,
ComponentQuantityReal,
ComponentQuantityAsRequired
} |
| Represents the component quantity type of the component. More...
|
enum | DegreesOfFreedomResult { DegreesOfFreedomResultUnknown,
DegreesOfFreedomResultSuccess
} |
| The overall result of the degrees of freedom calculation reported in DegreesOfFreedom . More...
|
enum | DegreesOfFreedomStatus {
DegreesOfFreedomStatusNotUsed,
DegreesOfFreedomStatusStatic,
DegreesOfFreedomStatusFree,
DegreesOfFreedomStatusInstantaneous,
DegreesOfFreedomStatusStaticNormal,
DegreesOfFreedomStatusFreeNormal,
DegreesOfFreedomStatusInstantaneousNormal
} |
| The status of a rotation point, rotation axis or translation direction reported in DegreesOfFreedom . More...
|
enum | PositionOverrideType {
PositionOverrideTypeNone,
PositionOverrideTypeUnloaded,
PositionOverrideTypeExplicit,
PositionOverrideTypeMatingImplicit,
PositionOverrideTypeConstraintImplicit
} |
| Represents the type of the positioning override on the component. More...
|
Provides classes and interfaces for Assemblies.