MoveFaceBuilder Class¶
-
class
NXOpen.Features.MoveFaceBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents 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
AngleReturns: Return type: NXOpen.ExpressionNew 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
AxisReturns: Return type: NXOpen.AxisNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
AxisParameters: 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
BlendFacesReturns: the adjacent blend faces builder Return type: NXOpen.ModlDirect.SelectBlendNew 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
CopyReturns: Return type: bool New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
CopyParameters: 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
DirectionReturns: Return type: NXOpen.DirectionNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionParameters: 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
DistanceReturns: Return type: NXOpen.ExpressionNew 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
FromPointReturns: the from point Return type: NXOpen.PointNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FromPointParameters: fromPoint ( NXOpen.Point) – the from pointNew 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
FromVectorReturns: the from vector Return type: NXOpen.DirectionNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FromVectorParameters: fromVector ( NXOpen.Direction) – the from vectorNew 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
MoveFaceCollectorReturns: the move face collector Return type: NXOpen.ScCollectorNew 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
PivotPointReturns: the pivot point Return type: NXOpen.PointNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
PivotPointParameters: pivotPoint ( NXOpen.Point) – the pivot pointNew 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
ToPointReturns: the to point Return type: NXOpen.PointNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ToPointParameters: toPoint ( NXOpen.Point) – the to pointNew 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
ToVectorReturns: the to vector Return type: NXOpen.DirectionNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ToVectorParameters: toVector ( NXOpen.Direction) – the to vectorNew 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
TypeReturns: the move face type Return type: NXOpen.Features.MoveFaceBuilderTypesNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: moveType ( NXOpen.Features.MoveFaceBuilderTypes) – the move face typeNew 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.