ResizeCurveBuilder Class¶
-
class
NXOpen.Features.ResizeCurveBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
NXOpen.Features.ResizeCurvebuilderTo create a new instance of this class, use
NXOpen.Features.SynchronousCurveCollection.CreateResizeCurveBuilder()Default values.
Property Value CurveFinder.ChamferEnabled 0 CurveFinder.CoincidentVertex2dComponentEnabled 0 CurveFinder.CoincidentVertexEnabled 0 CurveFinder.CoincidentVertexSketchGroupEnabled 0 CurveFinder.Collinear2dComponentEnabled 0 CurveFinder.CollinearEnabled 0 CurveFinder.CollinearSketchGroupEnabled 0 CurveFinder.Concentric2dComponentEnabled 0 CurveFinder.ConcentricEnabled 0 CurveFinder.ConcentricSketchGroupEnabled 0 CurveFinder.EqualRadius2dComponentEnabled 0 CurveFinder.EqualRadiusEnabled 0 CurveFinder.EqualRadiusSketchGroupEnabled 0 CurveFinder.Offset2dComponentEnabled 0 CurveFinder.OffsetEnabled 0 CurveFinder.OffsetSketchGroupEnabled 0 CurveFinder.Parallel2dComponentEnabled 0 CurveFinder.ParallelEnabled 0 CurveFinder.ParallelSketchGroupEnabled 0 CurveFinder.SymmetricEnabled 0 CurveFinder.Tangent2dComponentEnabled 0 CurveFinder.TangentEnabled 0 CurveFinder.TangentSketchGroupEnabled 0 CurveFinder.UseCurveFinder 1 CurveFinder.VertexOnCurve2dComponentEnabled 0 CurveFinder.VertexOnCurveEnabled 0 CurveFinder.VertexOnCurveSketchGroupEnabled 0 ValueOption Diameter New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| CurveFinder | Returns the curve section |
| DistanceTolerance | Returns or sets the distance tolerance |
| KeepOrthogonal | Returns or sets a value that indicates whether keep orthogonal is enabled |
| 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 |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| Value | Returns the value to resize |
| ValueOption | Returns or sets the size option |
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¶
| ResizeCurveBuilderValueType Enumeration | the option for radius or diameter |
Property Detail¶
CurveFinder¶
-
ResizeCurveBuilder.CurveFinder¶ Returns the curve section
-------------------------------------Getter Method
Signature
CurveFinderReturns: Return type: NXOpen.Features.CurveFinderBuilderNew in version NX9.0.0.
License requirements: None.
DistanceTolerance¶
-
ResizeCurveBuilder.DistanceTolerance¶ Returns or sets the distance tolerance
-------------------------------------Getter Method
Signature
DistanceToleranceReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceToleranceParameters: distanceTolerance (float) – New in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
KeepOrthogonal¶
-
ResizeCurveBuilder.KeepOrthogonal¶ Returns or sets a value that indicates whether keep orthogonal is enabled
-------------------------------------Getter Method
Signature
KeepOrthogonalReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepOrthogonalParameters: keepOrthogonal (bool) – New in version NX10.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
Value¶
-
ResizeCurveBuilder.Value¶ Returns the value to resize
-------------------------------------Getter Method
Signature
ValueReturns: the size expression Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ValueOption¶
-
ResizeCurveBuilder.ValueOption¶ Returns or sets the size option
-------------------------------------Getter Method
Signature
ValueOptionReturns: Return type: NXOpen.Features.ResizeCurveBuilderValueTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueOptionParameters: valueOption ( NXOpen.Features.ResizeCurveBuilderValueType) –New in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
Method Detail¶
Validate¶
-
ResizeCurveBuilder.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.