NX Open C++ Reference Guide
|
Represents the along curve section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder . More...
Public Types | |
enum | Methods { MethodsPerpendicular, MethodsProjection } |
Represents the along curve methods. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::CurveRangeBuilder * | CurveRange () |
Returns the curve range | |
NXOpen::SelectDisplayableObjectList * | Curves () |
Returns the curves | |
NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Methods | Method () |
Returns the method | |
NXOpen::Vector3d | ProjectionDirection () |
Returns the projection direction, i.e., normal of projection plane | |
void | SetMethod (NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Methods method) |
Sets the method | |
void | SetProjectionDirection (const NXOpen::Vector3d &projectionDirection) |
Sets the projection direction, i.e., normal of projection plane | |
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder * | Spacing () |
Returns the spacing specification for the curve grid | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents the along curve section specifications for a GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder .
Only used when type is GeometricAnalysis::SectionAnalysis::SectionAnalysisBuilder::TypesAlongCurve .
Created in NX6.0.0.
Represents the along curve methods.
MethodsPerpendicular |
Perpendicular to curve. |
MethodsProjection |
Along Curve with projection. |
NXOpen::GeometricUtilities::CurveRangeBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::CurveRange | ( | ) |
Returns the curve range
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::SelectDisplayableObjectList* NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Curves | ( | ) |
Returns the curves
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Methods NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Method | ( | ) |
Returns the method
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
NXOpen::Vector3d NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::ProjectionDirection | ( | ) |
Returns the projection direction, i.e., normal of projection plane
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
void NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::SetMethod | ( | NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Methods | method | ) |
Sets the method
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
method | method |
void NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::SetProjectionDirection | ( | const NXOpen::Vector3d & | projectionDirection | ) |
Sets the projection direction, i.e., normal of projection plane
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
projectionDirection | projectiondirection |
NXOpen::GeometricAnalysis::SectionAnalysis::GridSpacingBuilder* NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::Spacing | ( | ) |
Returns the spacing specification for the curve grid
Created in NX6.0.0.
License requirements : studio_analyze ("STUDIO ANALYZE")
virtual bool NXOpen::GeometricAnalysis::SectionAnalysis::AlongCurveBuilder::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.