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

Represents a Die::CompensateRoughDataBuilder . More...

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

List of all members.

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.
NXOpen::Die::CompensateRoughDataBuilder::ApproximationType Approximation ()
 Returns the approximation desired.
NXOpen::SectionCurveCollector ()
 Returns the curve collector containing the curves that will be approximated.
double DistanceTolerance ()
 Returns the distance tolerance.
bool JoinOutputCurves ()
 Returns the join output curves setting, true indicates that the output curves will be joined into a single curve.
double MaximumGap ()
 Returns the maximum gap.
bool ModifyInputSheet ()
 Returns the modify input sheet setting.
NXOpen::ScCollectorProjectToFaces ()
 Returns the faces to project the output curves onto.
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance.
void SetApproximation (NXOpen::Die::CompensateRoughDataBuilder::ApproximationType approximation)
 Sets the approximation desired.
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance.
void SetJoinOutputCurves (bool joinOutputCurves)
 Sets the join output curves setting, true indicates that the output curves will be joined into a single curve.
void SetMaximumGap (double maximumGap)
 Sets the maximum gap.
void SetModifyInputSheet (bool modifyInputSheet)
 Sets the modify input sheet setting.
void SetType (NXOpen::Die::CompensateRoughDataBuilder::Types type)
 Sets the type of input data being supplied.
NXOpen::SelectBodyListSheetBodies ()
 Returns the sheet bodies that will be approximated.
NXOpen::Die::CompensateRoughDataBuilder::Types Type ()
 Returns the type of input data being supplied.

Detailed Description

Represents a 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 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

Returns the angle tolerance.


Created in NX6.0.0.

License requirements : None

Returns the approximation desired.


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

Returns the distance tolerance.


Created in NX6.0.0.

License requirements : None

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

Returns the maximum gap.


Created in NX6.0.0.

License requirements : None

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

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

Sets the angle tolerance.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
angleToleranceangletolerance

Sets the approximation desired.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
approximationapproximation

Sets the distance tolerance.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
distanceTolerancedistancetolerance

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

Sets the maximum gap.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
maximumGapmaximumgap

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

Sets the type of input data being supplied.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

Returns the sheet bodies that will be approximated.


Created in NX6.0.0.

License requirements : None

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.