NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::StripLayoutBuilder Class Reference

Represents a NXOpen::Tooling::StripLayoutBuilder This class is for Strip Layout Design UI
To create a new instance of this class, use NXOpen::Tooling::StripLayoutCollection::CreateStripLayoutBuilder

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Tooling::StripLayoutBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  FromStationType { FromStationTypeOne, FromStationTypeTwo, FromStationTypeThree }
 Specifies the option of From Station for layout. More...
 
enum  ToStationType { ToStationTypeOne, ToStationTypeTwo, ToStationTypeThree }
 Specifies the option of To Station for layout. More...
 

Public Member Functions

NXOpen::Tooling::StripLayoutBuilder::FromStationType FromStation ()
 Returns the From Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0. More...
 
void SetFromStation (NXOpen::Tooling::StripLayoutBuilder::FromStationType fromStation)
 Sets the From Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0. More...
 
void SetToStation (NXOpen::Tooling::StripLayoutBuilder::ToStationType toStation)
 Sets the To Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0. More...
 
NXOpen::Tooling::StripLayoutBuilder::ToStationType ToStation ()
 Returns the To Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0. 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

Represents a NXOpen::Tooling::StripLayoutBuilder This class is for Strip Layout Design UI
To create a new instance of this class, use NXOpen::Tooling::StripLayoutCollection::CreateStripLayoutBuilder

Created in NX6.0.0.


Member Enumeration Documentation

Specifies the option of From Station for layout.

Enumerator
FromStationTypeOne 

the beginning layout station is 1

FromStationTypeTwo 

the beginning layout station is 2

FromStationTypeThree 

the beginning layout station is 3

Specifies the option of To Station for layout.

Enumerator
ToStationTypeOne 

the end layout station is 1

ToStationTypeTwo 

the end layout station is 2

ToStationTypeThree 

the end layout station is 3

Member Function Documentation

NXOpen::Tooling::StripLayoutBuilder::FromStationType NXOpen::Tooling::StripLayoutBuilder::FromStation ( )

Returns the From Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0.



License requirements : None

void NXOpen::Tooling::StripLayoutBuilder::SetFromStation ( NXOpen::Tooling::StripLayoutBuilder::FromStationType  fromStation)

Sets the From Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0.



License requirements : None

Parameters
fromStationSets the from station value
void NXOpen::Tooling::StripLayoutBuilder::SetToStation ( NXOpen::Tooling::StripLayoutBuilder::ToStationType  toStation)

Sets the To Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0.



License requirements : None

Parameters
toStationSets the to station value
NXOpen::Tooling::StripLayoutBuilder::ToStationType NXOpen::Tooling::StripLayoutBuilder::ToStation ( )

Returns the To Station type on the Layout group of Strip Layout Design dialog
Created in NX6.0.0.



License requirements : None


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