NX Open C++ Reference Guide
Public Member Functions | List of all members
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

Public Member Functions

NXOpen::PointAnalysisPoint ()
 Returns the point location defining where the analysis should be done. More...
 
double Angle ()
 Returns the deviation in degrees from the minimum curvature. More...
 
double FlatnessTolerance ()
 Returns the tolerance that defines at the specified point if an area is flat. More...
 
void ResetAnalysisPoint ()
 Reset the analysis point to accept dynamic input. More...
 
double Scale ()
 Returns the scale factor to apply to the display of the dupin indicatrix. More...
 
void SetAnalysisPoint (NXOpen::Point *analysisPoint)
 Sets the point location defining where the analysis should be done. More...
 
void SetAngle (double angle)
 Sets the deviation in degrees from the minimum curvature. More...
 
void SetFlatnessTolerance (double flatnessTolerance)
 Sets the tolerance that defines at the specified point if an area is flat. More...
 
void SetScale (double scale)
 Sets the scale factor to apply to the display of the dupin indicatrix. 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

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

NXOpen::Point* NXOpen::GeometricAnalysis::DupinBuilder::AnalysisPoint ( )

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


Created in NX8.0.0.

License requirements : None

double NXOpen::GeometricAnalysis::DupinBuilder::Angle ( )

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

double NXOpen::GeometricAnalysis::DupinBuilder::FlatnessTolerance ( )

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


Created in NX8.0.0.

License requirements : None

void NXOpen::GeometricAnalysis::DupinBuilder::ResetAnalysisPoint ( )

Reset the analysis point to accept dynamic input.


Created in NX8.0.0.

License requirements : None

double NXOpen::GeometricAnalysis::DupinBuilder::Scale ( )

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


Created in NX8.0.0.

License requirements : None

void NXOpen::GeometricAnalysis::DupinBuilder::SetAnalysisPoint ( NXOpen::Point analysisPoint)

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


Created in NX8.0.0.

License requirements : None

Parameters
analysisPointanalysispoint
void NXOpen::GeometricAnalysis::DupinBuilder::SetAngle ( double  angle)

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
void NXOpen::GeometricAnalysis::DupinBuilder::SetFlatnessTolerance ( double  flatnessTolerance)

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


Created in NX8.0.0.

License requirements : None

Parameters
flatnessToleranceflatnesstolerance
void NXOpen::GeometricAnalysis::DupinBuilder::SetScale ( double  scale)

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


Created in NX8.0.0.

License requirements : None

Parameters
scalescale
virtual bool NXOpen::GeometricAnalysis::DupinBuilder::Validate ( )
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.

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.