NX Open C++ Reference Guide
Public Member Functions
NXOpen::Motion::PackagingBuilder Class Reference

This class an abstract class and base class for PackagingMeasureBuilder , PackagingTraceBuilder and PackagingInterferenceBuilder . More...

Inheritance diagram for NXOpen::Motion::PackagingBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Motion::PackagingInterferenceBuilder NXOpen::Motion::PackagingMeasureBuilder NXOpen::Motion::PackagingTraceBuilder

List of all members.

Public Member Functions

bool Enable ()
 Returns the enable flag of Packaging object.
std::vector
< NXOpen::DisplayableObject * > 
GetList1 ()
 Returns geometry list 1 of Packaging object.
NXString Name ()
 Returns the name of Packaging object.
void SetEnable (bool enable)
 Sets the enable flag of Packaging object.
void SetList1 (const std::vector< NXOpen::DisplayableObject * > &list1)
 Sets geometry list 1.
void SetName (const NXString &name)
 Sets the name of Packaging object.

Detailed Description

This class an abstract class and base class for PackagingMeasureBuilder , PackagingTraceBuilder and PackagingInterferenceBuilder .

It to be used in the creation and editing of subobjects of Packaging .
This is an abstract class, and cannot be created.

Created in NX4.0.0.


Member Function Documentation

Returns the enable flag of Packaging object.

This attribute indicates whether the packaging option is to be executed during analysis post-processing. If TRUE, the packaging option is executed.
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns geometry list 1 of Packaging object.

Interference and Measure can have one or two lists defined. If the user defines only one list, then interference or measure checks will be done between each of the objects in list 1. Trace only uses one list definition.

Returns:
The list pointer
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the name of Packaging object.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Sets the enable flag of Packaging object.

This attribute indicates whether the packaging option is to be executed during analysis post-processing. If TRUE, the packaging option is executed.
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
enableEnable flag of Packaging object.

Sets geometry list 1.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
list1The list pointer

Sets the name of Packaging object.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
nameThe Name of Packaging object.

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