NX Open C++ Reference Guide
|
Represents the isoparametric grid section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder . More...
Public Types | |
enum | Methods { MethodsUV, MethodsU, MethodsV } |
Represents the isoparametric methods. More... | |
Public Member Functions | |
NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::Methods | Method () |
Returns the method | |
void | SetMethod (NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::Methods method) |
Sets the method | |
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder * | Spacing () |
Returns the spacing specification for the isoparametric grid | |
NXOpen::GeometricUtilities::SurfaceRangeBuilder * | SurfaceRange () |
Returns the surface range | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents the isoparametric grid section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder .
Only used when type is GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesIsoparametric .
Created in NX6.0.0.
NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::Methods NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::Method | ( | ) |
Returns the method
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
void NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::SetMethod | ( | NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::Methods | method | ) |
Sets the method
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
method | method |
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::Spacing | ( | ) |
Returns the spacing specification for the isoparametric grid
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricUtilities::SurfaceRangeBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::SurfaceRange | ( | ) |
Returns the surface range
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
virtual bool NXOpen::GeometricAnalysis::SectionAnalysis::IsoparametricGridBuilder::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.