CornerBuilder Class

class NXOpen.MechanicalRouting.CornerBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Builder class for Corner Block

New in version NX11.0.1.

Properties

Property Description
BendCornerSettings Returns the bend corner block
CornerType Returns or sets the corner types
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

CornerBuilderType Enumeration Corner Types available.

Property Detail

BendCornerSettings

CornerBuilder.BendCornerSettings

Returns the bend corner block

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

Getter Method

Signature BendCornerSettings

Returns:
Return type:NXOpen.MechanicalRouting.BendCornerTypeBuilder

New in version NX11.0.1.

License requirements: routing_base (“Routing Basic”)

CornerType

CornerBuilder.CornerType

Returns or sets the corner types

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

Getter Method

Signature CornerType

Returns:
Return type:NXOpen.MechanicalRouting.CornerBuilderType

New in version NX11.0.1.

License requirements: routing_base (“Routing Basic”)

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

Setter Method

Signature CornerType

Parameters:cornerType (NXOpen.MechanicalRouting.CornerBuilderType) –

New in version NX11.0.1.

License requirements: routing_base (“Routing Basic”)

Method Detail

Validate

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