NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Types | List of all members
NXOpen.CAE.ModelCheck.TestValueTypes Class Reference

Represents the quality check criteria value settings More...

Inheritance diagram for NXOpen.CAE.ModelCheck.TestValueTypes:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  _ElementReference
 represents an element reference definition associated with this test
 
struct  ElementReference
 represents an element reference definition associated with this test More...
 

Public Types

enum  CriteriaType { Warning, Error }
 the alert level of a criteria value More...
 
enum  Result {
  Passed, Failed, Exception, NotApply,
  Warned
}
 the checking result More...
 
enum  TestType {
  JacobianZero, JacobianRatio, JacobianSign, Volume,
  AxisymmetricY, AxisymmetricX, AspectRatio, SkewAngle,
  InteriorAngleMinimum, InteriorAngleMaximum, Taper, WarpFactor,
  FaceWarpCoefficient, EdgePointLengthRatio, EdgePointIncludedAngle, LengthRatioOffset,
  ParallelDeviation, ShapeFactor, Twist, LengthMinimum,
  LengthMaximum, TetCollapse, WarpageAngle, CohesiveElement,
  LaminateTaperRatio, LaminateThicknessRatio, Area
}
 the test types More...
 
enum  Validator {
  None, GreatThan, GreatThanOrEqual, SmallThan,
  SmallThanOrEqual
}
 indicates how to compare the check result with the criteria value More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents the quality check criteria value settings

No Creator this holds an enum shared by other classes

Created in NX8.5.0

Member Enumeration Documentation

the alert level of a criteria value

Enumerator
Warning 

reports as warning if the check result failed with the criteria value

Error 

reports as error if the check result failed with the criteria value

the checking result

Enumerator
Passed 

indicates the test value does not violate the criteria values

Failed 

indicates the test value violates the error criteria value

Exception 

indicates there is an exception thrown during the checking

NotApply 

indicates the test is not available or not done for an element

Warned 

indicates the test value violates the warning criteria value

the test types

Enumerator
JacobianZero 
JacobianRatio 
JacobianSign 
Volume 
AxisymmetricY 

When elements are modeled in XZ plane, check consistent Y.

When elements are modeled in XY plane, check consistent Z.

AxisymmetricX 

When elements are modeled in XZ plane, check X >= 0.0.

When elements are modeled in XY plane, check Y >= 0.0.

AspectRatio 
SkewAngle 
InteriorAngleMinimum 
InteriorAngleMaximum 
Taper 
WarpFactor 
FaceWarpCoefficient 
EdgePointLengthRatio 
EdgePointIncludedAngle 
LengthRatioOffset 
ParallelDeviation 
ShapeFactor 
Twist 
LengthMinimum 
LengthMaximum 
TetCollapse 
WarpageAngle 
CohesiveElement 
LaminateTaperRatio 

Ratio of longest edge to shortest edge in stacking direction for the elements that reference PCOMPS entries only.

LaminateThicknessRatio 

Ratio of the difference between thickness in stacking direction as defined by grids and thickness as defined by ply thickness specification to the thickness in the stacking direction as defined by grids for the elements that reference PCOMPS entries only.

Area 

indicates how to compare the check result with the criteria value

Enumerator
None 

indicates no criteria value defined, not necessary to compare the check result with criteria value

GreatThan 

the check passes if the check result is great than the criteria value

GreatThanOrEqual 

the check passes if the check result is equal or great than the criteria value

SmallThan 

the check passes if the check result is small than the criteria value

SmallThanOrEqual 

the check passes if the check result is equal or small than the criteria value


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.