PlateChamferBuilder Class¶
-
class
NXOpen.Features.ShipDesign.PlateChamferBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
NXOpen.Features.ShipDesign.PlateChamferbuilder.It is used to create and edit a plate chamfer feature.
To create a new instance of this class, use
NXOpen.Features.ShipCollection.CreatePlateChamferBuilder()Default values.
Property Value AngleOption Angle AngularDimension.Value 30 ChamferBothSides 0 ChordalTolerance 0.0254 ClearanceTolerance 0.0254 Depth.Value 10 (millimeters part), 0.4 (inches part) OffsetOption Depth Ratio.Value 0.3 RestDepth.Value 0 (millimeters part), 0 (inches part) UseLimits 0 New in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| AngleOption | Returns or sets the angle option |
| AngularDimension | Returns the angular dimension |
| ChamferBothSides | Returns or sets the chamfer both sides |
| ChordalTolerance | Returns or sets the chordal tolerance |
| ClearanceTolerance | Returns or sets the clearance tolerance |
| Depth | Returns the depth |
| EndPlane | Returns or sets the end plane |
| OffsetOption | Returns or sets the offset option |
| 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 |
| Ratio | Returns the ratio |
| RestDepth | Returns the rest depth |
| ReverseDirection | Returns or sets the reverse direction |
| SelectEdge | Returns the select edge |
| SelectTarget | Returns the select target |
| SelectThinnerPlate | Returns the select thinner plate |
| SelectTool | Returns the select tool |
| StartPlane | Returns or sets the start plane |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the type |
| UseLimits | Returns or sets the use limits |
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¶
| PlateChamferBuilderAngleMethod Enumeration | The option to specify the method for defining angle or ratio. |
| PlateChamferBuilderOffsetMethod Enumeration | The option to specify the method for chamfer offset method. |
| PlateChamferBuilderTypes Enumeration | The option for the type of associativity for chamfer. |
Property Detail¶
AngleOption¶
-
PlateChamferBuilder.AngleOption¶ Returns or sets the angle option
-------------------------------------Getter Method
Signature
AngleOptionReturns: Return type: NXOpen.Features.ShipDesign.PlateChamferBuilderAngleMethodNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleOptionParameters: angleOption ( NXOpen.Features.ShipDesign.PlateChamferBuilderAngleMethod) –New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
AngularDimension¶
-
PlateChamferBuilder.AngularDimension¶ Returns the angular dimension
-------------------------------------Getter Method
Signature
AngularDimensionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
ChamferBothSides¶
-
PlateChamferBuilder.ChamferBothSides¶ Returns or sets the chamfer both sides
-------------------------------------Getter Method
Signature
ChamferBothSidesReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ChamferBothSidesParameters: chamferBothSides (bool) – New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
ChordalTolerance¶
-
PlateChamferBuilder.ChordalTolerance¶ Returns or sets the chordal tolerance
-------------------------------------Getter Method
Signature
ChordalToleranceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ChordalToleranceParameters: chordalTolerance (float) – New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
ClearanceTolerance¶
-
PlateChamferBuilder.ClearanceTolerance¶ Returns or sets the clearance tolerance
-------------------------------------Getter Method
Signature
ClearanceToleranceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ClearanceToleranceParameters: clearanceTolerance (float) – New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
Depth¶
-
PlateChamferBuilder.Depth¶ Returns the depth
-------------------------------------Getter Method
Signature
DepthReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
EndPlane¶
-
PlateChamferBuilder.EndPlane¶ Returns or sets the end plane
-------------------------------------Getter Method
Signature
EndPlaneReturns: Return type: NXOpen.PlaneNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndPlaneParameters: endPlane ( NXOpen.Plane) –New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
OffsetOption¶
-
PlateChamferBuilder.OffsetOption¶ Returns or sets the offset option
-------------------------------------Getter Method
Signature
OffsetOptionReturns: Return type: NXOpen.Features.ShipDesign.PlateChamferBuilderOffsetMethodNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetOptionParameters: offsetOption ( NXOpen.Features.ShipDesign.PlateChamferBuilderOffsetMethod) –New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
Ratio¶
-
PlateChamferBuilder.Ratio¶ Returns the ratio
-------------------------------------Getter Method
Signature
RatioReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
RestDepth¶
-
PlateChamferBuilder.RestDepth¶ Returns the rest depth
-------------------------------------Getter Method
Signature
RestDepthReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
ReverseDirection¶
-
PlateChamferBuilder.ReverseDirection¶ Returns or sets the reverse direction
-------------------------------------Getter Method
Signature
ReverseDirectionReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseDirectionParameters: reverseDirection (bool) – New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
SelectEdge¶
-
PlateChamferBuilder.SelectEdge¶ Returns the select edge
-------------------------------------Getter Method
Signature
SelectEdgeReturns: Return type: NXOpen.ScCollectorNew in version NX8.0.0.
License requirements: None.
SelectTarget¶
-
PlateChamferBuilder.SelectTarget¶ Returns the select target
-------------------------------------Getter Method
Signature
SelectTargetReturns: Return type: NXOpen.ScCollectorNew in version NX8.0.0.
License requirements: None.
SelectThinnerPlate¶
-
PlateChamferBuilder.SelectThinnerPlate¶ Returns the select thinner plate
-------------------------------------Getter Method
Signature
SelectThinnerPlateReturns: Return type: NXOpen.ScCollectorNew in version NX8.0.0.
License requirements: None.
SelectTool¶
-
PlateChamferBuilder.SelectTool¶ Returns the select tool
-------------------------------------Getter Method
Signature
SelectToolReturns: Return type: NXOpen.ScCollectorNew in version NX8.0.0.
License requirements: None.
StartPlane¶
-
PlateChamferBuilder.StartPlane¶ Returns or sets the start plane
-------------------------------------Getter Method
Signature
StartPlaneReturns: Return type: NXOpen.PlaneNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPlaneParameters: startPlane ( NXOpen.Plane) –New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
Type¶
-
PlateChamferBuilder.Type¶ Returns or sets the type
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.Features.ShipDesign.PlateChamferBuilderTypesNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.Features.ShipDesign.PlateChamferBuilderTypes) –New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
UseLimits¶
-
PlateChamferBuilder.UseLimits¶ Returns or sets the use limits
-------------------------------------Getter Method
Signature
UseLimitsReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseLimitsParameters: useLimits (bool) – New in version NX8.0.0.
License requirements: nx_ship_detail (“Ship Detail Design”)
Method Detail¶
Validate¶
-
PlateChamferBuilder.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.