PlateChamferBuilder Class

class NXOpen.Features.ShipDesign.PlateChamferBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.ShipDesign.PlateChamfer builder.

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 AngleOption

Returns:
Return type:NXOpen.Features.ShipDesign.PlateChamferBuilderAngleMethod

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature AngleOption

Parameters: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 AngularDimension

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

ChamferBothSides

PlateChamferBuilder.ChamferBothSides

Returns or sets the chamfer both sides

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

Getter Method

Signature ChamferBothSides

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ChamferBothSides

Parameters: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 ChordalTolerance

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ChordalTolerance

Parameters: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 ClearanceTolerance

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ClearanceTolerance

Parameters: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 Depth

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

EndPlane

PlateChamferBuilder.EndPlane

Returns or sets the end plane

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

Getter Method

Signature EndPlane

Returns:
Return type:NXOpen.Plane

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature EndPlane

Parameters: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 OffsetOption

Returns:
Return type:NXOpen.Features.ShipDesign.PlateChamferBuilderOffsetMethod

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature OffsetOption

Parameters: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 Ratio

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

RestDepth

PlateChamferBuilder.RestDepth

Returns the rest depth

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

Getter Method

Signature RestDepth

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

ReverseDirection

PlateChamferBuilder.ReverseDirection

Returns or sets the reverse direction

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

Getter Method

Signature ReverseDirection

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ReverseDirection

Parameters: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 SelectEdge

Returns:
Return type:NXOpen.ScCollector

New in version NX8.0.0.

License requirements: None.

SelectTarget

PlateChamferBuilder.SelectTarget

Returns the select target

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

Getter Method

Signature SelectTarget

Returns:
Return type:NXOpen.ScCollector

New in version NX8.0.0.

License requirements: None.

SelectThinnerPlate

PlateChamferBuilder.SelectThinnerPlate

Returns the select thinner plate

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

Getter Method

Signature SelectThinnerPlate

Returns:
Return type:NXOpen.ScCollector

New in version NX8.0.0.

License requirements: None.

SelectTool

PlateChamferBuilder.SelectTool

Returns the select tool

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

Getter Method

Signature SelectTool

Returns:
Return type:NXOpen.ScCollector

New in version NX8.0.0.

License requirements: None.

StartPlane

PlateChamferBuilder.StartPlane

Returns or sets the start plane

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

Getter Method

Signature StartPlane

Returns:
Return type:NXOpen.Plane

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature StartPlane

Parameters: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 Type

Returns:
Return type:NXOpen.Features.ShipDesign.PlateChamferBuilderTypes

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters: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 UseLimits

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature UseLimits

Parameters: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.