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

Represents a NXOpen::Die::CompensateRoughDataBuilder . More...

Inheritance diagram for NXOpen::Die::CompensateRoughDataBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ApproximationType { ApproximationTypeCoarse, ApproximationTypeRough, ApproximationTypeFine, ApproximationTypeExact }
 Settings for the amount of approximation to perform. More...
 
enum  Types { TypesSheetBody, TypesCurve }
 Settings for the type of data being compensated. More...
 

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance. More...
 
NXOpen::Die::CompensateRoughDataBuilder::ApproximationType Approximation ()
 Returns the approximation desired. More...
 
NXOpen::SectionCurveCollector ()
 Returns the curve collector containing the curves that will be approximated. More...
 
double DistanceTolerance ()
 Returns the distance tolerance. More...
 
bool JoinOutputCurves ()
 Returns the join output curves setting, true indicates that the output curves will be joined into a single curve. More...
 
double MaximumGap ()
 Returns the maximum gap. More...
 
bool ModifyInputSheet ()
 Returns the modify input sheet setting. More...
 
NXOpen::ScCollectorProjectToFaces ()
 Returns the faces to project the output curves onto. More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance. More...
 
void SetApproximation (NXOpen::Die::CompensateRoughDataBuilder::ApproximationType approximation)
 Sets the approximation desired. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance. More...
 
void SetJoinOutputCurves (bool joinOutputCurves)
 Sets the join output curves setting, true indicates that the output curves will be joined into a single curve. More...
 
void SetMaximumGap (double maximumGap)
 Sets the maximum gap. More...
 
void SetModifyInputSheet (bool modifyInputSheet)
 Sets the modify input sheet setting. More...
 
void SetType (NXOpen::Die::CompensateRoughDataBuilder::Types type)
 Sets the type of input data being supplied. More...
 
NXOpen::SelectBodyListSheetBodies ()
 Returns the sheet bodies that will be approximated. More...
 
NXOpen::Die::CompensateRoughDataBuilder::Types Type ()
 Returns the type of input data being supplied. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0. More...
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
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::Die::CompensateRoughDataBuilder .

This class is used to edit and create a Compensate Rough Curve or Compensate Rough Sheet feature.
To create a new instance of this class, use NXOpen::Die::DieCollection::CompensateRoughData
Default values.

Property Value

AngleTolerance

0.5

Approximation

Coarse

DistanceTolerance

0.0254 (millimeters part), 0.001 (inches part)

JoinOutputCurves

0

MaximumGap

5.0 (millimeters part), 0.2 (inches part)

ModifyInputSheet

0


Created in NX6.0.0.

Member Enumeration Documentation

Settings for the amount of approximation to perform.

Enumerator
ApproximationTypeCoarse 

Perform a coarse approximation.

ApproximationTypeRough 

Perform a rough approximation.

ApproximationTypeFine 

Perform a fine approximation.

ApproximationTypeExact 

Perform no approximation.

Settings for the type of data being compensated.

Enumerator
TypesSheetBody 

Sheet bodies being compensated.

TypesCurve 

Curves being compensated.

Member Function Documentation

double NXOpen::Die::CompensateRoughDataBuilder::AngleTolerance ( )

Returns the angle tolerance.


Created in NX6.0.0.

License requirements : None

NXOpen::Die::CompensateRoughDataBuilder::ApproximationType NXOpen::Die::CompensateRoughDataBuilder::Approximation ( )

Returns the approximation desired.


Created in NX6.0.0.

License requirements : None

NXOpen::Section* NXOpen::Die::CompensateRoughDataBuilder::CurveCollector ( )

Returns the curve collector containing the curves that will be approximated.


Created in NX6.0.0.

License requirements : None

double NXOpen::Die::CompensateRoughDataBuilder::DistanceTolerance ( )

Returns the distance tolerance.


Created in NX6.0.0.

License requirements : None

bool NXOpen::Die::CompensateRoughDataBuilder::JoinOutputCurves ( )

Returns the join output curves setting, true indicates that the output curves will be joined into a single curve.


Created in NX6.0.0.

License requirements : None

double NXOpen::Die::CompensateRoughDataBuilder::MaximumGap ( )

Returns the maximum gap.


Created in NX6.0.0.

License requirements : None

bool NXOpen::Die::CompensateRoughDataBuilder::ModifyInputSheet ( )

Returns the modify input sheet setting.

If true the input sheet will be modified, otherwise a new sheet will be created.
Created in NX6.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Die::CompensateRoughDataBuilder::ProjectToFaces ( )

Returns the faces to project the output curves onto.

If faces are selected then the output curves will be projected normal to these faces.
Created in NX6.0.0.

License requirements : None

void NXOpen::Die::CompensateRoughDataBuilder::SetAngleTolerance ( double  angleTolerance)

Sets the angle tolerance.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
angleToleranceangletolerance
void NXOpen::Die::CompensateRoughDataBuilder::SetApproximation ( NXOpen::Die::CompensateRoughDataBuilder::ApproximationType  approximation)

Sets the approximation desired.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
approximationapproximation
void NXOpen::Die::CompensateRoughDataBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
distanceTolerancedistancetolerance
void NXOpen::Die::CompensateRoughDataBuilder::SetJoinOutputCurves ( bool  joinOutputCurves)

Sets the join output curves setting, true indicates that the output curves will be joined into a single curve.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
joinOutputCurvesjoinoutputcurves
void NXOpen::Die::CompensateRoughDataBuilder::SetMaximumGap ( double  maximumGap)

Sets the maximum gap.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
maximumGapmaximumgap
void NXOpen::Die::CompensateRoughDataBuilder::SetModifyInputSheet ( bool  modifyInputSheet)

Sets the modify input sheet setting.

If true the input sheet will be modified, otherwise a new sheet will be created.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
modifyInputSheetmodifyinputsheet
void NXOpen::Die::CompensateRoughDataBuilder::SetType ( NXOpen::Die::CompensateRoughDataBuilder::Types  type)

Sets the type of input data being supplied.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
typetype
NXOpen::SelectBodyList* NXOpen::Die::CompensateRoughDataBuilder::SheetBodies ( )

Returns the sheet bodies that will be approximated.


Created in NX6.0.0.

License requirements : None

NXOpen::Die::CompensateRoughDataBuilder::Types NXOpen::Die::CompensateRoughDataBuilder::Type ( )

Returns the type of input data being supplied.


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.