AnalyzePocketBuilder Class

class NXOpen.Features.AnalyzePocketBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.AnalyzePocket builder for Analyze Pocket feature.

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreateAnalyzePocketBuilder()

Default values.

Property Value
AcutelyAngledWallsChecker True
Diameter.Value 25.0 (millimeters part), 1.0 (inches part)
FluteLength.Value 10.0 (millimeters part), 0.38 (inches part)
InaccessibleAreasChecker True
LowerRadius.Value 5.0 (millimeters part), 0.25 (inches part)
NeckDiameter.Value 25.0 (millimeters part), 1.0 (inches part)
ToolType EndMill
UndercutsChecker True
UpperRadius.Value 5.0 (millimeters part), 0.25 (inches part)

New in version NX9.0.0.

Properties

Property Description
AcutelyAngledWallsChecker Returns or sets the flag specifying whether to check acutely angled walls.
Diameter Returns the diameter defines the diameter of End Mill or Shperical Mill.
FloorFaces Returns or sets the collector of floor faces.
FluteLength Returns the flute length defines the length of the flute of T Cutter.
InaccessibleAreasChecker Returns or sets the flag specifying whether to check inaccessible areas.
LowerRadius Returns the lower radius defines the radius of blend on the bottom of End Mill or T Cutter.
NeckDiameter Returns the neck diameter defines the diameter of the neck of T Cutter.
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
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
ToolType Returns or sets the tool type defines how the angled walls are cut.
UndercutsChecker Returns or sets the flag specifying whether to check undercuts.
UpperRadius Returns the upper radius defines the radius of blend on the upper part of T Cutter.
WallFaces Returns or sets the collector of wall faces.

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

AnalyzePocketBuilderAngledWallSolutions Enumeration Represents the solution which defines how the End Mill is positioned with the angled walls.
AnalyzePocketBuilderToolTypes Enumeration Represents the tool type which defines how the angled walls are cut.

Property Detail

AcutelyAngledWallsChecker

AnalyzePocketBuilder.AcutelyAngledWallsChecker

Returns or sets the flag specifying whether to check acutely angled walls.

If True, check the acutely angled walls, else it is not.

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

Getter Method

Signature AcutelyAngledWallsChecker

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

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

Setter Method

Signature AcutelyAngledWallsChecker

Parameters:acutelyAngledWallsChecker (bool) –

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Diameter

AnalyzePocketBuilder.Diameter

Returns the diameter defines the diameter of End Mill or Shperical Mill.

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

Getter Method

Signature Diameter

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

FloorFaces

AnalyzePocketBuilder.FloorFaces

Returns or sets the collector of floor faces.

It can be a single face, or multiple faces

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

Getter Method

Signature FloorFaces

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature FloorFaces

Parameters:floorFaces (NXOpen.ScCollector) –

New in version NX9.0.0.

License requirements: None.

FluteLength

AnalyzePocketBuilder.FluteLength

Returns the flute length defines the length of the flute of T Cutter.

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

Getter Method

Signature FluteLength

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

InaccessibleAreasChecker

AnalyzePocketBuilder.InaccessibleAreasChecker

Returns or sets the flag specifying whether to check inaccessible areas.

If True, check the inaccessible areas, else it is not.

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

Getter Method

Signature InaccessibleAreasChecker

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

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

Setter Method

Signature InaccessibleAreasChecker

Parameters:inaccessibleAreasChecker (bool) –

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

LowerRadius

AnalyzePocketBuilder.LowerRadius

Returns the lower radius defines the radius of blend on the bottom of End Mill or T Cutter.

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

Getter Method

Signature LowerRadius

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

NeckDiameter

AnalyzePocketBuilder.NeckDiameter

Returns the neck diameter defines the diameter of the neck of T Cutter.

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

Getter Method

Signature NeckDiameter

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

ToolType

AnalyzePocketBuilder.ToolType

Returns or sets the tool type defines how the angled walls are cut.

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

Getter Method

Signature ToolType

Returns:
Return type:NXOpen.Features.AnalyzePocketBuilderToolTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ToolType

Parameters:toolType (NXOpen.Features.AnalyzePocketBuilderToolTypes) –

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

UndercutsChecker

AnalyzePocketBuilder.UndercutsChecker

Returns or sets the flag specifying whether to check undercuts.

If True, check the undercuts, else it is not.

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

Getter Method

Signature UndercutsChecker

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

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

Setter Method

Signature UndercutsChecker

Parameters:undercutsChecker (bool) –

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

UpperRadius

AnalyzePocketBuilder.UpperRadius

Returns the upper radius defines the radius of blend on the upper part of T Cutter.

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

Getter Method

Signature UpperRadius

Returns:
Return type:NXOpen.Expression

New in version NX9.0.0.

License requirements: None.

WallFaces

AnalyzePocketBuilder.WallFaces

Returns or sets the collector of wall faces.

It can be a single face, or multiple faces

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

Getter Method

Signature WallFaces

Returns:
Return type:NXOpen.ScCollector

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature WallFaces

Parameters:wallFaces (NXOpen.ScCollector) –

New in version NX9.0.0.

License requirements: None.

Method Detail

Validate

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