SheetMetalFeatureCollectionValidator Class

class NXOpen.SheetMetal.SheetMetalFeatureCollectionValidator

Bases: NXOpen.TaggedObject, NXOpen.IValidator

Creator not available in KF becasue this is NXSheetMetal Autoest class and should not be made available to customers.

New in version NX9.0.0.

Properties

Property Description
Tag Returns the Tag for this object.
ValidatorPrintLevel Returns or sets the print level for validation.
ValidatorVersion Returns or sets the algorithm to use for validation.

Methods

Method Description
Destroy Deletes the validator.
SetValidatorPrintOodStatus Set the ood status of features.

Property Detail

ValidatorPrintLevel

SheetMetalFeatureCollectionValidator.ValidatorPrintLevel

Returns or sets the print level for validation.

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

Getter Method

Signature ValidatorPrintLevel()

Returns:
Return type:NXOpen.ValidatorPrintLevel

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ValidatorPrintLevel(level)

Parameters:level (NXOpen.ValidatorPrintLevel) –

New in version NX7.5.0.

License requirements: None.

ValidatorVersion

SheetMetalFeatureCollectionValidator.ValidatorVersion

Returns or sets the algorithm to use for validation.

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

Getter Method

Signature ValidatorVersion()

Returns:
Return type:NXOpen.ValidatorVersion

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ValidatorVersion(version)

Parameters:version (NXOpen.ValidatorVersion) –

New in version NX7.5.0.

License requirements: None.

Method Detail

Destroy

SheetMetalFeatureCollectionValidator.Destroy

Deletes the validator.

Signature Destroy()

New in version NX7.5.0.

License requirements: None.

SetValidatorPrintOodStatus

SheetMetalFeatureCollectionValidator.SetValidatorPrintOodStatus

Set the ood status of features.

Signature SetValidatorPrintOodStatus(status)

Parameters:status (bool) –

New in version NX9.0.0.

License requirements: None.