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

Represents an output curves feature builder. More...

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

Public Types

enum  SmoothTypes { SmoothTypesNone, SmoothTypesCubic, SmoothTypesQuintic }
 Settings for the curve smoothing type. More...
 
enum  TrimCurveCreateTypes { TrimCurveCreateTypesSection, TrimCurveCreateTypesSurface }
 Settings for the trim curve creation type. More...
 
enum  TrimCurveTypes { TrimCurveTypesTrim, TrimCurveTypesExtended, TrimCurveTypesNone }
 Settings for the trim curve type. More...
 
enum  TrimOutputCurveTypes { TrimOutputCurveTypesGeometric, TrimOutputCurveTypesCorrected, TrimOutputCurveTypesBoth }
 Settings for the trim curve output type. More...
 

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance. More...
 
std::vector< NXOpen::ICurve * > CreateNonAssociative ()
 Creates the output curve without a feature. More...
 
double DistanceTolerance ()
 Returns the distance tolerance. More...
 
NXOpen::Point3d FirstLimitPoint ()
 Returns the first limit point. More...
 
NXOpen::Point3d LastLimitPoint ()
 Returns the last limit point. More...
 
double OffsetDistance ()
 Returns the offset distance
Created in NX4.0.1. More...
 
NXOpen::Features::FeatureReferenceFeature ()
 Returns the reference feature - must be either a die section or form task feature
Created in NX4.0.1. More...
 
NXOpen::Point3d ReferencePoint ()
 Returns the reference point. More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance. More...
 
void SetFirstLimitPoint (const NXOpen::Point3d &firstLimitPoint)
 Sets the first limit point. More...
 
void SetLastLimitPoint (const NXOpen::Point3d &lastLimitPoint)
 Sets the last limit point. More...
 
void SetOffsetDistance (double offsetDistance)
 Sets the offset distance
Created in NX4.0.1. More...
 
void SetReferenceFeature (NXOpen::Features::Feature *referenceFeature)
 Sets the reference feature - must be either a die section or form task feature
Created in NX4.0.1. More...
 
void SetReferencePoint (const NXOpen::Point3d &referencePoint)
 Sets the reference point. More...
 
void SetSmoothTolerance (double smoothTolerance)
 Sets the tolerance used for cubic or quintic smoothing. More...
 
void SetSmoothType (NXOpen::Die::OutputCurvesBuilder::SmoothTypes smoothType)
 Sets the smooth type
Created in NX4.0.1. More...
 
void SetTrimCurveCreateType (NXOpen::Die::OutputCurvesBuilder::TrimCurveCreateTypes trimCurveType)
 Sets the trim curve creation type
Created in NX4.0.1. More...
 
void SetTrimCurveType (NXOpen::Die::OutputCurvesBuilder::TrimCurveTypes trimCurveType)
 Sets the trim curve type. More...
 
void SetTrimOutputCurveType (NXOpen::Die::OutputCurvesBuilder::TrimOutputCurveTypes trimCurveOutputType)
 Sets the trim curve output type
Created in NX4.0.1. More...
 
double SmoothTolerance ()
 Returns the tolerance used for cubic or quintic smoothing. More...
 
NXOpen::Die::OutputCurvesBuilder::SmoothTypes SmoothType ()
 Returns the smooth type
Created in NX4.0.1. More...
 
NXOpen::Die::OutputCurvesBuilder::TrimCurveCreateTypes TrimCurveCreateType ()
 Returns the trim curve creation type
Created in NX4.0.1. More...
 
NXOpen::Die::OutputCurvesBuilder::TrimCurveTypes TrimCurveType ()
 Returns the trim curve type. More...
 
NXOpen::Die::OutputCurvesBuilder::TrimOutputCurveTypes TrimOutputCurveType ()
 Returns the trim curve output type
Created in NX4.0.1. 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 an output curves feature builder.


This is an abstract class, and cannot be created.

Created in NX4.0.1.

Member Enumeration Documentation

Settings for the curve smoothing type.


Created in NX4.0.1.

Enumerator
SmoothTypesNone 

No smoothing.

SmoothTypesCubic 

Cubic.

SmoothTypesQuintic 

Quintic.

Settings for the trim curve creation type.


Created in NX4.0.1.

Enumerator
TrimCurveCreateTypesSection 

Section.

TrimCurveCreateTypesSurface 

Surface.

Settings for the trim curve type.


Created in NX4.0.1.

Enumerator
TrimCurveTypesTrim 

Regular trim curve.

TrimCurveTypesExtended 

extended trim curve.

TrimCurveTypesNone 

No trim curve.

Settings for the trim curve output type.


Created in NX4.0.1.

Enumerator
TrimOutputCurveTypesGeometric 

Geometric.

TrimOutputCurveTypesCorrected 

Corrected.

TrimOutputCurveTypesBoth 

Both geometric and corrected.

Member Function Documentation

double NXOpen::Die::OutputCurvesBuilder::AngleTolerance ( )

Returns the angle tolerance.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

std::vector<NXOpen::ICurve *> NXOpen::Die::OutputCurvesBuilder::CreateNonAssociative ( )

Creates the output curve without a feature.

Returns
output curves
Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")
double NXOpen::Die::OutputCurvesBuilder::DistanceTolerance ( )

Returns the distance tolerance.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Point3d NXOpen::Die::OutputCurvesBuilder::FirstLimitPoint ( )

Returns the first limit point.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Point3d NXOpen::Die::OutputCurvesBuilder::LastLimitPoint ( )

Returns the last limit point.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

double NXOpen::Die::OutputCurvesBuilder::OffsetDistance ( )

Returns the offset distance
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Features::Feature* NXOpen::Die::OutputCurvesBuilder::ReferenceFeature ( )

Returns the reference feature - must be either a die section or form task feature
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Point3d NXOpen::Die::OutputCurvesBuilder::ReferencePoint ( )

Returns the reference point.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

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

Sets the angle tolerance.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
angleToleranceangle tolerance
void NXOpen::Die::OutputCurvesBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
distanceTolerancedistance tolerance
void NXOpen::Die::OutputCurvesBuilder::SetFirstLimitPoint ( const NXOpen::Point3d firstLimitPoint)

Sets the first limit point.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
firstLimitPointfirst limit point
void NXOpen::Die::OutputCurvesBuilder::SetLastLimitPoint ( const NXOpen::Point3d lastLimitPoint)

Sets the last limit point.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
lastLimitPointlast limit point
void NXOpen::Die::OutputCurvesBuilder::SetOffsetDistance ( double  offsetDistance)

Sets the offset distance
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
offsetDistanceeach non-trim offset curve will be output by this distance
void NXOpen::Die::OutputCurvesBuilder::SetReferenceFeature ( NXOpen::Features::Feature referenceFeature)

Sets the reference feature - must be either a die section or form task feature
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
referenceFeaturereference feature
void NXOpen::Die::OutputCurvesBuilder::SetReferencePoint ( const NXOpen::Point3d referencePoint)

Sets the reference point.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
referencePointreference point
void NXOpen::Die::OutputCurvesBuilder::SetSmoothTolerance ( double  smoothTolerance)

Sets the tolerance used for cubic or quintic smoothing.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
smoothTolerancesmooth tolerance
void NXOpen::Die::OutputCurvesBuilder::SetSmoothType ( NXOpen::Die::OutputCurvesBuilder::SmoothTypes  smoothType)

Sets the smooth type
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
smoothTypesmooth type
void NXOpen::Die::OutputCurvesBuilder::SetTrimCurveCreateType ( NXOpen::Die::OutputCurvesBuilder::TrimCurveCreateTypes  trimCurveType)

Sets the trim curve creation type
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
trimCurveTypetrim curve type
void NXOpen::Die::OutputCurvesBuilder::SetTrimCurveType ( NXOpen::Die::OutputCurvesBuilder::TrimCurveTypes  trimCurveType)

Sets the trim curve type.

Needs to be set before reference point
Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

Parameters
trimCurveTypetrim curve type
void NXOpen::Die::OutputCurvesBuilder::SetTrimOutputCurveType ( NXOpen::Die::OutputCurvesBuilder::TrimOutputCurveTypes  trimCurveOutputType)

Sets the trim curve output type
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

Parameters
trimCurveOutputTypetrim curve output type
double NXOpen::Die::OutputCurvesBuilder::SmoothTolerance ( )

Returns the tolerance used for cubic or quintic smoothing.


Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Die::OutputCurvesBuilder::SmoothTypes NXOpen::Die::OutputCurvesBuilder::SmoothType ( )

Returns the smooth type
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Die::OutputCurvesBuilder::TrimCurveCreateTypes NXOpen::Die::OutputCurvesBuilder::TrimCurveCreateType ( )

Returns the trim curve creation type
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Die::OutputCurvesBuilder::TrimCurveTypes NXOpen::Die::OutputCurvesBuilder::TrimCurveType ( )

Returns the trim curve type.

Needs to be set before reference point
Created in NX4.0.1.

License requirements : die_engineering ("DIE ENGINEERING")

NXOpen::Die::OutputCurvesBuilder::TrimOutputCurveTypes NXOpen::Die::OutputCurvesBuilder::TrimOutputCurveType ( )

Returns the trim curve output type
Created in NX4.0.1.



License requirements : die_engineering ("DIE ENGINEERING")


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