GeodesicFilletBuilder Class

class NXOpen.Features.GeodesicFilletBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.GeodesicFillet builder for GeodesicFillet command.

To create a new instance of this class, use NXOpen.Features.GeodesicSketchCollection.CreateGeodesicFilletBuilder()

Default values.

Property Value
Radius.Value 10 (millimeters part), 0.5 (inches part)

New in version NX10.0.0.

Properties

Property Description
FirstCurve Returns or sets the first selected curve in the section
FirstPoint Returns or sets the first selection point
FirstSection Returns or sets the first section of curves to fillet
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
Radius Returns the radius
SecondCurve Returns or sets the second selected curve in the section
SecondPoint Returns or sets the second selection point
SecondSection Returns or sets the second section of curves to fillet
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.

Property Detail

FirstCurve

GeodesicFilletBuilder.FirstCurve

Returns or sets the first selected curve in the section

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

Getter Method

Signature FirstCurve

Returns:NXOpen.Curve
Return type:NXOpen.Curve

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature FirstCurve

Parameters:firstCurve (NXOpen.Curve) – NXOpen.Curve

New in version NX10.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

FirstPoint

GeodesicFilletBuilder.FirstPoint

Returns or sets the first selection point

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

Getter Method

Signature FirstPoint

Returns:First Point
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature FirstPoint

Parameters:firstPoint (float) – First Point

New in version NX10.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

FirstSection

GeodesicFilletBuilder.FirstSection

Returns or sets the first section of curves to fillet

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

Getter Method

Signature FirstSection

Returns:NXOpen.Section
Return type:NXOpen.Section

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature FirstSection

Parameters:firstSection (NXOpen.Section) – NXOpen.Section

New in version NX10.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Radius

GeodesicFilletBuilder.Radius

Returns the radius

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

Getter Method

Signature Radius

Returns:Radius NXOpen.Expression
Return type:NXOpen.Expression

New in version NX10.0.0.

License requirements: None.

SecondCurve

GeodesicFilletBuilder.SecondCurve

Returns or sets the second selected curve in the section

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

Getter Method

Signature SecondCurve

Returns:NXOpen.Curve
Return type:NXOpen.Curve

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SecondCurve

Parameters:secondCurve (NXOpen.Curve) – NXOpen.Curve

New in version NX10.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

SecondPoint

GeodesicFilletBuilder.SecondPoint

Returns or sets the second selection point

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

Getter Method

Signature SecondPoint

Returns:Second Point
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SecondPoint

Parameters:secondPoint (float) – Second Point

New in version NX10.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

SecondSection

GeodesicFilletBuilder.SecondSection

Returns or sets the second section of curves to fillet

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

Getter Method

Signature SecondSection

Returns:NXOpen.Section
Return type:NXOpen.Section

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SecondSection

Parameters:secondSection (NXOpen.Section) – NXOpen.Section

New in version NX10.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Method Detail

Validate

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