TransitionCurveBuilder Class¶
-
class
NXOpen.GeometricUtilities.TransitionCurveBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderThis class provides ability to create a transition(bridge) curve between two adjacent setback curves.
To create a new instance of this class, use
NXOpen.Part.CreateEmptyTransitionCurveBuilder()New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| EndTangentDirection | Returns or sets the end tangent direction |
| EndTangentMagnitude | Returns the end tangent magnitude |
| StartTangentDirection | Returns or sets the start tangent direction |
| StartTangentMagnitude | Returns the start tangent magnitude |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| TransitionCurveBuilderTangentDirections Enumeration | Tangent direction options |
Property Detail¶
EndTangentDirection¶
-
TransitionCurveBuilder.EndTangentDirection¶ Returns or sets the end tangent direction
-------------------------------------Getter Method
Signature
EndTangentDirectionReturns: Return type: NXOpen.GeometricUtilities.TransitionCurveBuilderTangentDirectionsNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndTangentDirectionParameters: direction ( NXOpen.GeometricUtilities.TransitionCurveBuilderTangentDirections) –New in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
EndTangentMagnitude¶
-
TransitionCurveBuilder.EndTangentMagnitude¶ Returns the end tangent magnitude
-------------------------------------Getter Method
Signature
EndTangentMagnitudeReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
StartTangentDirection¶
-
TransitionCurveBuilder.StartTangentDirection¶ Returns or sets the start tangent direction
-------------------------------------Getter Method
Signature
StartTangentDirectionReturns: Return type: NXOpen.GeometricUtilities.TransitionCurveBuilderTangentDirectionsNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartTangentDirectionParameters: direction ( NXOpen.GeometricUtilities.TransitionCurveBuilderTangentDirections) –New in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
StartTangentMagnitude¶
-
TransitionCurveBuilder.StartTangentMagnitude¶ Returns the start tangent magnitude
-------------------------------------Getter Method
Signature
StartTangentMagnitudeReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
TransitionCurveBuilder.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.