NX Open C++ Reference Guide
|
Represents a GeometricAnalysis::SectionAnalysisObject builder. More...
Public Types | |
enum | CalculationMethodType { CalculationMethodTypeCurvature, CalculationMethodTypeRadiusofCurvature } |
The calculation method. More... | |
enum | NeedleDirectionType { NeedleDirectionTypeInside, NeedleDirectionTypeOutside } |
The needle direction. More... | |
enum | OutputType { OutputTypeAnalysisObject, OutputTypeSectionCurves, OutputTypeBoth } |
The output options. More... | |
enum | ScalingMethodType { ScalingMethodTypeLinear, ScalingMethodTypeLogarithmic } |
The scaling method. More... | |
enum | Types { TypesParallel, TypesIsoparametric, TypesAlongCurve, TypesQuadrilateral, TypesTriangular, TypesCircular } |
Represents the sectioning types. More... | |
Public Member Functions | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CalculationMethodType | CalculationMethod () |
Returns the calculation method Created in NX7.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::CircularGridBuilder * | CircularGrid () |
Returns the circular grid. | |
NXOpen::GeometricUtilities::CombOptionsBuilder * | CombOptions () |
Returns the comb options Created in NX6.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::NeedleDirectionType | NeedleDirection () |
Returns the needle direction Created in NX7.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::OutputType | Output () |
Returns the output Created in NX7.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::QuadrilateralGridBuilder * | QuadrilateralGrid () |
Returns the quadrilateral grid. | |
NXOpen::SelectTaggedObjectList * | References () |
Returns the references (faces or faceted bodies) Created in NX6.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ScalingMethodType | ScalingMethod () |
Returns the scaling method Created in NX7.0.0. | |
void | SetCalculationMethod (NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CalculationMethodType calculationMethod) |
Sets the calculation method Created in NX7.0.0. | |
void | SetNeedleDirection (NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::NeedleDirectionType needleDirection) |
Sets the needle direction Created in NX7.0.0. | |
void | SetOutput (NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::OutputType output) |
Sets the output Created in NX7.0.0. | |
void | SetScalingMethod (NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ScalingMethodType scalingMethod) |
Sets the scaling method Created in NX7.0.0. | |
void | SetShowInflectionPoints (bool showInflectionPoints) |
Sets the flag to show the inflection points of planar sections Created in NX6.0.0. | |
void | SetShowPeakPoints (bool showPeakPoints) |
Sets the flag to show the peak points of the sections Created in NX6.0.0. | |
void | SetShowSectionLength (bool showSectionLength) |
Sets the flag to show the section length labels Created in NX6.0.0. | |
void | SetType (NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::Types type) |
Sets the sectioning type Created in NX6.0.0. | |
bool | ShowInflectionPoints () |
Returns the flag to show the inflection points of planar sections Created in NX6.0.0. | |
bool | ShowPeakPoints () |
Returns the flag to show the peak points of the sections Created in NX6.0.0. | |
bool | ShowSectionLength () |
Returns the flag to show the section length labels Created in NX6.0.0. | |
NXOpen::GeometricAnalysis::SectionAnalysis::TriangularGridBuilder * | TriangularGrid () |
Returns the triangular grid. | |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::Types | Type () |
Returns the sectioning type Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
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 a GeometricAnalysis::SectionAnalysisObject builder.
To create a new instance of this class, use GeometricAnalysis::AnalysisObjectCollection::CreateSectionAnalysisBuilder
Default values.
Property | Value |
---|---|
CalculationMethod |
Curvature |
CircularGrid.CircularFrame.AnchorAttachment |
None |
CircularGrid.CircularFrame.Subtype |
Arbitrary |
CircularGrid.Spacing.BoundSections1 |
True |
CircularGrid.Spacing.BoundSections2 |
True |
CircularGrid.Spacing.Interval1 |
45.0 |
CircularGrid.Spacing.Interval2 |
50.0 (millimeters part), 2.0 (inches part) |
CircularGrid.Spacing.LockInterval1 |
False |
CircularGrid.Spacing.LockInterval2 |
False |
CircularGrid.Spacing.SectionNumber1 |
5 |
CircularGrid.Spacing.SectionNumber2 |
5 |
CircularGrid.SpecifiedPlane.Plane | |
NeedleDirection |
Outside |
Output | |
QuadrilateralGrid.QuadrilateralFrame.AnchorAttachment |
None |
QuadrilateralGrid.QuadrilateralFrame.Subtype |
Arbitrary |
ScalingMethod |
Linear |
ShowInflectionPoints |
False |
ShowPeakPoints |
False |
ShowSectionLength |
False |
TriangularGrid.TriangularFrame.AnchorAttachment |
None |
TriangularGrid.TriangularFrame.Subtype |
Arbitrary |
Type |
Parallel |
Created in NX6.0.0.
Represents the sectioning types.
TypesParallel |
Parallel Planes. |
TypesIsoparametric |
Isoparametric. |
TypesAlongCurve |
Along Curve. |
TypesQuadrilateral |
Quadrilateral. |
TypesTriangular |
Triangular. |
TypesCircular |
Circular. |
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CalculationMethodType NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CalculationMethod | ( | ) |
Returns the calculation method
Created in NX7.0.0.
License requirements : None
NXOpen::GeometricAnalysis::SectionAnalysis::CircularGridBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CircularGrid | ( | ) |
Returns the circular grid.
Only used when type is @link GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesCircular GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesCircular@endlink
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricUtilities::CombOptionsBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CombOptions | ( | ) |
Returns the comb options
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::NeedleDirectionType NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::NeedleDirection | ( | ) |
Returns the needle direction
Created in NX7.0.0.
License requirements : None
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::OutputType NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::Output | ( | ) |
Returns the output
Created in NX7.0.0.
License requirements : None
NXOpen::GeometricAnalysis::SectionAnalysis::QuadrilateralGridBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::QuadrilateralGrid | ( | ) |
Returns the quadrilateral grid.
Only used when type is @link GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesQuadrilateral GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesQuadrilateral@endlink
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::SelectTaggedObjectList* NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::References | ( | ) |
Returns the references (faces or faceted bodies)
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ScalingMethodType NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ScalingMethod | ( | ) |
Returns the scaling method
Created in NX7.0.0.
License requirements : None
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetCalculationMethod | ( | NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::CalculationMethodType | calculationMethod | ) |
Sets the calculation method
Created in NX7.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
calculationMethod | calculationmethod |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetNeedleDirection | ( | NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::NeedleDirectionType | needleDirection | ) |
Sets the needle direction
Created in NX7.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
needleDirection | needledirection |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetOutput | ( | NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::OutputType | output | ) |
Sets the output
Created in NX7.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
output | output |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetScalingMethod | ( | NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ScalingMethodType | scalingMethod | ) |
Sets the scaling method
Created in NX7.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
scalingMethod | scalingmethod |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetShowInflectionPoints | ( | bool | showInflectionPoints | ) |
Sets the flag to show the inflection points of planar sections
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
showInflectionPoints | showinflectionpoints |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetShowPeakPoints | ( | bool | showPeakPoints | ) |
Sets the flag to show the peak points of the sections
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
showPeakPoints | showpeakpoints |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetShowSectionLength | ( | bool | showSectionLength | ) |
Sets the flag to show the section length labels
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
showSectionLength | showsectionlength |
void NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::SetType | ( | NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::Types | type | ) |
Sets the sectioning type
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
type | type |
bool NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ShowInflectionPoints | ( | ) |
Returns the flag to show the inflection points of planar sections
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
bool NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ShowPeakPoints | ( | ) |
Returns the flag to show the peak points of the sections
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
bool NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::ShowSectionLength | ( | ) |
Returns the flag to show the section length labels
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::TriangularGridBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TriangularGrid | ( | ) |
Returns the triangular grid.
Only used when type is @link GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesTriangular GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesTriangular@endlink
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::Types NXOpen::GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::Type | ( | ) |
Returns the sectioning type
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")