NX Open C++ Reference Guide
Public Member Functions
NXOpen::GeometricAnalysis::DupinBuilder Class Reference

The Dupin Indicatrix is a tool to geometrically display the surface curvature at a specified point on a surface. More...

Inheritance diagram for NXOpen::GeometricAnalysis::DupinBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

NXOpen::PointAnalysisPoint ()
 Returns the point location defining where the analysis should be done.
double Angle ()
 Returns the deviation in degrees from the minimum curvature.
double FlatnessTolerance ()
 Returns the tolerance that defines at the specified point if an area is flat.
void ResetAnalysisPoint ()
 Reset the analysis point to accept dynamic input.
double Scale ()
 Returns the scale factor to apply to the display of the dupin indicatrix.
void SetAnalysisPoint (NXOpen::Point *analysisPoint)
 Sets the point location defining where the analysis should be done.
void SetAngle (double angle)
 Sets the deviation in degrees from the minimum curvature.
void SetFlatnessTolerance (double flatnessTolerance)
 Sets the tolerance that defines at the specified point if an area is flat.
void SetScale (double scale)
 Sets the scale factor to apply to the display of the dupin indicatrix.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

The Dupin Indicatrix is a tool to geometrically display the surface curvature at a specified point on a surface.


Created in NX8.0.0.


Member Function Documentation

Returns the point location defining where the analysis should be done.


Created in NX8.0.0.

License requirements : None

Returns the deviation in degrees from the minimum curvature.

This value is used to rotate the normal curvature about the specified point.
Created in NX8.0.0.

License requirements : None

Returns the tolerance that defines at the specified point if an area is flat.


Created in NX8.0.0.

License requirements : None

Reset the analysis point to accept dynamic input.


Created in NX8.0.0.

License requirements : None

Returns the scale factor to apply to the display of the dupin indicatrix.


Created in NX8.0.0.

License requirements : None

Sets the point location defining where the analysis should be done.


Created in NX8.0.0.

License requirements : None

Parameters:
analysisPointanalysispoint

Sets the deviation in degrees from the minimum curvature.

This value is used to rotate the normal curvature about the specified point.
Created in NX8.0.0.

License requirements : None

Parameters:
angleangle

Sets the tolerance that defines at the specified point if an area is flat.


Created in NX8.0.0.

License requirements : None

Parameters:
flatnessToleranceflatnesstolerance

Sets the scale factor to apply to the display of the dupin indicatrix.


Created in NX8.0.0.

License requirements : None

Parameters:
scalescale

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.

Returns:
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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