MigratedPanelBuilder Class

class NXOpen.Features.SheetMetal.MigratedPanelBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents an I-DEAS Migrated Panel feature builder

This builder cannot be instantiated separately.

New in version NX5.0.0.

Properties

Property Description
AlongFaceNormal Returns or sets the along face normal flag.
BendFace Returns or sets the parent bend face.
BendOptions Returns the bend options for the panel feature.
BendRadius Returns or sets the bend radius expression.
CutoffAngle Returns or sets the cutoff angle expression.
EndConditions Returns the end conditions
GapTolerance Returns or sets the gap tolerance expression.
MovingFace Returns or sets the parent moving face.
NeutralOffset Returns or sets the neutral offset (i.
ParentFeatureInternal Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal
ParentSmBody Returns or sets the parent sheet metal body.
PatchSolutionFlag Returns or sets the patch solution flag
PatchSurfaceFilename Returns or sets the patch surface filename
StationaryFace Returns or sets the parent stationary face.
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.

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.

Property Detail

AlongFaceNormal

MigratedPanelBuilder.AlongFaceNormal

Returns or sets the along face normal flag.

This value only has meaning for the ground panel.

The edge that defines an end condition must be linear and must be on the stationary face for the Ground Panel and the moving face for other panels. The index indicates the position of the End Condition that will be modified. The first End Condition has an index of zero.

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

Getter Method

Signature AlongFaceNormal

Returns:Along Face Normal flag
Return type:bool

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature AlongFaceNormal

Parameters:alongFaceNormal (bool) – Along Face Normal flag

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

BendFace

MigratedPanelBuilder.BendFace

Returns or sets the parent bend face.

This face will usually be NULL. It will be non-NULL if this Migrated Panel was defined using the BFCS (Bend From Cylindrical Surface) method.

The set method is only available inside the I-DEAS to NX Content Migration Manager.

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

Getter Method

Signature BendFace

Returns:The bend face
Return type:NXOpen.Face

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature BendFace

Parameters:bendFace (NXOpen.Face) – The bend face

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

BendOptions

MigratedPanelBuilder.BendOptions

Returns the bend options for the panel feature.

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

Getter Method

Signature BendOptions

Returns:Bend Options
Return type:NXOpen.Features.SheetMetal.BendOptions

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

BendRadius

MigratedPanelBuilder.BendRadius

Returns or sets the bend radius expression.

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

Getter Method

Signature BendRadius

Returns:Gap tolerance
Return type:str

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature BendRadius

Parameters:bendRadius (str) – Gap tolerance

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

CutoffAngle

MigratedPanelBuilder.CutoffAngle

Returns or sets the cutoff angle expression.

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

Getter Method

Signature CutoffAngle

Returns:Cutoff angle
Return type:str

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature CutoffAngle

Parameters:cutoffAngle (str) – Cutoff angle

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

EndConditions

MigratedPanelBuilder.EndConditions

Returns the end conditions

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

Getter Method

Signature EndConditions

Returns:
Return type:NXOpen.ExpressionCollectorSet

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

GapTolerance

MigratedPanelBuilder.GapTolerance

Returns or sets the gap tolerance expression.

This is the size of the gap introduced between this panel and neighboring features.

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

Getter Method

Signature GapTolerance

Returns:Gap tolerance
Return type:str

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature GapTolerance

Parameters:gapTolerance (str) – Gap tolerance

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

MovingFace

MigratedPanelBuilder.MovingFace

Returns or sets the parent moving face.

This face will be NULL for the ground panel. If non-NULL, the face must be planar.

The set method is only available inside the I-DEAS to NX Content Migration Manager.

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

Getter Method

Signature MovingFace

Returns:The moving face
Return type:NXOpen.Face

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature MovingFace

Parameters:moveFace (NXOpen.Face) – The moving face

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

NeutralOffset

MigratedPanelBuilder.NeutralOffset

Returns or sets the neutral offset (i.

e., K Factor) expression.

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

Getter Method

Signature NeutralOffset

Returns:Gap tolerance
Return type:str

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature NeutralOffset

Parameters:gapTolerance (str) – Gap tolerance

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

ParentSmBody

MigratedPanelBuilder.ParentSmBody

Returns or sets the parent sheet metal body.

The Migrated Panel is applied to this body. The body must be made up of other Migrated Panel features. This body will be NULL for the ground panel.

The set method is only available inside the I-DEAS to NX Content Migration Manager.

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

Getter Method

Signature ParentSmBody

Returns:Parent Sheet Metal Body
Return type:NXOpen.Body

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature ParentSmBody

Parameters:sheetMetalBody (NXOpen.Body) – Parent Sheet Metal Body

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

StationaryFace

MigratedPanelBuilder.StationaryFace

Returns or sets the parent stationary face.

This face cannot be NULL.

The set method is only available inside the I-DEAS to NX Content Migration Manager.

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

Getter Method

Signature StationaryFace

Returns:The stationary face
Return type:NXOpen.Face

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

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

Setter Method

Signature StationaryFace

Parameters:stationaryFace (NXOpen.Face) – The stationary face

New in version NX5.0.0.

License requirements: nx_sheet_metal (“NX Sheet Metal”)

Method Detail

Validate

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