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

Blank Nesting Builder of PDW, EDW and Die Engineering. More...

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

Public Types

enum  LayoutTypeSpecification {
  LayoutTypeSpecificationRectangle, LayoutTypeSpecificationParallelogram, LayoutTypeSpecificationTrapezoid, LayoutTypeSpecificationOneUp,
  LayoutTypeSpecificationTwoUp, LayoutTypeSpecificationTwoPair
}
 Specifies the layout type of blank nesting. More...
 

Public Member Functions

double AngleResult ()
 Returns the angle between processed blank and original blank. More...
 
double AngleStep ()
 Returns the angle increment to use when rotating the blank during the processing to find the best layout. More...
 
double BlankArea ()
 Returns the up datum face area that was found in the processing. More...
 
int BoundarySegment ()
 Returns the number of boundary segment. More...
 
double HeightStep ()
 Returns the distance increment to use when translating the blank in the vertical direction during the processing to find the best layout. More...
 
void LayoutCalculation ()
 The method to calculate maximum material utilization for the selected entities. More...
 
NXOpen::Tooling::BlankNestingBuilder::LayoutTypeSpecification LayoutType ()
 Returns the type of layout to use in the blank nesting processing. More...
 
double MinimumDistance ()
 Returns the minimum distance between the adjacent blanks. More...
 
double PitchResult ()
 Returns the distance between blanks that was found in the processing. More...
 
NXOpen::ScCollectorSelectObject ()
 Returns the selected entities making up the blank to be nested. More...
 
void SetAngleResult (double angleResult)
 Sets the angle between processed blank and original blank. More...
 
void SetAngleStep (double angleStep)
 Sets the angle increment to use when rotating the blank during the processing to find the best layout. More...
 
void SetBlankArea (double blankArea)
 Sets the up datum face area that was found in the processing. More...
 
void SetBoundarySegment (int boundarySegment)
 Sets the number of boundary segment. More...
 
void SetHeightStep (double heightStep)
 Sets the distance increment to use when translating the blank in the vertical direction during the processing to find the best layout. More...
 
void SetLayoutType (NXOpen::Tooling::BlankNestingBuilder::LayoutTypeSpecification layoutType)
 Sets the type of layout to use in the blank nesting processing. More...
 
void SetMinimumDistance (double minimumDistance)
 Sets the minimum distance between the adjacent blanks. More...
 
void SetPitchResult (double pitchResult)
 Sets the distance between blanks that was found in the processing. More...
 
void SetStripWidthResult (double stripWidthResult)
 Sets the strip width. More...
 
void SetUtilization (double utilization)
 Sets the maximum material utilization of the blank. More...
 
void SetWebDistance (double webDistance)
 Sets the distance between the blank and the strip. More...
 
double StripWidthResult ()
 Returns the strip width. More...
 
double Utilization ()
 Returns the maximum material utilization of the blank. More...
 
double WebDistance ()
 Returns the distance between the blank and the strip. 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

Blank Nesting Builder of PDW, EDW and Die Engineering.

No object is returned by this builder.
To create a new instance of this class, use NXOpen::Tooling::BlankNestingCollection::CreateBlankNestingBuilder
Default values.

Property Value

AngleResult

0

AngleStep

25

BlankArea

0

BoundarySegment

200

HeightStep

25

LayoutType

Rectangle

MinimumDistance

0

PitchResult

0

StripWidthResult

0

Utilization

0

WebDistance

0


Created in NX8.5.0.

Member Enumeration Documentation

Specifies the layout type of blank nesting.

Enumerator
LayoutTypeSpecificationRectangle 

Auto-position blank along x-axis with rectangle bounding box.

LayoutTypeSpecificationParallelogram 

Auto-position blank along x-axis with parallelogram bounding box.

LayoutTypeSpecificationTrapezoid 

Rotate blank 180 degrees and auto-position it along x-axis with trapezoid bounding box.

LayoutTypeSpecificationOneUp 

Auto-position blank along x-axis without bounding box.

LayoutTypeSpecificationTwoUp 

Two up without bounding box.

Move one blank along y-axis, then auto-position them along x-axis.

LayoutTypeSpecificationTwoPair 

Two pair without bounding box.

Rotate one blank 180 degrees and move along y-axis, then auto-position them along x-axis.

Member Function Documentation

double NXOpen::Tooling::BlankNestingBuilder::AngleResult ( )

Returns the angle between processed blank and original blank.


Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::AngleStep ( )

Returns the angle increment to use when rotating the blank during the processing to find the best layout.

The angle is specified in degrees.
Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::BlankArea ( )

Returns the up datum face area that was found in the processing.


Created in NX8.5.0.

License requirements : None

int NXOpen::Tooling::BlankNestingBuilder::BoundarySegment ( )

Returns the number of boundary segment.


Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::HeightStep ( )

Returns the distance increment to use when translating the blank in the vertical direction during the processing to find the best layout.


Created in NX8.5.0.

License requirements : None

void NXOpen::Tooling::BlankNestingBuilder::LayoutCalculation ( )

The method to calculate maximum material utilization for the selected entities.


Created in NX8.5.0.

License requirements : None

NXOpen::Tooling::BlankNestingBuilder::LayoutTypeSpecification NXOpen::Tooling::BlankNestingBuilder::LayoutType ( )

Returns the type of layout to use in the blank nesting processing.


Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::MinimumDistance ( )

Returns the minimum distance between the adjacent blanks.


Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::PitchResult ( )

Returns the distance between blanks that was found in the processing.


Created in NX8.5.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Tooling::BlankNestingBuilder::SelectObject ( )

Returns the selected entities making up the blank to be nested.


Created in NX8.5.0.

License requirements : None

void NXOpen::Tooling::BlankNestingBuilder::SetAngleResult ( double  angleResult)

Sets the angle between processed blank and original blank.


Created in NX8.5.0.

License requirements : None

Parameters
angleResultangleresult
void NXOpen::Tooling::BlankNestingBuilder::SetAngleStep ( double  angleStep)

Sets the angle increment to use when rotating the blank during the processing to find the best layout.

The angle is specified in degrees.
Created in NX8.5.0.

License requirements : None

Parameters
angleStepanglestep
void NXOpen::Tooling::BlankNestingBuilder::SetBlankArea ( double  blankArea)

Sets the up datum face area that was found in the processing.


Created in NX8.5.0.

License requirements : None

Parameters
blankAreablankarea
void NXOpen::Tooling::BlankNestingBuilder::SetBoundarySegment ( int  boundarySegment)

Sets the number of boundary segment.


Created in NX8.5.0.

License requirements : None

Parameters
boundarySegmentboundarysegment
void NXOpen::Tooling::BlankNestingBuilder::SetHeightStep ( double  heightStep)

Sets the distance increment to use when translating the blank in the vertical direction during the processing to find the best layout.


Created in NX8.5.0.

License requirements : None

Parameters
heightStepheightstep
void NXOpen::Tooling::BlankNestingBuilder::SetLayoutType ( NXOpen::Tooling::BlankNestingBuilder::LayoutTypeSpecification  layoutType)

Sets the type of layout to use in the blank nesting processing.


Created in NX8.5.0.

License requirements : None

Parameters
layoutTypelayouttype
void NXOpen::Tooling::BlankNestingBuilder::SetMinimumDistance ( double  minimumDistance)

Sets the minimum distance between the adjacent blanks.


Created in NX8.5.0.

License requirements : None

Parameters
minimumDistanceminimumdistance
void NXOpen::Tooling::BlankNestingBuilder::SetPitchResult ( double  pitchResult)

Sets the distance between blanks that was found in the processing.


Created in NX8.5.0.

License requirements : None

Parameters
pitchResultpitchresult
void NXOpen::Tooling::BlankNestingBuilder::SetStripWidthResult ( double  stripWidthResult)

Sets the strip width.


Created in NX8.5.0.

License requirements : None

Parameters
stripWidthResultstripwidthresult
void NXOpen::Tooling::BlankNestingBuilder::SetUtilization ( double  utilization)

Sets the maximum material utilization of the blank.


Created in NX8.5.0.

License requirements : None

Parameters
utilizationutilization
void NXOpen::Tooling::BlankNestingBuilder::SetWebDistance ( double  webDistance)

Sets the distance between the blank and the strip.


Created in NX8.5.0.

License requirements : None

Parameters
webDistancewebdistance
double NXOpen::Tooling::BlankNestingBuilder::StripWidthResult ( )

Returns the strip width.


Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::Utilization ( )

Returns the maximum material utilization of the blank.


Created in NX8.5.0.

License requirements : None

double NXOpen::Tooling::BlankNestingBuilder::WebDistance ( )

Returns the distance between the blank and the strip.


Created in NX8.5.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.