EdgeSticherBuilder Class

class NXOpen.CAE.EdgeSticherBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.EdgeSticherBuilder

To create a new instance of this class, use NXOpen.CAE.FemPart.CreateEdgeSticherBuilder()

Default values.

Property Value
SearchDistance.Value 0.1 (millimeters part), 0.004 (inches part)
SnapEnds.Value 0.1 (millimeters part), 0.004 (inches part)

New in version NX6.0.0.

Properties

Property Description
BodySelection Returns the body selection for Auto-Stitch Edge
ExclusionEdgeSelection Returns the edges to be excluded from auto-stitch operation
SearchDistance Returns the search distance value to check overlap
SnapEnds Returns the snap ends value to snap to vertex at the end of edge
SourceEdgeSelection Returns the source edge selection for Stitch Edge
StitchMethod Returns or sets the stitch method
StitchOption Returns or sets the operand type for auto-stitch edge
Tag Returns the Tag for this object.
TargetEdgeSelection Returns the target edge selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilderTypes.ManualEdgeToEdge
TargetFaceSelection Returns the target face selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilderTypes.ManualEdgeToFace
Type Returns or sets the type : (Obsolete from NX07.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
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.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

EdgeSticherBuilderStitchMethods Enumeration Stitch method : NX7.
EdgeSticherBuilderStitchOptions Enumeration Stitch option for stitch : NX7.
EdgeSticherBuilderTypes Enumeration Type of edge stitch : For Pre-NX7.

Property Detail

BodySelection

EdgeSticherBuilder.BodySelection

Returns the body selection for Auto-Stitch Edge

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

Getter Method

Signature BodySelection

Returns:
Return type:NXOpen.CAE.SelectCAEBodyList

New in version NX7.0.0.

License requirements: None.

ExclusionEdgeSelection

EdgeSticherBuilder.ExclusionEdgeSelection

Returns the edges to be excluded from auto-stitch operation

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

Getter Method

Signature ExclusionEdgeSelection

Returns:
Return type:NXOpen.CAE.SelectCAEEdgeList

New in version NX7.0.0.

License requirements: None.

SearchDistance

EdgeSticherBuilder.SearchDistance

Returns the search distance value to check overlap

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

Getter Method

Signature SearchDistance

Returns:
Return type:NXOpen.Expression

New in version NX6.0.0.

License requirements: None.

SnapEnds

EdgeSticherBuilder.SnapEnds

Returns the snap ends value to snap to vertex at the end of edge

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

Getter Method

Signature SnapEnds

Returns:
Return type:NXOpen.Expression

New in version NX6.0.0.

License requirements: None.

SourceEdgeSelection

EdgeSticherBuilder.SourceEdgeSelection

Returns the source edge selection for Stitch Edge

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

Getter Method

Signature SourceEdgeSelection

Returns:
Return type:NXOpen.CAE.SelectCAEEdgeList

New in version NX6.0.0.

License requirements: None.

StitchMethod

EdgeSticherBuilder.StitchMethod

Returns or sets the stitch method

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

Getter Method

Signature StitchMethod

Returns:
Return type:NXOpen.CAE.EdgeSticherBuilderStitchMethods

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature StitchMethod

Parameters:type (NXOpen.CAE.EdgeSticherBuilderStitchMethods) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

StitchOption

EdgeSticherBuilder.StitchOption

Returns or sets the operand type for auto-stitch edge

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

Getter Method

Signature StitchOption

Returns:
Return type:NXOpen.CAE.EdgeSticherBuilderStitchOptions

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature StitchOption

Parameters:stitchOption (NXOpen.CAE.EdgeSticherBuilderStitchOptions) –

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

TargetEdgeSelection

EdgeSticherBuilder.TargetEdgeSelection

Returns the target edge selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilderTypes.ManualEdgeToEdge

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

Getter Method

Signature TargetEdgeSelection

Returns:
Return type:NXOpen.CAE.SelectCAEEdgeList

New in version NX6.0.0.

License requirements: None.

TargetFaceSelection

EdgeSticherBuilder.TargetFaceSelection

Returns the target face selection for stitch edge when type is NXOpen.CAE.EdgeSticherBuilderTypes.ManualEdgeToFace

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

Getter Method

Signature TargetFaceSelection

Returns:
Return type:NXOpen.CAE.SelectCAEFaceList

New in version NX6.0.0.

License requirements: None.

Type

EdgeSticherBuilder.Type

Returns or sets the type : (Obsolete from NX07.

5 onwards)

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.CAE.EdgeSticherBuilderTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters:type (NXOpen.CAE.EdgeSticherBuilderTypes) –

New in version NX6.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

Validate

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