EndCutBlockBuilder Class

class NXOpen.EndCutBlockBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a End Cut Block Builder.

New in version NX5.3.0.

Properties

Property Description
Angle Returns the angle
Offset Returns the offset
SketchBlock Returns the end cut block
Tag Returns the Tag for this object.
TaperType Returns or sets the taperType

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

Angle

EndCutBlockBuilder.Angle

Returns the angle

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

Getter Method

Signature Angle

Returns:
Return type:NXOpen.Expression

New in version NX5.0.3.

License requirements: None.

Offset

EndCutBlockBuilder.Offset

Returns the offset

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

Getter Method

Signature Offset

Returns:
Return type:NXOpen.Expression

New in version NX5.0.3.

License requirements: None.

SketchBlock

EndCutBlockBuilder.SketchBlock

Returns the end cut block

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

Getter Method

Signature SketchBlock

Returns:
Return type:NXOpen.SketchExpressionModifierBuilder

New in version NX5.0.3.

License requirements: None.

TaperType

EndCutBlockBuilder.TaperType

Returns or sets the taperType

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

Getter Method

Signature TaperType

Returns:
Return type:NXOpen.EndCutBlockBuilderTaperTypeOption

New in version NX5.0.3.

License requirements: None.

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

Setter Method

Signature TaperType

Parameters:taperType (NXOpen.EndCutBlockBuilderTaperTypeOption) –

New in version NX5.0.3.

License requirements: nx_ship_concept (“Ship Concept”)

Method Detail

Validate

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