Continuity Class

class NXOpen.GeometricUtilities.Continuity

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.Continuity Allows user to specify continuity constraint surface construction.

New in version NX5.0.0.

Properties

Property Description
ConstraintFaces Returns the constraint face collector.
ContinuityType Returns or sets the continuity type.
IsFixed Returns or sets the value indicating if a continuity constraint is of fixed type.
Tag Returns the Tag for this object.

Methods

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

Enumerations

ContinuityContinuityTypes Enumeration Continuity type.

Property Detail

ConstraintFaces

Continuity.ConstraintFaces

Returns the constraint face collector.

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

Getter Method

Signature ConstraintFaces

Returns:
Return type:NXOpen.ScCollector

New in version NX5.0.0.

License requirements: None.

ContinuityType

Continuity.ContinuityType

Returns or sets the continuity type.

If continuity = G0, then constraint face selector is disabled.

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

Getter Method

Signature ContinuityType

Returns:
Return type:NXOpen.GeometricUtilities.ContinuityContinuityTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ContinuityType

Parameters:continuityType (NXOpen.GeometricUtilities.ContinuityContinuityTypes) –

New in version NX5.0.0.

License requirements: None.

IsFixed

Continuity.IsFixed

Returns or sets the value indicating if a continuity constraint is of fixed type.

This flag is valid for NXOpen.GeometricUtilities.ContinuityContinuityTypes.G1, NXOpen.GeometricUtilities.ContinuityContinuityTypes.G2, NXOpen.GeometricUtilities.ContinuityContinuityTypes.G3 types only.

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

Getter Method

Signature IsFixed

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature IsFixed

Parameters:isFixed (bool) –

New in version NX7.5.0.

License requirements: None.

Method Detail

Validate

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