DraftingCollectionValidator Class¶
-
class
NXOpen.DraftingCollectionValidator¶ Bases:
NXOpen.TaggedObject,NXOpen.IValidatorvalidator for DraftingCollection in a part.
This is a test class.
New in version NX7.5.1.
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¶
-
DraftingCollectionValidator.ValidatorPrintLevel¶ Returns or sets the print level for validation.
-------------------------------------Getter Method
Signature
ValidatorPrintLevelReturns: Return type: NXOpen.ValidatorPrintLevelNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValidatorPrintLevelParameters: level ( NXOpen.ValidatorPrintLevel) –New in version NX7.5.0.
License requirements: None.
ValidatorVersion¶
-
DraftingCollectionValidator.ValidatorVersion¶ Returns or sets the algorithm to use for validation.
-------------------------------------Getter Method
Signature
ValidatorVersionReturns: Return type: NXOpen.ValidatorVersionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValidatorVersionParameters: version ( NXOpen.ValidatorVersion) –New in version NX7.5.0.
License requirements: None.