WeldCutBuilder Class

class NXOpen.Features.ShipDesign.WeldCutBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.ShipDesign.WeldCut builder

To create a new instance of this class, use NXOpen.Features.ShipCollection.CreateWeldCutBuilder()

Default values.

Property Value
SketchBlock.Exp1.Value 0
SketchBlock.Exp10.Value 0
SketchBlock.Exp11.Value 0
SketchBlock.Exp12.Value 0
SketchBlock.Exp2.Value 0
SketchBlock.Exp3.Value 0
SketchBlock.Exp4.Value 0
SketchBlock.Exp5.Value 0
SketchBlock.Exp6.Value 0
SketchBlock.Exp7.Value 0
SketchBlock.Exp8.Value 0
SketchBlock.Exp9.Value 0
SketchBlock.Sketches EndCut1

New in version NX7.5.0.

Properties

Property Description
CoordSystem Returns or sets the placement CSYS of the weld cut The coordinate system is only used for the SpecifyCSYS placement method.
KeepCoordSystem Returns or sets the keep coordinate system.
KeepSelectCSYSFace Returns or sets the keep select target face.
KeepSelectGuideCurve Returns or sets the keep select guide curve.
KeepSelectTargetFace Returns or sets the keep select target face.
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
PlacementType Returns or sets the method used to define the placement of the weld cut
SelectCSYSFace Returns the selection object for the target face.
SelectGuideCurve Returns the selection object for the guide curve.
SelectTargetFace Returns the selection object for the target face.
SketchBlock Returns the sketch block
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
WeldLocation Returns or sets the weld location.

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

WeldCutBuilderCreationMethod Enumeration Creation method used to define the placement of the weld cut

Property Detail

CoordSystem

WeldCutBuilder.CoordSystem

Returns or sets the placement CSYS of the weld cut The coordinate system is only used for the SpecifyCSYS placement method.

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

Getter Method

Signature CoordSystem

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CoordSystem

Parameters:coordSystem (NXOpen.CoordinateSystem) –

New in version NX7.5.0.

License requirements: nx_ship_concept (“Ship Concept”)

KeepCoordSystem

WeldCutBuilder.KeepCoordSystem

Returns or sets the keep coordinate system.

A toggle used to remember the specified csys on apply. The keep selected coordinate system is only used for the SpecifyCSYS placement method.

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

Getter Method

Signature KeepCoordSystem

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature KeepCoordSystem

Parameters:keepCoordSystem (bool) –

New in version NX7.5.0.

License requirements: nx_ship_concept (“Ship Concept”)

KeepSelectCSYSFace

WeldCutBuilder.KeepSelectCSYSFace

Returns or sets the keep select target face.

A toggle used to remember the selected target face on apply. This keep select target face is only used for the SpecifyCSYS placement method.

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

Getter Method

Signature KeepSelectCSYSFace

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature KeepSelectCSYSFace

Parameters:keepSelectCSYSFace (bool) –

New in version NX7.5.0.

License requirements: nx_ship_concept (“Ship Concept”)

KeepSelectGuideCurve

WeldCutBuilder.KeepSelectGuideCurve

Returns or sets the keep select guide curve.

A toggle used to remember the selected guide curve on apply. The keep select guide curve is only used for the AlongGuide placement method.

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

Getter Method

Signature KeepSelectGuideCurve

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature KeepSelectGuideCurve

Parameters:keepSelectGuideCurve (bool) –

New in version NX7.5.0.

License requirements: nx_ship_concept (“Ship Concept”)

KeepSelectTargetFace

WeldCutBuilder.KeepSelectTargetFace

Returns or sets the keep select target face.

A toggle used to remember the selected target face on apply. This keep select target face is only used for the AlongGuide placement method.

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

Getter Method

Signature KeepSelectTargetFace

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature KeepSelectTargetFace

Parameters:keepSelectTargetFace (bool) –

New in version NX7.5.0.

License requirements: nx_ship_concept (“Ship Concept”)

PlacementType

WeldCutBuilder.PlacementType

Returns or sets the method used to define the placement of the weld cut

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

Getter Method

Signature PlacementType

Returns:
Return type:NXOpen.Features.ShipDesign.WeldCutBuilderCreationMethod

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature PlacementType

Parameters:placementType (NXOpen.Features.ShipDesign.WeldCutBuilderCreationMethod) –

New in version NX7.5.0.

License requirements: nx_ship_concept (“Ship Concept”)

SelectCSYSFace

WeldCutBuilder.SelectCSYSFace

Returns the selection object for the target face.

This target face is only used for the SpecifyCSYS placement method.

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

Getter Method

Signature SelectCSYSFace

Returns:
Return type:NXOpen.SelectFace

New in version NX7.5.0.

License requirements: None.

SelectGuideCurve

WeldCutBuilder.SelectGuideCurve

Returns the selection object for the guide curve.

The select guide curve is only used for the AlongGuide placement method.

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

Getter Method

Signature SelectGuideCurve

Returns:
Return type:NXOpen.SelectTaggedObject

New in version NX7.5.0.

License requirements: None.

SelectTargetFace

WeldCutBuilder.SelectTargetFace

Returns the selection object for the target face.

This target face is only used for the AlongGuide placement method.

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

Getter Method

Signature SelectTargetFace

Returns:
Return type:NXOpen.SelectFace

New in version NX7.5.0.

License requirements: None.

SketchBlock

WeldCutBuilder.SketchBlock

Returns the sketch block

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

Getter Method

Signature SketchBlock

Returns:
Return type:NXOpen.SketchExpressionModifierBuilder

New in version NX7.5.0.

License requirements: None.

WeldLocation

WeldCutBuilder.WeldLocation

Returns or sets the weld location.

The weld location is only used for the Corner placement method.

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

Getter Method

Signature WeldLocation

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature WeldLocation

Parameters:weldLocation (NXOpen.Point) –

New in version NX7.5.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Method Detail

Validate

WeldCutBuilder.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.