MoveFaceBuilder Class

class NXOpen.Features.MoveFaceBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a builder for a move face feature, don’t use it until nx502.

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

Default values.

Property Value
Angle.Value 10.0
Distance.Value 10.0 (millimeters part), 0.4 (inches part)

New in version NX5.0.2.

Properties

Property Description
Angle Returns the angle for axis and angle option, don’t use it until nx502
Axis Returns or sets the axis for axis and angle option, don’t use it until nx502
BlendFaces Returns the face collector holding the all the recognized blend faces adjacent to face to move.
Copy Returns or sets the copy option for move face, don’t use it until nx502
Direction Returns or sets the vector for direction and distance option, don’t use it until nx502
Distance Returns the distance for direction and distance option, don’t use it until nx502
FromPoint Returns or sets the from point in point to point option in move face, don’t use it until nx502
FromVector Returns or sets the from vector in axis to axis option in move face, don’t use it until nx502
MoveFaceCollector Returns the face collector holding the faces to move
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
PivotPoint Returns or sets the pivot point in axis to axis option in move face, don’t use it until nx502
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
ToPoint Returns or sets the to point in point to point option in move face, don’t use it until nx502
ToVector Returns or sets the to vector in axis to axis option in move face, don’t use it until nx502
Type Returns or sets the type, don’t use it until nx502

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

MoveFaceBuilderTypes Enumeration the move face types, don’t use it until nx502

Property Detail

Angle

MoveFaceBuilder.Angle

Returns the angle for axis and angle option, don’t use it until nx502

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

Getter Method

Signature Angle

Returns:
Return type:NXOpen.Expression

New in version NX5.0.2.

License requirements: None.

Axis

MoveFaceBuilder.Axis

Returns or sets the axis for axis and angle option, don’t use it until nx502

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

Getter Method

Signature Axis

Returns:
Return type:NXOpen.Axis

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature Axis

Parameters:axis (NXOpen.Axis) –

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

BlendFaces

MoveFaceBuilder.BlendFaces

Returns the face collector holding the all the recognized blend faces adjacent to face to move.

It is auto recognized blends + user selected blends - user excluded blends, don’t use it until nx502

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

Getter Method

Signature BlendFaces

Returns:the adjacent blend faces builder
Return type:NXOpen.ModlDirect.SelectBlend

New in version NX5.0.2.

License requirements: None.

Copy

MoveFaceBuilder.Copy

Returns or sets the copy option for move face, don’t use it until nx502

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

Getter Method

Signature Copy

Returns:
Return type:bool

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature Copy

Parameters:copyOption (bool) –

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

Direction

MoveFaceBuilder.Direction

Returns or sets the vector for direction and distance option, don’t use it until nx502

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

Getter Method

Signature Direction

Returns:
Return type:NXOpen.Direction

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature Direction

Parameters:direction (NXOpen.Direction) –

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

Distance

MoveFaceBuilder.Distance

Returns the distance for direction and distance option, don’t use it until nx502

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

Getter Method

Signature Distance

Returns:
Return type:NXOpen.Expression

New in version NX5.0.2.

License requirements: None.

FromPoint

MoveFaceBuilder.FromPoint

Returns or sets the from point in point to point option in move face, don’t use it until nx502

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

Getter Method

Signature FromPoint

Returns:the from point
Return type:NXOpen.Point

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature FromPoint

Parameters:fromPoint (NXOpen.Point) – the from point

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

FromVector

MoveFaceBuilder.FromVector

Returns or sets the from vector in axis to axis option in move face, don’t use it until nx502

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

Getter Method

Signature FromVector

Returns:the from vector
Return type:NXOpen.Direction

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature FromVector

Parameters:fromVector (NXOpen.Direction) – the from vector

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

MoveFaceCollector

MoveFaceBuilder.MoveFaceCollector

Returns the face collector holding the faces to move

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

Getter Method

Signature MoveFaceCollector

Returns:the move face collector
Return type:NXOpen.ScCollector

New in version NX5.0.2.

License requirements: None.

PivotPoint

MoveFaceBuilder.PivotPoint

Returns or sets the pivot point in axis to axis option in move face, don’t use it until nx502

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

Getter Method

Signature PivotPoint

Returns:the pivot point
Return type:NXOpen.Point

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature PivotPoint

Parameters:pivotPoint (NXOpen.Point) – the pivot point

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

ToPoint

MoveFaceBuilder.ToPoint

Returns or sets the to point in point to point option in move face, don’t use it until nx502

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

Getter Method

Signature ToPoint

Returns:the to point
Return type:NXOpen.Point

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature ToPoint

Parameters:toPoint (NXOpen.Point) – the to point

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

ToVector

MoveFaceBuilder.ToVector

Returns or sets the to vector in axis to axis option in move face, don’t use it until nx502

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

Getter Method

Signature ToVector

Returns:the to vector
Return type:NXOpen.Direction

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature ToVector

Parameters:toVector (NXOpen.Direction) – the to vector

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

Type

MoveFaceBuilder.Type

Returns or sets the type, don’t use it until nx502

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

Getter Method

Signature Type

Returns:the move face type
Return type:NXOpen.Features.MoveFaceBuilderTypes

New in version NX5.0.2.

License requirements: None.

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

Setter Method

Signature Type

Parameters:moveType (NXOpen.Features.MoveFaceBuilderTypes) – the move face type

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”)

Method Detail

Validate

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