SurfaceContinuityAnalysisBuilder Class

class NXOpen.GeometricAnalysis.SurfaceContinuityAnalysisBuilder

Bases: NXOpen.Builder

Represents a NXOpen.GeometricAnalysis.SurfaceContinuityAnalysis builder

To create a new instance of this class, use NXOpen.GeometricAnalysis.AnalysisObjectCollection.CreateSurfaceContinuityAnalysisBuilder()

Default values.

Property Value
CurvatureCheck Sectional
G0 True
G1 False
G2 False
G3 False

New in version NX6.0.0.

Properties

Property Description
AngularThreshold Returns the angular threshold
CombOptions Returns the comb display block options
CurvatureCheck Returns or sets the curvature check
DistanceThreshold Returns the distance threshold
DynamicLabel Returns the constraint manager
Face Returns the (second) faces.
FirstEdge Returns the first edges or faces
G0 Returns or sets the g0 toggle
G0Tolerance Returns or sets the g0 tolerance
G1 Returns or sets the g1 toggle
G1Tolerance Returns or sets the g1 tolerance
G2 Returns or sets the g2 toggle
G2Tolerance Returns or sets the g2 tolerance
G3 Returns or sets the g3 toggle
G3Tolerance Returns or sets the g3 tolerance
MultiFace Returns the objects for multi-face
ReportPer Returns or sets the reporting type
SecondEdge Returns the second edges or faces.
ShowOutOfTolerance Returns or sets the out of tolerance only flag
Tag Returns the Tag for this object.
ToleranceMarkup Returns or sets the tolerance markup flag
Type Returns or sets the type of analysis to perform

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
DeselectFirstEdgeFace Deselection of first edge or face
DeselectSecondEdgeFace Deselection of second edge or face
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.
GetFace1Array Returns the edge1 array not used
GetObject Returns the object currently being edited by this builder.
SelectFirstEdgeFace Selection of first edge or face
SelectSecondEdgeFace Selection of second edge or face
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
UpdateFace User selects or deselects face, update builder m_edge2, m_face2
UpdateFirstEdgeFace The user selects or deselects first edge or face, update builder m_edge1, m_face1
UpdateSecondEdgeFace User selects or deselects second edge or face, update builder m_edge2, m_face2
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

AngularThreshold

SurfaceContinuityAnalysisBuilder.AngularThreshold

Returns the angular threshold

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

Getter Method

Signature AngularThreshold

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

CombOptions

SurfaceContinuityAnalysisBuilder.CombOptions

Returns the comb display block options

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

Getter Method

Signature CombOptions

Returns:
Return type:NXOpen.GeometricUtilities.CombOptionsBuilder

New in version NX6.0.0.

License requirements: None.

CurvatureCheck

SurfaceContinuityAnalysisBuilder.CurvatureCheck

Returns or sets the curvature check

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

Getter Method

Signature CurvatureCheck

Returns:
Return type:NXOpen.GeometricAnalysis.SurfaceContinuityAnalysisBuilderCurvatureType

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature CurvatureCheck

Parameters:curvatureCheck (NXOpen.GeometricAnalysis.SurfaceContinuityAnalysisBuilderCurvatureType) –

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

DistanceThreshold

SurfaceContinuityAnalysisBuilder.DistanceThreshold

Returns the distance threshold

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

Getter Method

Signature DistanceThreshold

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

DynamicLabel

SurfaceContinuityAnalysisBuilder.DynamicLabel

Returns the constraint manager

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

Getter Method

Signature DynamicLabel

Returns:
Return type:NXOpen.Features.GeometricConstraintDataManager

New in version NX11.0.0.

License requirements: None.

Face

SurfaceContinuityAnalysisBuilder.Face

Returns the (second) faces.

Used only if the type is EdgeFace

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

Getter Method

Signature Face

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX6.0.0.

License requirements: None.

FirstEdge

SurfaceContinuityAnalysisBuilder.FirstEdge

Returns the first edges or faces

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

Getter Method

Signature FirstEdge

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX6.0.0.

License requirements: None.

G0

SurfaceContinuityAnalysisBuilder.G0

Returns or sets the g0 toggle

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

Getter Method

Signature G0

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature G0

Parameters:g0 (bool) –

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

G0Tolerance

SurfaceContinuityAnalysisBuilder.G0Tolerance

Returns or sets the g0 tolerance

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

Getter Method

Signature G0Tolerance

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature G0Tolerance

Parameters:g0Tolerance (float) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

G1

SurfaceContinuityAnalysisBuilder.G1

Returns or sets the g1 toggle

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

Getter Method

Signature G1

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature G1

Parameters:g1 (bool) –

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

G1Tolerance

SurfaceContinuityAnalysisBuilder.G1Tolerance

Returns or sets the g1 tolerance

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

Getter Method

Signature G1Tolerance

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature G1Tolerance

Parameters:g1Tolerance (float) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

G2

SurfaceContinuityAnalysisBuilder.G2

Returns or sets the g2 toggle

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

Getter Method

Signature G2

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature G2

Parameters:g2 (bool) –

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

G2Tolerance

SurfaceContinuityAnalysisBuilder.G2Tolerance

Returns or sets the g2 tolerance

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

Getter Method

Signature G2Tolerance

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature G2Tolerance

Parameters:g2Tolerance (float) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

G3

SurfaceContinuityAnalysisBuilder.G3

Returns or sets the g3 toggle

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

Getter Method

Signature G3

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature G3

Parameters:g3 (bool) –

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

G3Tolerance

SurfaceContinuityAnalysisBuilder.G3Tolerance

Returns or sets the g3 tolerance

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

Getter Method

Signature G3Tolerance

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature G3Tolerance

Parameters:g3Tolerance (float) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

MultiFace

SurfaceContinuityAnalysisBuilder.MultiFace

Returns the objects for multi-face

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

Getter Method

Signature MultiFace

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

ReportPer

SurfaceContinuityAnalysisBuilder.ReportPer

Returns or sets the reporting type

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

Getter Method

Signature ReportPer

Returns:
Return type:int

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ReportPer

Parameters:reportPer (int) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

SecondEdge

SurfaceContinuityAnalysisBuilder.SecondEdge

Returns the second edges or faces.

Used only if the type is EdgeEdge

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

Getter Method

Signature SecondEdge

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX6.0.0.

License requirements: None.

ShowOutOfTolerance

SurfaceContinuityAnalysisBuilder.ShowOutOfTolerance

Returns or sets the out of tolerance only flag

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

Getter Method

Signature ShowOutOfTolerance

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ShowOutOfTolerance

Parameters:outTolerance (bool) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

ToleranceMarkup

SurfaceContinuityAnalysisBuilder.ToleranceMarkup

Returns or sets the tolerance markup flag

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

Getter Method

Signature ToleranceMarkup

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ToleranceMarkup

Parameters:markup (bool) –

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

Type

SurfaceContinuityAnalysisBuilder.Type

Returns or sets the type of analysis to perform

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.GeometricAnalysis.SurfaceContinuityAnalysisBuilderTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters:type (NXOpen.GeometricAnalysis.SurfaceContinuityAnalysisBuilderTypes) –

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

Method Detail

DeselectFirstEdgeFace

SurfaceContinuityAnalysisBuilder.DeselectFirstEdgeFace

Deselection of first edge or face

Signature DeselectFirstEdgeFace(edge, face)

Parameters:

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

DeselectSecondEdgeFace

SurfaceContinuityAnalysisBuilder.DeselectSecondEdgeFace

Deselection of second edge or face

Signature DeselectSecondEdgeFace(edge, face)

Parameters:

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

GetFace1Array

SurfaceContinuityAnalysisBuilder.GetFace1Array

Returns the edge1 array not used

Signature GetFace1Array()

Returns:
Return type:list of NXOpen.Face

New in version NX6.0.0.

License requirements: None.

SelectFirstEdgeFace

SurfaceContinuityAnalysisBuilder.SelectFirstEdgeFace

Selection of first edge or face

Signature SelectFirstEdgeFace(edge, face)

Parameters:

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

SelectSecondEdgeFace

SurfaceContinuityAnalysisBuilder.SelectSecondEdgeFace

Selection of second edge or face

Signature SelectSecondEdgeFace(edge, face)

Parameters:

New in version NX11.0.0.

License requirements: gateway (“UG GATEWAY”)

UpdateFace

SurfaceContinuityAnalysisBuilder.UpdateFace

User selects or deselects face, update builder m_edge2, m_face2

Signature UpdateFace(face, selectionPoint)

Parameters:

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

UpdateFirstEdgeFace

SurfaceContinuityAnalysisBuilder.UpdateFirstEdgeFace

The user selects or deselects first edge or face, update builder m_edge1, m_face1

Signature UpdateFirstEdgeFace(edgeOrFace, selectionPoint)

Parameters:

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

UpdateSecondEdgeFace

SurfaceContinuityAnalysisBuilder.UpdateSecondEdgeFace

User selects or deselects second edge or face, update builder m_edge2, m_face2

Signature UpdateSecondEdgeFace(edgeOrFace, selectionPoint)

Parameters:

New in version NX6.0.0.

License requirements: gateway (“UG GATEWAY”)

Validate

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