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

Represents a Wavelink Feature builder. More...

Inheritance diagram for NXOpen::Features::WaveLinkBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types {
  TypesCurveLink, TypesPointLink, TypesDatumLink, TypesSketchLink,
  TypesFaceLink, TypesRegionLink, TypesBodyLink, TypesMirrorBodyLink,
  TypesRoutingObjectLink
}
 Wave Linker type. More...
 

Public Member Functions

bool Associative ()
 Returns the associative
Created in NX5.0.0. More...
 
bool BlankOriginal ()
 Returns the blank original
Created in NX5.0.0. More...
 
NXOpen::Features::CompositeCurveBuilderCompositeCurveBuilder ()
 Returns the composite curve builder
Created in NX5.0.0. More...
 
bool CopyThreads ()
 Returns the copy threads option
Created in NX8.0.0. More...
 
NXOpen::Features::ExtractFaceBuilderExtractFaceBuilder ()
 Returns the extractfacebuilder
Created in NX5.0.0. More...
 
bool FixAtCurrentTimestamp ()
 Returns the fix at timestamp option
Created in NX5.0.0. More...
 
bool MakePositionIndependent ()
 Returns the make position independent option
Created in NX8.5.0. More...
 
NXOpen::Features::MirrorBodyBuilderMirrorBodyBuilder ()
 Returns the mirrorbodybuilder
Created in NX5.0.0. More...
 
void SetAssociative (bool associative)
 Sets the associative
Created in NX5.0.0. More...
 
void SetBlankOriginal (bool blankoriginal)
 Sets the blank original
Created in NX5.0.0. More...
 
void SetCopyThreads (bool copyThreads)
 Sets the copy threads option
Created in NX8.0.0. More...
 
void SetExtractFaceBuilder (NXOpen::Features::ExtractFaceBuilder *extractFaceBuilder)
 Sets the extractfacebuilder
Created in NX5.0.0. More...
 
void SetFixAtCurrentTimestamp (bool timestamp)
 Sets the fix at timestamp option
Created in NX5.0.0. More...
 
void SetMakePositionIndependent (bool makePositionIndependent)
 Sets the make position independent option
Created in NX8.5.0. More...
 
void SetMirrorBodyBuilder (NXOpen::Features::MirrorBodyBuilder *mirrorBodyBuilder)
 Sets the mirrorbodybuilder
Created in NX5.0.0. More...
 
void SetType (NXOpen::Features::WaveLinkBuilder::Types type)
 Sets the type
Created in NX5.0.0. More...
 
void SetWaveDatumBuilder (NXOpen::Features::WaveDatumBuilder *wavedatumBuilder)
 Sets the wave datum builder
Created in NX5.0.0. More...
 
void SetWavePointBuilder (NXOpen::Features::WavePointBuilder *wavepointBuilder)
 Sets the wave point builder
Created in NX5.0.0. More...
 
void SetWaveRoutingBuilder (NXOpen::Features::WaveRoutingBuilder *waveroutingBuilder)
 Sets the wave routing builder
Created in NX5.0.0. More...
 
void SetWaveSketchBuilder (NXOpen::Features::WaveSketchBuilder *wavesketchBuilder)
 Sets the wave sketch builder
Created in NX5.0.1. More...
 
NXOpen::Features::WaveLinkBuilder::Types Type ()
 Returns the type
Created in NX5.0.0. More...
 
NXOpen::Features::WaveDatumBuilderWaveDatumBuilder ()
 Returns the wave datum builder
Created in NX5.0.0. More...
 
NXOpen::Features::WavePointBuilderWavePointBuilder ()
 Returns the wave point builder
Created in NX5.0.0. More...
 
NXOpen::Features::WaveRoutingBuilderWaveRoutingBuilder ()
 Returns the wave routing builder
Created in NX5.0.0. More...
 
NXOpen::Features::WaveSketchBuilderWaveSketchBuilder ()
 Returns the wave sketch builder
Created in NX5.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 a Wavelink Feature builder.

Inputs to this class can be convergent objects.
To create a new instance of this class, use NXOpen::Features::BaseFeatureCollection::CreateWaveLinkBuilder
Default values.

Property Value

Associative

True

CompositeCurveBuilder.AllowSelfIntersection

False

CompositeCurveBuilder.Associative

True

CompositeCurveBuilder.CurveFitData.CurveJoinMethod

No

CompositeCurveBuilder.CurveFitData.Degree

7

CompositeCurveBuilder.CurveFitData.FitMethod

DegreeAndSegments

CompositeCurveBuilder.CurveFitData.IsAdvancedFit

0

CompositeCurveBuilder.CurveFitData.IsAlignShape

0

CompositeCurveBuilder.CurveFitData.MaximumDegree

7

CompositeCurveBuilder.CurveFitData.MaximumSegments

1

CompositeCurveBuilder.CurveFitData.MinimumDegree

5

CompositeCurveBuilder.CurveFitData.Segments

1

CompositeCurveBuilder.HideOriginal

False

CompositeCurveBuilder.InheritDisplayProperties

False

CopyThreads

True

ExtractFaceBuilder.AngleTolerance

45.0

ExtractFaceBuilder.Associative

True

ExtractFaceBuilder.CopyThreads

True

ExtractFaceBuilder.DeleteHoles

False

ExtractFaceBuilder.FixAtCurrentTimestamp

False

ExtractFaceBuilder.InheritDisplayProperties

False

ExtractFaceBuilder.IsPsmOutputBody

false

ExtractFaceBuilder.MakePositionIndependent

False

ExtractFaceBuilder.ReplacementAssistant.OneToOne

True

MirrorBodyBuilder.Associative

True

MirrorBodyBuilder.CopyThreads

True

MirrorBodyBuilder.FixAtCurrentTimestamp

True

MirrorBodyBuilder.InheritDisplayProperties

False

MirrorBodyBuilder.MakePositionIndependent

False

MirrorBodyBuilder.ParentPartType

WorkPart

MirrorBodyBuilder.ReplacementAssistant.OneToOne

True

WaveDatumBuilder.Associative

True

WaveDatumBuilder.DisplayScale

2.0

WaveDatumBuilder.InheritDisplayProperties

False

WaveDatumBuilder.ParentPart

OtherPart

WavePointBuilder.Associative

True

WavePointBuilder.DrawLineBetweenPoints

False

WavePointBuilder.InheritDisplayProperties

False

WavePointBuilder.ParentPart

OtherPart

WaveRoutingBuilder.Associative

True

WaveSketchBuilder.Associative

True

WaveSketchBuilder.DisplayReferenceGeometry

False

WaveSketchBuilder.InheritDisplayProperties

False

WaveSketchBuilder.ParentPart

OtherPart


Created in NX5.0.0.

Member Enumeration Documentation

Wave Linker type.

Enumerator
TypesCurveLink 

curve link

TypesPointLink 

point link

TypesDatumLink 

datum link

TypesSketchLink 

sketch link

TypesFaceLink 

face link

TypesRegionLink 

region link

TypesBodyLink 

body link

TypesMirrorBodyLink 

mirror body link

TypesRoutingObjectLink 

routing object link

Member Function Documentation

bool NXOpen::Features::WaveLinkBuilder::Associative ( )

Returns the associative
Created in NX5.0.0.



License requirements : None

bool NXOpen::Features::WaveLinkBuilder::BlankOriginal ( )

Returns the blank original
Created in NX5.0.0.



License requirements : None

NXOpen::Features::CompositeCurveBuilder* NXOpen::Features::WaveLinkBuilder::CompositeCurveBuilder ( )

Returns the composite curve builder
Created in NX5.0.0.



License requirements : None

bool NXOpen::Features::WaveLinkBuilder::CopyThreads ( )

Returns the copy threads option
Created in NX8.0.0.



License requirements : None

NXOpen::Features::ExtractFaceBuilder* NXOpen::Features::WaveLinkBuilder::ExtractFaceBuilder ( )

Returns the extractfacebuilder
Created in NX5.0.0.



License requirements : None

bool NXOpen::Features::WaveLinkBuilder::FixAtCurrentTimestamp ( )

Returns the fix at timestamp option
Created in NX5.0.0.



License requirements : None

bool NXOpen::Features::WaveLinkBuilder::MakePositionIndependent ( )

Returns the make position independent option
Created in NX8.5.0.



License requirements : None

NXOpen::Features::MirrorBodyBuilder* NXOpen::Features::WaveLinkBuilder::MirrorBodyBuilder ( )

Returns the mirrorbodybuilder
Created in NX5.0.0.



License requirements : None

void NXOpen::Features::WaveLinkBuilder::SetAssociative ( bool  associative)

Sets the associative
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
associativeassociative
void NXOpen::Features::WaveLinkBuilder::SetBlankOriginal ( bool  blankoriginal)

Sets the blank original
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
blankoriginalblankoriginal
void NXOpen::Features::WaveLinkBuilder::SetCopyThreads ( bool  copyThreads)

Sets the copy threads option
Created in NX8.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
copyThreadscopythreads
void NXOpen::Features::WaveLinkBuilder::SetExtractFaceBuilder ( NXOpen::Features::ExtractFaceBuilder extractFaceBuilder)

Sets the extractfacebuilder
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
extractFaceBuilderextractfacebuilder
void NXOpen::Features::WaveLinkBuilder::SetFixAtCurrentTimestamp ( bool  timestamp)

Sets the fix at timestamp option
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
timestamptimestamp
void NXOpen::Features::WaveLinkBuilder::SetMakePositionIndependent ( bool  makePositionIndependent)

Sets the make position independent option
Created in NX8.5.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
makePositionIndependentmakepositionindependent
void NXOpen::Features::WaveLinkBuilder::SetMirrorBodyBuilder ( NXOpen::Features::MirrorBodyBuilder mirrorBodyBuilder)

Sets the mirrorbodybuilder
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
mirrorBodyBuildermirrorbodybuilder
void NXOpen::Features::WaveLinkBuilder::SetType ( NXOpen::Features::WaveLinkBuilder::Types  type)

Sets the type
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
typetype
void NXOpen::Features::WaveLinkBuilder::SetWaveDatumBuilder ( NXOpen::Features::WaveDatumBuilder wavedatumBuilder)

Sets the wave datum builder
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
wavedatumBuilderwavedatumbuilder
void NXOpen::Features::WaveLinkBuilder::SetWavePointBuilder ( NXOpen::Features::WavePointBuilder wavepointBuilder)

Sets the wave point builder
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
wavepointBuilderwavepointbuilder
void NXOpen::Features::WaveLinkBuilder::SetWaveRoutingBuilder ( NXOpen::Features::WaveRoutingBuilder waveroutingBuilder)

Sets the wave routing builder
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
waveroutingBuilderwaveroutingbuilder
void NXOpen::Features::WaveLinkBuilder::SetWaveSketchBuilder ( NXOpen::Features::WaveSketchBuilder wavesketchBuilder)

Sets the wave sketch builder
Created in NX5.0.1.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
wavesketchBuilderwavesketchbuilder
NXOpen::Features::WaveLinkBuilder::Types NXOpen::Features::WaveLinkBuilder::Type ( )

Returns the type
Created in NX5.0.0.



License requirements : None

NXOpen::Features::WaveDatumBuilder* NXOpen::Features::WaveLinkBuilder::WaveDatumBuilder ( )

Returns the wave datum builder
Created in NX5.0.0.



License requirements : None

NXOpen::Features::WavePointBuilder* NXOpen::Features::WaveLinkBuilder::WavePointBuilder ( )

Returns the wave point builder
Created in NX5.0.0.



License requirements : None

NXOpen::Features::WaveRoutingBuilder* NXOpen::Features::WaveLinkBuilder::WaveRoutingBuilder ( )

Returns the wave routing builder
Created in NX5.0.0.



License requirements : None

NXOpen::Features::WaveSketchBuilder* NXOpen::Features::WaveLinkBuilder::WaveSketchBuilder ( )

Returns the wave sketch builder
Created in NX5.0.1.



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.