NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder Class Reference

Represents a NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder to perform polygon face interference or clearance check. More...

Inheritance diagram for NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::ExpressionClearance ()
 Returns the clearance. More...
 
NXOpen::CAE::CaeGroupDoCheck ()
 Perform the clearance check. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder to perform polygon face interference or clearance check.

You can do the check by Builder::Commit or NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder::DoCheck . Builder::Commit performs the check and displays the failed faces in graphics window. NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder::DoCheck performs the check and if faces are detected violating the check, returns the output group containing the failed faces.
To create a new instance of this class, use NXOpen::CAE::ModelCheckManager::CreateFaceClearanceCheckBuilder

Created in NX8.5.0.

Member Function Documentation

NXOpen::Expression* NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder::Clearance ( )

Returns the clearance.

If the clearance value is zero, an intersection check between faces will be performed. If the clearance value is non-zero, a clearance check will be performed. If a negative non-zero clearance is set, the absolute value will be used
Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::CaeGroup* NXOpen::CAE::ModelCheck::FaceClearanceCheckBuilder::DoCheck ( )

Perform the clearance check.

All polygon faces on the current display are considered for the check. If polygon faces are detected as intersecting or violating the given clearance, they are placed in a group, which would be returned

Returns
the group contains the failed faces
Created in NX8.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

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