OutputCurvesBuilder Class¶
-
class
NXOpen.Die.OutputCurvesBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents an output curves feature builder.
This is an abstract class, and cannot be created.
New in version NX4.0.1.
Properties¶
| Property | Description |
|---|---|
| AngleTolerance | Returns or sets the angle tolerance. |
| DistanceTolerance | Returns or sets the distance tolerance. |
| FirstLimitPoint | Returns or sets the first limit point. |
| LastLimitPoint | Returns or sets the last limit point. |
| OffsetDistance | Returns or sets the offset distance |
| 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 |
| ReferenceFeature | Returns or sets the reference feature - must be either a die section or form task feature |
| ReferencePoint | Returns or sets the reference point. |
| SmoothTolerance | Returns or sets the tolerance used for cubic or quintic smoothing. |
| SmoothType | Returns or sets the smooth type |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| TrimCurveCreateType | Returns or sets the trim curve creation type |
| TrimCurveType | Returns or sets the trim curve type. |
| TrimOutputCurveType | Returns or sets the trim curve output type |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CommitFeature | Commits the feature parameters and creates the feature |
| CreateNonAssociative | Creates the output curve without a 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¶
| OutputCurvesBuilderSmoothTypes Enumeration | Settings for the curve smoothing type. |
| OutputCurvesBuilderTrimCurveCreateTypes Enumeration | Settings for the trim curve creation type. |
| OutputCurvesBuilderTrimCurveTypes Enumeration | Settings for the trim curve type. |
| OutputCurvesBuilderTrimOutputCurveTypes Enumeration | Settings for the trim curve output type. |
Property Detail¶
AngleTolerance¶
-
OutputCurvesBuilder.AngleTolerance¶ Returns or sets the angle tolerance.
-------------------------------------Getter Method
Signature
AngleToleranceReturns: Return type: float New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
AngleToleranceParameters: angleTolerance (float) – New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
DistanceTolerance¶
-
OutputCurvesBuilder.DistanceTolerance¶ Returns or sets the distance tolerance.
-------------------------------------Getter Method
Signature
DistanceToleranceReturns: Return type: float New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
DistanceToleranceParameters: distanceTolerance (float) – New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
FirstLimitPoint¶
-
OutputCurvesBuilder.FirstLimitPoint¶ Returns or sets the first limit point.
-------------------------------------Getter Method
Signature
FirstLimitPointReturns: Return type: NXOpen.Point3dNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
FirstLimitPointParameters: firstLimitPoint ( NXOpen.Point3d) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
LastLimitPoint¶
-
OutputCurvesBuilder.LastLimitPoint¶ Returns or sets the last limit point.
-------------------------------------Getter Method
Signature
LastLimitPointReturns: Return type: NXOpen.Point3dNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
LastLimitPointParameters: lastLimitPoint ( NXOpen.Point3d) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
OffsetDistance¶
-
OutputCurvesBuilder.OffsetDistance¶ Returns or sets the offset distance
-------------------------------------Getter Method
Signature
OffsetDistanceReturns: each non-trim offset curve will be output by this distance Return type: float New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
OffsetDistanceParameters: offsetDistance (float) – each non-trim offset curve will be output by this distance New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
ReferenceFeature¶
-
OutputCurvesBuilder.ReferenceFeature¶ Returns or sets the reference feature - must be either a die section or form task feature
-------------------------------------Getter Method
Signature
ReferenceFeatureReturns: Return type: NXOpen.Features.FeatureNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
ReferenceFeatureParameters: referenceFeature ( NXOpen.Features.Feature) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
ReferencePoint¶
-
OutputCurvesBuilder.ReferencePoint¶ Returns or sets the reference point.
-------------------------------------Getter Method
Signature
ReferencePointReturns: Reference point indicating which output curve you want Return type: NXOpen.Point3dNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
ReferencePointParameters: referencePoint ( NXOpen.Point3d) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
SmoothTolerance¶
-
OutputCurvesBuilder.SmoothTolerance¶ Returns or sets the tolerance used for cubic or quintic smoothing.
-------------------------------------Getter Method
Signature
SmoothToleranceReturns: Return type: float New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
SmoothToleranceParameters: smoothTolerance (float) – New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
SmoothType¶
-
OutputCurvesBuilder.SmoothType¶ Returns or sets the smooth type
-------------------------------------Getter Method
Signature
SmoothTypeReturns: Return type: NXOpen.Die.OutputCurvesBuilderSmoothTypesNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
SmoothTypeParameters: smoothType ( NXOpen.Die.OutputCurvesBuilderSmoothTypes) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
TrimCurveCreateType¶
-
OutputCurvesBuilder.TrimCurveCreateType¶ Returns or sets the trim curve creation type
-------------------------------------Getter Method
Signature
TrimCurveCreateTypeReturns: Return type: NXOpen.Die.OutputCurvesBuilderTrimCurveCreateTypesNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
TrimCurveCreateTypeParameters: trimCurveType ( NXOpen.Die.OutputCurvesBuilderTrimCurveCreateTypes) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
TrimCurveType¶
-
OutputCurvesBuilder.TrimCurveType¶ Returns or sets the trim curve type.
Needs to be set before reference point
-------------------------------------Getter Method
Signature
TrimCurveTypeReturns: Return type: NXOpen.Die.OutputCurvesBuilderTrimCurveTypesNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
TrimCurveTypeParameters: trimCurveType ( NXOpen.Die.OutputCurvesBuilderTrimCurveTypes) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
TrimOutputCurveType¶
-
OutputCurvesBuilder.TrimOutputCurveType¶ Returns or sets the trim curve output type
-------------------------------------Getter Method
Signature
TrimOutputCurveTypeReturns: Return type: NXOpen.Die.OutputCurvesBuilderTrimOutputCurveTypesNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
-------------------------------------Setter Method
Signature
TrimOutputCurveTypeParameters: trimCurveOutputType ( NXOpen.Die.OutputCurvesBuilderTrimOutputCurveTypes) –New in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
Method Detail¶
CreateNonAssociative¶
-
OutputCurvesBuilder.CreateNonAssociative¶ Creates the output curve without a feature.
Signature
CreateNonAssociative()Returns: output curves Return type: list of NXOpen.ICurveNew in version NX4.0.1.
License requirements: die_engineering (“DIE ENGINEERING”)
Validate¶
-
OutputCurvesBuilder.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.