NX Open C++ Reference Guide
|
Represents a GeometricUtilities::DisplayResolutionBuilder . More...
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance Created in NX8.0.0. | |
double | EdgeTolerance () |
Returns the edge tolerance Created in NX8.0.0. | |
double | FaceTolerance () |
Returns the face tolerance Created in NX8.0.0. | |
NXOpen::Preferences::PartVisualizationShade::AdvViewToleranceType | Resolution () |
Returns the resolution Created in NX8.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance Created in NX8.0.0. | |
void | SetEdgeTolerance (double edgeTolerance) |
Sets the edge tolerance Created in NX8.0.0. | |
void | SetFaceTolerance (double faceTolerance) |
Sets the face tolerance Created in NX8.0.0. | |
void | SetResolution (NXOpen::Preferences::PartVisualizationShade::AdvViewToleranceType resolution) |
Sets the resolution Created in NX8.0.0. | |
void | SetWidthTolerance (double widthTolerance) |
Sets the width tolerance Created in NX8.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
double | WidthTolerance () |
Returns the width tolerance Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a GeometricUtilities::DisplayResolutionBuilder .
The display resolution block defines the parameters for faceting.
Created in NX8.0.0.
double NXOpen::GeometricUtilities::DisplayResolutionBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance
Created in NX8.0.0.
License requirements : None
double NXOpen::GeometricUtilities::DisplayResolutionBuilder::EdgeTolerance | ( | ) |
Returns the edge tolerance
Created in NX8.0.0.
License requirements : None
double NXOpen::GeometricUtilities::DisplayResolutionBuilder::FaceTolerance | ( | ) |
Returns the face tolerance
Created in NX8.0.0.
License requirements : None
NXOpen::Preferences::PartVisualizationShade::AdvViewToleranceType NXOpen::GeometricUtilities::DisplayResolutionBuilder::Resolution | ( | ) |
Returns the resolution
Created in NX8.0.0.
License requirements : None
void NXOpen::GeometricUtilities::DisplayResolutionBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
angleTolerance | angletolerance |
void NXOpen::GeometricUtilities::DisplayResolutionBuilder::SetEdgeTolerance | ( | double | edgeTolerance | ) |
Sets the edge tolerance
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
edgeTolerance | edgetolerance |
void NXOpen::GeometricUtilities::DisplayResolutionBuilder::SetFaceTolerance | ( | double | faceTolerance | ) |
Sets the face tolerance
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
faceTolerance | facetolerance |
void NXOpen::GeometricUtilities::DisplayResolutionBuilder::SetResolution | ( | NXOpen::Preferences::PartVisualizationShade::AdvViewToleranceType | resolution | ) |
Sets the resolution
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
resolution | resolution |
void NXOpen::GeometricUtilities::DisplayResolutionBuilder::SetWidthTolerance | ( | double | widthTolerance | ) |
Sets the width tolerance
Created in NX8.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
widthTolerance | widthtolerance |
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
double NXOpen::GeometricUtilities::DisplayResolutionBuilder::WidthTolerance | ( | ) |
Returns the width tolerance
Created in NX8.0.0.
License requirements : None