WaveLinkBuilder Class

class NXOpen.Features.WaveLinkBuilder

Bases: NXOpen.Features.FeatureBuilder

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

New in version NX5.0.0.

Properties

Property Description
Associative Returns or sets the associative
BlankOriginal Returns or sets the blank original
CompositeCurveBuilder Returns the composite curve builder
CopyThreads Returns or sets the copy threads option
ExtractFaceBuilder Returns or sets the extractfacebuilder
FixAtCurrentTimestamp Returns or sets the fix at timestamp option
MakePositionIndependent Returns or sets the make position independent option
MirrorBodyBuilder Returns or sets the mirrorbodybuilder
ParentFeatureInternal Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal
PatchSolutionFlag Returns or sets the patch solution flag
PatchSurfaceFilename Returns or sets the patch surface filename
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
Type Returns or sets the type
WaveDatumBuilder Returns or sets the wave datum builder
WavePointBuilder Returns or sets the wave point builder
WaveRoutingBuilder Returns or sets the wave routing builder
WaveSketchBuilder Returns or sets the wave sketch builder

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitFeature Commits the feature parameters and creates the feature
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetFeature Returns the feature currently being edited by this builder.
GetObject Returns the object currently being edited by this builder.
HideInternalParentFeatureAfterEdit Re-suppress an internal parent feature (a slave feature) after it has been edited.
SetParentFeatureInternal Set the parent features which would be internal or slaves to the feature being created or commited
ShowInternalParentFeatureForEdit Unsuppress an internal parent feature (a slave feature) so it can be edited.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
UnsetParentFeatureInternal Set the internal parent feature of the feature being edited to external
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

WaveLinkBuilderTypes Enumeration Wave Linker type

Property Detail

Associative

WaveLinkBuilder.Associative

Returns or sets the associative

-------------------------------------

Getter Method

Signature Associative

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Associative

Parameters:associative (bool) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

BlankOriginal

WaveLinkBuilder.BlankOriginal

Returns or sets the blank original

-------------------------------------

Getter Method

Signature BlankOriginal

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BlankOriginal

Parameters:blankoriginal (bool) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

CompositeCurveBuilder

WaveLinkBuilder.CompositeCurveBuilder

Returns the composite curve builder

-------------------------------------

Getter Method

Signature CompositeCurveBuilder

Returns:
Return type:NXOpen.Features.CompositeCurveBuilder

New in version NX5.0.0.

License requirements: None.

CopyThreads

WaveLinkBuilder.CopyThreads

Returns or sets the copy threads option

-------------------------------------

Getter Method

Signature CopyThreads

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CopyThreads

Parameters:copyThreads (bool) –

New in version NX8.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

ExtractFaceBuilder

WaveLinkBuilder.ExtractFaceBuilder

Returns or sets the extractfacebuilder

-------------------------------------

Getter Method

Signature ExtractFaceBuilder

Returns:
Return type:NXOpen.Features.ExtractFaceBuilder

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ExtractFaceBuilder

Parameters:extractFaceBuilder (NXOpen.Features.ExtractFaceBuilder) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

FixAtCurrentTimestamp

WaveLinkBuilder.FixAtCurrentTimestamp

Returns or sets the fix at timestamp option

-------------------------------------

Getter Method

Signature FixAtCurrentTimestamp

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FixAtCurrentTimestamp

Parameters:timestamp (bool) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

MakePositionIndependent

WaveLinkBuilder.MakePositionIndependent

Returns or sets the make position independent option

-------------------------------------

Getter Method

Signature MakePositionIndependent

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MakePositionIndependent

Parameters:makePositionIndependent (bool) –

New in version NX8.5.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

MirrorBodyBuilder

WaveLinkBuilder.MirrorBodyBuilder

Returns or sets the mirrorbodybuilder

-------------------------------------

Getter Method

Signature MirrorBodyBuilder

Returns:
Return type:NXOpen.Features.MirrorBodyBuilder

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MirrorBodyBuilder

Parameters:mirrorBodyBuilder (NXOpen.Features.MirrorBodyBuilder) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Type

WaveLinkBuilder.Type

Returns or sets the type

-------------------------------------

Getter Method

Signature Type

Returns:
Return type:NXOpen.Features.WaveLinkBuilderTypes

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Type

Parameters:type (NXOpen.Features.WaveLinkBuilderTypes) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

WaveDatumBuilder

WaveLinkBuilder.WaveDatumBuilder

Returns or sets the wave datum builder

-------------------------------------

Getter Method

Signature WaveDatumBuilder

Returns:
Return type:NXOpen.Features.WaveDatumBuilder

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WaveDatumBuilder

Parameters:wavedatumBuilder (NXOpen.Features.WaveDatumBuilder) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

WavePointBuilder

WaveLinkBuilder.WavePointBuilder

Returns or sets the wave point builder

-------------------------------------

Getter Method

Signature WavePointBuilder

Returns:
Return type:NXOpen.Features.WavePointBuilder

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WavePointBuilder

Parameters:wavepointBuilder (NXOpen.Features.WavePointBuilder) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

WaveRoutingBuilder

WaveLinkBuilder.WaveRoutingBuilder

Returns or sets the wave routing builder

-------------------------------------

Getter Method

Signature WaveRoutingBuilder

Returns:
Return type:NXOpen.Features.WaveRoutingBuilder

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WaveRoutingBuilder

Parameters:waveroutingBuilder (NXOpen.Features.WaveRoutingBuilder) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

WaveSketchBuilder

WaveLinkBuilder.WaveSketchBuilder

Returns or sets the wave sketch builder

-------------------------------------

Getter Method

Signature WaveSketchBuilder

Returns:
Return type:NXOpen.Features.WaveSketchBuilder

New in version NX5.0.1.

License requirements: None.

-------------------------------------

Setter Method

Signature WaveSketchBuilder

Parameters:wavesketchBuilder (NXOpen.Features.WaveSketchBuilder) –

New in version NX5.0.1.

License requirements: solid_modeling (“SOLIDS MODELING”)

Method Detail

Validate

WaveLinkBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.