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

Calculates the uncut regions of a curve given a radius value for the cut tool. More...

Inheritance diagram for NXOpen::Die::UncutRegionsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ResultsType { ResultsTypeOneSide, ResultsTypeBothSides }
 Indicates which side of curve to check. More...
 

Public Member Functions

NXOpen::SectionCurves ()
 Returns the curves to check for uncut regions. More...
 
NXOpen::Die::UncutRegionsBuilder::ResultsType Results ()
 Returns the side of the curve to show the results. More...
 
void ReverseSide ()
 Reverse the tool side
Created in NX7.5.0. More...
 
void SetResults (NXOpen::Die::UncutRegionsBuilder::ResultsType results)
 Sets the side of the curve to show the results. More...
 
void SetToolAxis (NXOpen::Direction *toolAxis)
 Sets the tool axis. More...
 
NXOpen::DirectionToolAxis ()
 Returns the tool axis. More...
 
NXOpen::ExpressionToolSize ()
 Returns the expression that contains the tool radius. 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

Calculates the uncut regions of a curve given a radius value for the cut tool.


To create a new instance of this class, use NXOpen::Die::DieCollection::CreateUncutRegionsBuilder

Created in NX7.5.0.

Member Enumeration Documentation

Indicates which side of curve to check.

Enumerator
ResultsTypeOneSide 

Find uncut regions on one side only.

ResultsTypeBothSides 

Find uncut regions on both sides of curve.

Member Function Documentation

NXOpen::Section* NXOpen::Die::UncutRegionsBuilder::Curves ( )

Returns the curves to check for uncut regions.


Created in NX7.5.0.

License requirements : None

NXOpen::Die::UncutRegionsBuilder::ResultsType NXOpen::Die::UncutRegionsBuilder::Results ( )

Returns the side of the curve to show the results.


Created in NX7.5.0.

License requirements : None

void NXOpen::Die::UncutRegionsBuilder::ReverseSide ( )

Reverse the tool side
Created in NX7.5.0.



License requirements : None

void NXOpen::Die::UncutRegionsBuilder::SetResults ( NXOpen::Die::UncutRegionsBuilder::ResultsType  results)

Sets the side of the curve to show the results.


Created in NX7.5.0.

License requirements : None

Parameters
resultsresults
void NXOpen::Die::UncutRegionsBuilder::SetToolAxis ( NXOpen::Direction toolAxis)

Sets the tool axis.


Created in NX7.5.0.

License requirements : None

Parameters
toolAxistoolaxis
NXOpen::Direction* NXOpen::Die::UncutRegionsBuilder::ToolAxis ( )

Returns the tool axis.


Created in NX7.5.0.

License requirements : None

NXOpen::Expression* NXOpen::Die::UncutRegionsBuilder::ToolSize ( )

Returns the expression that contains the tool radius.


Created in NX7.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.