SurfaceIntersectionBuilder Class¶
-
class
NXOpen.GeometricAnalysis.SurfaceIntersectionBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.GeometricAnalysis.SurfaceIntersectionbuilderTo create a new instance of this class, use
NXOpen.GeometricAnalysis.AnalysisObjectCollection.CreateSurfaceIntersectionBuilder()Default values.
Property Value CalculationMethod Curvature DynamicProjection 1 NeedleDirection Outside ProjectionNormalFace FaceSet1 ProjectionOption None ProjectionXYZ X ScalingMethod Linear New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| CalculationMethod | Returns or sets the calculation method |
| CombOptions | Returns the comb display block options |
| DynamicProjection | Returns or sets the dynamic projection |
| FirstFaceSet | Returns the first selected face set |
| NeedleDirection | Returns or sets the needle direction |
| ProjectionNormalFace | Returns or sets the face normal projection |
| ProjectionOption | Returns or sets the projection option |
| ProjectionXYZ | Returns or sets the xyz projection |
| ScalingMethod | Returns or sets the scaling method |
| SecondFaceSet | Returns the second selected face set |
| Tag | Returns the Tag for this object. |
| Vector | Returns or sets the vector |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| UpdateWorkView | Update work view with a given view matrix |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| SurfaceIntersectionBuilderCalculationTypes Enumeration | Enumeration for needle calculation method |
| SurfaceIntersectionBuilderDirectionTypes Enumeration | Enumeration for needle direction type |
| SurfaceIntersectionBuilderLabelValues Enumeration | Enumeration for label computation method |
| SurfaceIntersectionBuilderNormalTypes Enumeration | Enumeration for face normal |
| SurfaceIntersectionBuilderProjectionTypes Enumeration | Projection types |
| SurfaceIntersectionBuilderScalingTypes Enumeration | Enumeration for needle display type |
| SurfaceIntersectionBuilderXyzTypes Enumeration | Enumeration for X, Y or Z projection plane |
Property Detail¶
CalculationMethod¶
-
SurfaceIntersectionBuilder.CalculationMethod¶ Returns or sets the calculation method
-------------------------------------Getter Method
Signature
CalculationMethodReturns: Return type: NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderCalculationTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CalculationMethodParameters: calculationMethod ( NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderCalculationTypes) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
CombOptions¶
-
SurfaceIntersectionBuilder.CombOptions¶ Returns the comb display block options
-------------------------------------Getter Method
Signature
CombOptionsReturns: Return type: NXOpen.GeometricUtilities.CombOptionsBuilderNew in version NX7.5.0.
License requirements: None.
DynamicProjection¶
-
SurfaceIntersectionBuilder.DynamicProjection¶ Returns or sets the dynamic projection
-------------------------------------Getter Method
Signature
DynamicProjectionReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DynamicProjectionParameters: dynamicProjection (bool) – New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
FirstFaceSet¶
-
SurfaceIntersectionBuilder.FirstFaceSet¶ Returns the first selected face set
-------------------------------------Getter Method
Signature
FirstFaceSetReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
NeedleDirection¶
-
SurfaceIntersectionBuilder.NeedleDirection¶ Returns or sets the needle direction
-------------------------------------Getter Method
Signature
NeedleDirectionReturns: Return type: NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderDirectionTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NeedleDirectionParameters: needleDirection ( NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderDirectionTypes) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
ProjectionNormalFace¶
-
SurfaceIntersectionBuilder.ProjectionNormalFace¶ Returns or sets the face normal projection
-------------------------------------Getter Method
Signature
ProjectionNormalFaceReturns: Return type: NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderNormalTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProjectionNormalFaceParameters: normalFace ( NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderNormalTypes) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
ProjectionOption¶
-
SurfaceIntersectionBuilder.ProjectionOption¶ Returns or sets the projection option
-------------------------------------Getter Method
Signature
ProjectionOptionReturns: Return type: NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderProjectionTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProjectionOptionParameters: projectionOption ( NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderProjectionTypes) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
ProjectionXYZ¶
-
SurfaceIntersectionBuilder.ProjectionXYZ¶ Returns or sets the xyz projection
-------------------------------------Getter Method
Signature
ProjectionXYZReturns: Return type: NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderXyzTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProjectionXYZParameters: projectionXYZ ( NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderXyzTypes) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
ScalingMethod¶
-
SurfaceIntersectionBuilder.ScalingMethod¶ Returns or sets the scaling method
-------------------------------------Getter Method
Signature
ScalingMethodReturns: Return type: NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderScalingTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ScalingMethodParameters: scalingMethod ( NXOpen.GeometricAnalysis.SurfaceIntersectionBuilderScalingTypes) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
SecondFaceSet¶
-
SurfaceIntersectionBuilder.SecondFaceSet¶ Returns the second selected face set
-------------------------------------Getter Method
Signature
SecondFaceSetReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
Vector¶
-
SurfaceIntersectionBuilder.Vector¶ Returns or sets the vector
-------------------------------------Getter Method
Signature
VectorReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VectorParameters: vector ( NXOpen.Direction) –New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
Method Detail¶
UpdateWorkView¶
-
SurfaceIntersectionBuilder.UpdateWorkView¶ Update work view with a given view matrix
Signature
UpdateWorkView()New in version NX7.5.0.
License requirements: studio_analyze (“STUDIO ANALYZE”)
Validate¶
-
SurfaceIntersectionBuilder.Validate¶ 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.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.