NX Open C++ Reference Guide
|
Represents the circular grid section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder . More...
Public Member Functions | |
NXOpen::GeometricUtilities::CircularFrameBuilder * | CircularFrame () |
Returns the circular frame Created in NX6.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder * | Spacing () |
Returns the spacing specification for the circular grid Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents the circular grid section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder .
Only used when type is GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesCircular .
Created in NX6.0.0.
NXOpen::GeometricUtilities::CircularFrameBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::CircularGridBuilder::CircularFrame | ( | ) |
Returns the circular frame
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::CircularGridBuilder::Spacing | ( | ) |
Returns the spacing specification for the circular grid
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
virtual bool NXOpen::GeometricAnalysis::SectionAnalysis::CircularGridBuilder::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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.