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

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

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

Public Member Functions

bool Enable ()
 Returns the enable flag of NXOpen::Motion::Packaging object. More...
 
std::vector
< NXOpen::DisplayableObject * > 
GetList1 ()
 Returns geometry list 1 of NXOpen::Motion::Packaging object. More...
 
NXString Name ()
 Returns the name of NXOpen::Motion::Packaging object. More...
 
void SetEnable (bool enable)
 Sets the enable flag of NXOpen::Motion::Packaging object. More...
 
void SetList1 (const std::vector< NXOpen::DisplayableObject * > &list1)
 Sets geometry list 1. More...
 
void SetName (const NXString &name)
 Sets the name of NXOpen::Motion::Packaging object. More...
 
void SetName (const char *name)
 Sets the name of NXOpen::Motion::Packaging object. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

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

Created in NX4.0.0.

Member Function Documentation

bool NXOpen::Motion::PackagingBuilder::Enable ( )

Returns the enable flag of NXOpen::Motion::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")

std::vector<NXOpen::DisplayableObject *> NXOpen::Motion::PackagingBuilder::GetList1 ( )

Returns geometry list 1 of NXOpen::Motion::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")
NXString NXOpen::Motion::PackagingBuilder::Name ( )

Returns the name of NXOpen::Motion::Packaging object.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::PackagingBuilder::SetEnable ( bool  enable)

Sets the enable flag of NXOpen::Motion::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 NXOpen::Motion::Packaging object.
void NXOpen::Motion::PackagingBuilder::SetList1 ( const std::vector< NXOpen::DisplayableObject * > &  list1)

Sets geometry list 1.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
list1The list pointer
void NXOpen::Motion::PackagingBuilder::SetName ( const NXString name)

Sets the name of NXOpen::Motion::Packaging object.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
nameThe Name of NXOpen::Motion::Packaging object.
void NXOpen::Motion::PackagingBuilder::SetName ( const char *  name)

Sets the name of NXOpen::Motion::Packaging object.


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
nameThe Name of NXOpen::Motion::Packaging object.

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