NX Open C++ Reference Guide
|
Represents the triangular grid section specifications for a SectionAnalysisBuilder. More...
Public Member Functions | |
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder * | Spacing () |
Returns the spacing specification for the triangular grid Created in NX6.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionPlaneBuilder * | SpecifiedPlane () |
Returns the user specified section plane Created in NX9.0.0. | |
NXOpen::GeometricUtilities::TriangularFrameBuilder * | TriangularFrame () |
Returns the triangular frame Created in NX6.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 triangular grid section specifications for a SectionAnalysisBuilder.
Only used when type is @link GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesTriangular GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesTriangular@endlink .
Created in NX6.0.0.
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::TriangularGridBuilder::Spacing | ( | ) |
Returns the spacing specification for the triangular grid
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::SectionPlaneBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::TriangularGridBuilder::SpecifiedPlane | ( | ) |
Returns the user specified section plane
Created in NX9.0.0.
License requirements : None
NXOpen::GeometricUtilities::TriangularFrameBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::TriangularGridBuilder::TriangularFrame | ( | ) |
Returns the triangular frame
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
|
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.