NX Open C++ Reference Guide
|
Represents the parallel planes section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder . More...
Public Types | |
enum | Methods { MethodsXYZ, MethodsParallel } |
Represents the parallel planes methods. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::AnchorLocatorBuilder * | Anchor () |
Returns the anchor of the parallel planes | |
bool | IsXDirectionEnabled () |
Returns the flag to enable parallel sections in x-direction | |
bool | IsYDirectionEnabled () |
Returns the flag to enable parallel sections in y-direction | |
bool | IsZDirectionEnabled () |
Returns the flag to enable parallel sections in z-direction | |
NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Methods | Method () |
Returns the method | |
void | SetMethod (NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Methods method) |
Sets the method | |
void | SetXDirectionEnabled (bool enableDirection) |
Sets the flag to enable parallel sections in x-direction | |
void | SetYDirectionEnabled (bool enableDirection) |
Sets the flag to enable parallel sections in y-direction | |
void | SetZDirectionEnabled (bool enableDirection) |
Sets the flag to enable parallel sections in z-direction | |
NXOpen::GeometricAnalysis::SectionAnalysis::ParallelSpacingBuilder * | Spacing () |
Returns the spacing specification for the parallel planes | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents the parallel planes section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder .
Only used when type is GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesParallel .
Created in NX6.0.0.
NXOpen::GeometricUtilities::AnchorLocatorBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Anchor | ( | ) |
Returns the anchor of the parallel planes
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
Returns the flag to enable parallel sections in x-direction
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
Returns the flag to enable parallel sections in y-direction
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
Returns the flag to enable parallel sections in z-direction
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Methods NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Method | ( | ) |
Returns the method
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
void NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::SetMethod | ( | NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Methods | method | ) |
Sets the method
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
method | method |
void NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::SetXDirectionEnabled | ( | bool | enableDirection | ) |
Sets the flag to enable parallel sections in x-direction
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
enableDirection | enabledirection |
void NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::SetYDirectionEnabled | ( | bool | enableDirection | ) |
Sets the flag to enable parallel sections in y-direction
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
enableDirection | enabledirection |
void NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::SetZDirectionEnabled | ( | bool | enableDirection | ) |
Sets the flag to enable parallel sections in z-direction
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
enableDirection | enabledirection |
NXOpen::GeometricAnalysis::SectionAnalysis::ParallelSpacingBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::Spacing | ( | ) |
Returns the spacing specification for the parallel planes
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
virtual bool NXOpen::GeometricAnalysis::SectionAnalysis::ParallelPlanesBuilder::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.