AeroLighteningCutoutBuilder Class

class NXOpen.Features.SheetMetal.AeroLighteningCutoutBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.SheetMetal.AeroLighteningCutoutBuilder

To create a new instance of this class, use NXOpen.Features.SheetMetal.AeroSheetmetalManager.CreateAeroLighteningCutoutBuilder()

Default values.

Property Value
Angle.Value 45
CheckClearance true
Clearance.Value 5 (millimeters part), 0.12 (inches part)
Diameter.Value 102 (millimeters part), 2.6 (inches part)
DieRadius.Value 8 (millimeters part), 0.2 (inches part)
Length.Value 8 (millimeters part), 0.2 (inches part)
Type UserDefined

New in version NX5.0.0.

Properties

Property Description
Angle Returns the angle
CheckClearance Returns or sets the check clearance
Clearance Returns the clearance
CornerRadius Returns the corner radius
CutoutProfile Returns the cutout profile
Diameter Returns the diameter
DieRadius Returns the die radius
HoleCenter Returns or sets the hole center
HoleFace Returns the hole face
Length Returns the length
ParentFeatureInternal Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal
PatchSolutionFlag Returns or sets the patch solution flag
PatchSurfaceFilename Returns or sets the patch surface filename
ReverseBendDirection Returns or sets the reverse bend direction
StandardName Returns or sets the standard name
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
Type Returns or sets the feature type

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitFeature Commits the feature parameters and creates the feature
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetFeature Returns the feature currently being edited by this builder.
GetObject Returns the object currently being edited by this builder.
GetStandards Returns the standard names
HideInternalParentFeatureAfterEdit Re-suppress an internal parent feature (a slave feature) after it has been edited.
SetParentFeatureInternal Set the parent features which would be internal or slaves to the feature being created or commited
ShowInternalParentFeatureForEdit Unsuppress an internal parent feature (a slave feature) so it can be edited.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
UnsetParentFeatureInternal Set the internal parent feature of the feature being edited to external
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

AeroLighteningCutoutBuilderTypes Enumeration Represents the cutout type.

Property Detail

Angle

AeroLighteningCutoutBuilder.Angle

Returns the angle

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

Getter Method

Signature Angle

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

CheckClearance

AeroLighteningCutoutBuilder.CheckClearance

Returns or sets the check clearance

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

Getter Method

Signature CheckClearance

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature CheckClearance

Parameters:checkClearance (bool) –

New in version NX5.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

Clearance

AeroLighteningCutoutBuilder.Clearance

Returns the clearance

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

Getter Method

Signature Clearance

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

CornerRadius

AeroLighteningCutoutBuilder.CornerRadius

Returns the corner radius

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

Getter Method

Signature CornerRadius

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

CutoutProfile

AeroLighteningCutoutBuilder.CutoutProfile

Returns the cutout profile

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

Getter Method

Signature CutoutProfile

Returns:
Return type:NXOpen.Section

New in version NX5.0.0.

License requirements: None.

Diameter

AeroLighteningCutoutBuilder.Diameter

Returns the diameter

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

Getter Method

Signature Diameter

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

DieRadius

AeroLighteningCutoutBuilder.DieRadius

Returns the die radius

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

Getter Method

Signature DieRadius

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

HoleCenter

AeroLighteningCutoutBuilder.HoleCenter

Returns or sets the hole center

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

Getter Method

Signature HoleCenter

Returns:
Return type:NXOpen.Point

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature HoleCenter

Parameters:holeCenter (NXOpen.Point) –

New in version NX5.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

HoleFace

AeroLighteningCutoutBuilder.HoleFace

Returns the hole face

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

Getter Method

Signature HoleFace

Returns:
Return type:NXOpen.SelectFace

New in version NX5.0.0.

License requirements: None.

Length

AeroLighteningCutoutBuilder.Length

Returns the length

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

Getter Method

Signature Length

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

ReverseBendDirection

AeroLighteningCutoutBuilder.ReverseBendDirection

Returns or sets the reverse bend direction

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

Getter Method

Signature ReverseBendDirection

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ReverseBendDirection

Parameters:reverseBendDirection (bool) –

New in version NX5.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

StandardName

AeroLighteningCutoutBuilder.StandardName

Returns or sets the standard name

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

Getter Method

Signature StandardName

Returns:
Return type:str

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature StandardName

Parameters:standardName (str) –

New in version NX5.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

Type

AeroLighteningCutoutBuilder.Type

Returns or sets the feature type

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.Features.SheetMetal.AeroLighteningCutoutBuilderTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters:type (NXOpen.Features.SheetMetal.AeroLighteningCutoutBuilderTypes) –

New in version NX5.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

Method Detail

GetStandards

AeroLighteningCutoutBuilder.GetStandards

Returns the standard names

Signature GetStandards()

Returns:
Return type:list of str

New in version NX5.0.0.

License requirements: None.

Validate

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