StudioSurfaceBuilderEx Class¶
-
class
NXOpen.Features.StudioSurfaceBuilderEx¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
Features.StudioSurfaceExbuilderTo create a new instance of this class, use
NXOpen.Features.FreeformSurfaceCollection.CreateStudioSurfaceBuilderEx()Default values.
Property Value GuideCurveFitData.CurveJoinMethod No GuideCurveFitData.Degree 7 GuideCurveFitData.FitMethod DegreeAndSegments GuideCurveFitData.IsAdvancedFit 0 GuideCurveFitData.IsAlignShape 0 GuideCurveFitData.MaximumDegree 7 GuideCurveFitData.MaximumSegments 1 GuideCurveFitData.MinimumDegree 5 GuideCurveFitData.Segments 1 LaydownCurve 1 SplitSurfaces 0 Transition NormalToEndSections New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| AlignmentMethod | Returns the alignment method |
| BodyPreference | Returns the body type options |
| CurvatureTolerance | Returns or sets the curvature tolerance |
| FirstGuideContinuity | Returns the first guide continuity |
| FirstSectionContinuity | Returns the first section continuity |
| FlowDirection | Returns the flow direction |
| GuideCurveFitData | Returns the guide curve fit |
| GuideList | Returns the list of guides |
| IntersectionTolerance | Returns or sets the intersection tolerance |
| LastGuideContinuity | Returns the last guide continuity |
| LastSectionContinuity | Returns the last section continuity |
| LaydownCurve | Returns or sets a value indicating whether to laydown the base curve to base faces |
| ParentFeatureInternal | Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal |
| PatchSolutionFlag | Returns or sets the patch solution flag |
| PatchSurfaceFilename | Returns or sets the patch surface filename |
| PositionTolerance | Returns or sets the position tolerance |
| SectionCurveFitData | Returns the section curve fit |
| SectionList | Returns the list of sections |
| SplitSurfaces | Returns or sets a value indicating whether to split the surfaces along boundary curves |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| TangentTolerance | Returns or sets the tangent tolerance |
| Transition | Returns or sets the transition control |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CommitFeature | Commits the feature parameters and creates the feature |
| 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. |
| GetFeature | Returns the feature currently being edited by this builder. |
| GetObject | Returns the object currently being edited by this builder. |
| HideInternalParentFeatureAfterEdit | Re-suppress an internal parent feature (a slave feature) after it has been edited. |
| SetParentFeatureInternal | Set the parent features which would be internal or slaves to the feature being created or commited |
| ShowInternalParentFeatureForEdit | Unsuppress an internal parent feature (a slave feature) so it can be edited. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| UnsetParentFeatureInternal | Set the internal parent feature of the feature being edited to external |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| StudioSurfaceBuilderExTransitionOptions Enumeration | the transition control options when using By Points alignment method |
Property Detail¶
AlignmentMethod¶
-
StudioSurfaceBuilderEx.AlignmentMethod¶ Returns the alignment method
-------------------------------------Getter Method
Signature
AlignmentMethodReturns: Return type: NXOpen.GeometricUtilities.AlignmentMethodBuilderNew in version NX8.5.0.
License requirements: None.
BodyPreference¶
-
StudioSurfaceBuilderEx.BodyPreference¶ Returns the body type options
-------------------------------------Getter Method
Signature
BodyPreferenceReturns: Return type: NXOpen.GeometricUtilities.FeatureOptionsNew in version NX8.5.0.
License requirements: None.
CurvatureTolerance¶
-
StudioSurfaceBuilderEx.CurvatureTolerance¶ Returns or sets the curvature tolerance
-------------------------------------Getter Method
Signature
CurvatureToleranceReturns: Return type: float New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
-------------------------------------Setter Method
Signature
CurvatureToleranceParameters: curvatureTolerance (float) – New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
FirstGuideContinuity¶
-
StudioSurfaceBuilderEx.FirstGuideContinuity¶ Returns the first guide continuity
-------------------------------------Getter Method
Signature
FirstGuideContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX8.5.0.
License requirements: None.
FirstSectionContinuity¶
-
StudioSurfaceBuilderEx.FirstSectionContinuity¶ Returns the first section continuity
-------------------------------------Getter Method
Signature
FirstSectionContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX8.5.0.
License requirements: None.
FlowDirection¶
-
StudioSurfaceBuilderEx.FlowDirection¶ Returns the flow direction
-------------------------------------Getter Method
Signature
FlowDirectionReturns: Return type: NXOpen.GeometricUtilities.FlowDirectionNew in version NX8.5.0.
License requirements: None.
GuideCurveFitData¶
-
StudioSurfaceBuilderEx.GuideCurveFitData¶ Returns the guide curve fit
-------------------------------------Getter Method
Signature
GuideCurveFitDataReturns: Return type: NXOpen.GeometricUtilities.CurveFitDataNew in version NX8.5.0.
License requirements: None.
GuideList¶
-
StudioSurfaceBuilderEx.GuideList¶ Returns the list of guides
-------------------------------------Getter Method
Signature
GuideListReturns: Return type: NXOpen.SectionListNew in version NX8.5.0.
License requirements: None.
IntersectionTolerance¶
-
StudioSurfaceBuilderEx.IntersectionTolerance¶ Returns or sets the intersection tolerance
-------------------------------------Getter Method
Signature
IntersectionToleranceReturns: Return type: float New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
-------------------------------------Setter Method
Signature
IntersectionToleranceParameters: intersectionTolerance (float) – New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
LastGuideContinuity¶
-
StudioSurfaceBuilderEx.LastGuideContinuity¶ Returns the last guide continuity
-------------------------------------Getter Method
Signature
LastGuideContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX8.5.0.
License requirements: None.
LastSectionContinuity¶
-
StudioSurfaceBuilderEx.LastSectionContinuity¶ Returns the last section continuity
-------------------------------------Getter Method
Signature
LastSectionContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX8.5.0.
License requirements: None.
LaydownCurve¶
-
StudioSurfaceBuilderEx.LaydownCurve¶ Returns or sets a value indicating whether to laydown the base curve to base faces
-------------------------------------Getter Method
Signature
LaydownCurveReturns: Return type: bool New in version NX8.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR free_form_modeling (“FREE-FORM MODELING”)
-------------------------------------Setter Method
Signature
LaydownCurveParameters: laydownCurve (bool) – New in version NX8.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR free_form_modeling (“FREE-FORM MODELING”)
PositionTolerance¶
-
StudioSurfaceBuilderEx.PositionTolerance¶ Returns or sets the position tolerance
-------------------------------------Getter Method
Signature
PositionToleranceReturns: Return type: float New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
-------------------------------------Setter Method
Signature
PositionToleranceParameters: positionTolerance (float) – New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
SectionCurveFitData¶
-
StudioSurfaceBuilderEx.SectionCurveFitData¶ Returns the section curve fit
-------------------------------------Getter Method
Signature
SectionCurveFitDataReturns: Return type: NXOpen.GeometricUtilities.CurveFitDataNew in version NX8.5.0.
License requirements: None.
SectionList¶
-
StudioSurfaceBuilderEx.SectionList¶ Returns the list of sections
-------------------------------------Getter Method
Signature
SectionListReturns: Return type: NXOpen.SectionListNew in version NX8.5.0.
License requirements: None.
SplitSurfaces¶
-
StudioSurfaceBuilderEx.SplitSurfaces¶ Returns or sets a value indicating whether to split the surfaces along boundary curves
-------------------------------------Getter Method
Signature
SplitSurfacesReturns: Return type: bool New in version NX11.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR free_form_modeling (“FREE-FORM MODELING”)
-------------------------------------Setter Method
Signature
SplitSurfacesParameters: splitSurfaces (bool) – New in version NX11.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR free_form_modeling (“FREE-FORM MODELING”)
TangentTolerance¶
-
StudioSurfaceBuilderEx.TangentTolerance¶ Returns or sets the tangent tolerance
-------------------------------------Getter Method
Signature
TangentToleranceReturns: Return type: float New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
-------------------------------------Setter Method
Signature
TangentToleranceParameters: tangentTolerance (float) – New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
Transition¶
-
StudioSurfaceBuilderEx.Transition¶ Returns or sets the transition control
-------------------------------------Getter Method
Signature
TransitionReturns: Return type: NXOpen.Features.StudioSurfaceBuilderExTransitionOptionsNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransitionParameters: transition ( NXOpen.Features.StudioSurfaceBuilderExTransitionOptions) –New in version NX8.5.0.
License requirements: nx_freeform_1 (“basic freeform modeling”) OR features_modeling (“FEATURES MODELING”)
Method Detail¶
Validate¶
-
StudioSurfaceBuilderEx.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.