AdmMoveFaceBuilder Class¶
-
class
NXOpen.Features.AdmMoveFaceBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
NXOpen.Features.AdmMoveFacebuilderTo create a new instance of this class, use
NXOpen.Features.FeatureCollection.CreateAdmMoveFaceBuilder()Default values.
Property Value FaceToMove.CoaxialEnabled 0 FaceToMove.CoplanarAxesEnabled 0 FaceToMove.CoplanarEnabled 0 FaceToMove.EqualDiameterEnabled 0 FaceToMove.OffsetEnabled 0 FaceToMove.ParallelEnabled 0 FaceToMove.PerpendicularEnabled 0 FaceToMove.SymmetricEnabled 0 FaceToMove.TangentEnabled 0 FaceToMove.ThicknessChainEnabled 0 FaceToMove.UseFaceBrowse 1 HealOption True Motion.DeltaEnum ReferenceWcsWorkPart Motion.DeltaXc.Value 0.0 Motion.DeltaYc.Value 0.0 Motion.DeltaZc.Value 0.0 Motion.Option DistanceAngle StepOption.StepOption None New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| FaceChangeOverflowBehavior | Returns the face change overflow behavior. |
| FaceToMove | Returns the face to move. |
| HealOption | Returns or sets the heal option. |
| Motion | Returns the motion. |
| MoveOption | Returns or sets the move option. |
| ParentFeatureInternal | Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal |
| PasteOption | Returns or sets the paste option. |
| PatchSolutionFlag | Returns or sets the patch solution flag |
| PatchSurfaceFilename | Returns or sets the patch surface filename |
| StepOption | Returns the step option behavior. |
| 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. |
Enumerations¶
| AdmMoveFaceBuilderMoveOptionType Enumeration | Represents the move option. |
Property Detail¶
FaceChangeOverflowBehavior¶
-
AdmMoveFaceBuilder.FaceChangeOverflowBehavior¶ Returns the face change overflow behavior.
Please refer
NXOpen.GeometricUtilities.FaceChangeOverflowBehaviorfor details.-------------------------------------Getter Method
Signature
FaceChangeOverflowBehaviorReturns: Return type: NXOpen.GeometricUtilities.FaceChangeOverflowBehaviorNew in version NX6.0.2.
License requirements: None.
FaceToMove¶
-
AdmMoveFaceBuilder.FaceToMove¶ Returns the face to move.
Please refer
NXOpen.Features.FaceRecognitionBuilderfor details.-------------------------------------Getter Method
Signature
FaceToMoveReturns: Return type: NXOpen.Features.FaceRecognitionBuilderNew in version NX6.0.0.
License requirements: None.
HealOption¶
-
AdmMoveFaceBuilder.HealOption¶ Returns or sets the heal option.
If true, Cut Face will be used to move the faces, and the wound will be healed automatically, else Copy Face will be used to move the faces and the original faces will be deleted without heal.
-------------------------------------Getter Method
Signature
HealOptionReturns: Return type: bool New in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
HealOptionParameters: healOption (bool) – New in version NX8.0.1.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)
Motion¶
-
AdmMoveFaceBuilder.Motion¶ Returns the motion.
The motion block provides a suite of linear and angular transform methods. Please refer
NXOpen.GeometricUtilities.ModlMotionfor details.-------------------------------------Getter Method
Signature
MotionReturns: Return type: NXOpen.GeometricUtilities.ModlMotionNew in version NX6.0.0.
License requirements: None.
MoveOption¶
-
AdmMoveFaceBuilder.MoveOption¶ Returns or sets the move option.
-------------------------------------Getter Method
Signature
MoveOptionReturns: Return type: NXOpen.Features.AdmMoveFaceBuilderMoveOptionTypeNew in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
MoveOptionParameters: moveOption ( NXOpen.Features.AdmMoveFaceBuilderMoveOptionType) –New in version NX8.0.1.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)
PasteOption¶
-
AdmMoveFaceBuilder.PasteOption¶ Returns or sets the paste option.
If true, the copied or cut faces will be pasted on the target body, else those faces will not be pasted.
-------------------------------------Getter Method
Signature
PasteOptionReturns: Return type: bool New in version NX8.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
PasteOptionParameters: pasteOption (bool) – New in version NX8.0.1.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)
StepOption¶
-
AdmMoveFaceBuilder.StepOption¶ Returns the step option behavior.
Please refer
NXOpen.GeometricUtilities.StepOptionBehaviorfor details.-------------------------------------Getter Method
Signature
StepOptionReturns: Return type: NXOpen.GeometricUtilities.StepOptionBehaviorNew in version NX8.0.1.
License requirements: None.
Method Detail¶
Validate¶
-
AdmMoveFaceBuilder.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.