BlendStopshortBuilder Class¶
-
class
NXOpen.GeometricUtilities.BlendStopshortBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.GeometricUtilities.BlendStopshortBuilderNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Choice | Returns or sets the Stopshort option choice. |
| OnPath | Returns the NXOpen.GeometricUtilities.BlendStopshortBuilder subobject. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Destroy | Destructor for NXOpen.GeometricUtilities.BlendStopshortBuilder |
| FlipPath | Flip the builder path for NXOpen.GeometricUtilities.BlendStopshortBuilder |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| BlendStopshortBuilderChoices Enumeration | This enum represents the choice for stopshort option. |
Property Detail¶
Choice¶
-
BlendStopshortBuilder.Choice¶ Returns or sets the Stopshort option choice.
Choose from ‘At Distance’ or ‘At Intersection’.
-------------------------------------Getter Method
Signature
ChoiceReturns: Return type: NXOpen.GeometricUtilities.BlendStopshortBuilderChoicesNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ChoiceParameters: mChoice ( NXOpen.GeometricUtilities.BlendStopshortBuilderChoices) –New in version NX5.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
OnPath¶
-
BlendStopshortBuilder.OnPath¶ Returns the
NXOpen.GeometricUtilities.BlendStopshortBuildersubobject.-------------------------------------Getter Method
Signature
OnPathReturns: Return type: NXOpen.GeometricUtilities.OnPathDimensionBuilderNew in version NX5.0.0.
License requirements: None.
Method Detail¶
Destroy¶
-
BlendStopshortBuilder.Destroy¶ Destructor for
NXOpen.GeometricUtilities.BlendStopshortBuilderSignature
Destroy()New in version NX5.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
FlipPath¶
-
BlendStopshortBuilder.FlipPath¶ Flip the builder path for
NXOpen.GeometricUtilities.BlendStopshortBuilderSignature
FlipPath()New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
Validate¶
-
BlendStopshortBuilder.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.