NX Open C++ Reference Guide
|
Represents a Facet::CurvatureBuilder . More...
Public Member Functions | |
double | ConcaveRadius () |
Returns the concave radius threshold Created in NX5.0.0. | |
double | ConvexRadius () |
Returns the convex radius threshold Created in NX5.0.0. | |
void | DeleteCurvature () |
Deletes the curvature data associated with the input facet bodies. | |
NXOpen::Facet::SelectFacetedBodyList * | FacetBodies () |
Returns the input facet body list Created in NX5.0.0. | |
bool | IsDirectionReversed () |
Returns the reverse direction option Created in NX5.0.0. | |
void | SetConcaveRadius (double concaveRadius) |
Sets the concave radius threshold Created in NX5.0.0. | |
void | SetConvexRadius (double convexRadius) |
Sets the convex radius threshold Created in NX5.0.0. | |
void | SetDirectionReversed (bool directionReversed) |
Sets the reverse direction option Created in NX5.0.0. | |
void | SetSmoothingFactor (double smoothingFactor) |
Sets the smoothing factor Created in NX5.0.0. | |
double | SmoothingFactor () |
Returns the smoothing factor Created in NX5.0.0. |
Represents a Facet::CurvatureBuilder .
It calculates the maximum absolute principal curvature on facet bodies and creates a color map of these values.
To create a new instance of this class, use Facet::FacetedBodyCollection::CreateFacetCurvatureBuilder
Created in NX5.0.0.
Returns the concave radius threshold
Created in NX5.0.0.
License requirements : None
Returns the convex radius threshold
Created in NX5.0.0.
License requirements : None
Deletes the curvature data associated with the input facet bodies.
Call this method in order to save memory if the curvature data are not needed any more.
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
Returns the input facet body list
Created in NX5.0.0.
License requirements : None
Returns the reverse direction option
Created in NX5.0.0.
License requirements : None
void NXOpen::Facet::CurvatureBuilder::SetConcaveRadius | ( | double | concaveRadius | ) |
Sets the concave radius threshold
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
concaveRadius | concave radius |
void NXOpen::Facet::CurvatureBuilder::SetConvexRadius | ( | double | convexRadius | ) |
Sets the convex radius threshold
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
convexRadius | convex radius |
void NXOpen::Facet::CurvatureBuilder::SetDirectionReversed | ( | bool | directionReversed | ) |
Sets the reverse direction option
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
directionReversed | direction reversed |
void NXOpen::Facet::CurvatureBuilder::SetSmoothingFactor | ( | double | smoothingFactor | ) |
Sets the smoothing factor
Created in NX5.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
smoothingFactor | smoothing factor |
Returns the smoothing factor
Created in NX5.0.0.
License requirements : None