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. | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionPlaneBuilder * | SpecifiedPlane () |
Returns the user specified section plane Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the circular grid section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder .
Only used when type is @link GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesCircular GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesCircular@endlink .
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")
NXOpen::GeometricAnalysis::SectionAnalysis::SectionPlaneBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::CircularGridBuilder::SpecifiedPlane | ( | ) |
Returns the user specified section plane
Created in NX9.0.0.
License requirements : None
|
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.