BlendStopshortBuilder Class

class NXOpen.GeometricUtilities.BlendStopshortBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.BlendStopshortBuilder

New 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 Choice

Returns:
Return type:NXOpen.GeometricUtilities.BlendStopshortBuilderChoices

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Choice

Parameters:mChoice (NXOpen.GeometricUtilities.BlendStopshortBuilderChoices) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

OnPath

BlendStopshortBuilder.OnPath

Returns the NXOpen.GeometricUtilities.BlendStopshortBuilder subobject.

-------------------------------------

Getter Method

Signature OnPath

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX5.0.0.

License requirements: None.

Method Detail

Destroy

BlendStopshortBuilder.Destroy

Destructor for NXOpen.GeometricUtilities.BlendStopshortBuilder

Signature Destroy()

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

FlipPath

BlendStopshortBuilder.FlipPath

Flip the builder path for NXOpen.GeometricUtilities.BlendStopshortBuilder

Signature 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.