DivideCurveBuilder Class

class NXOpen.Features.DivideCurveBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a builder for non-associative divide curve operation.

To create a new instance of this class, use NXOpen.Features.BaseFeatureCollection.CreateDivideCurveBuilder()

Default values.

Property Value
ArcLength 1.0
CornerNumber 1
EqualArcLengthSegments 2
EqualParameterSegments 2
KnotPointNumber 1

New in version NX5.0.0.

Properties

Property Description
ArcLength Returns or sets the arc length
BoundingObjects Returns the Bounding Objects list
CornerMethod Returns or sets the corner method
CornerNumber Returns or sets the corner number
CornerPoint Returns the corner point
DirectionFlag Returns or sets the input arc length direction flag
DividingCurve Returns the select dividing curve
EqualArcLengthSegments Returns or sets the equal arc length segments
EqualParameterSegments Returns or sets the equal parameter segments
EqualSegmentMethod Returns or sets the equal segment method
KnotPoint Returns the knot point
KnotPointMethod Returns or sets the knot point method
KnotPointNumber Returns or sets the knot point number
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
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
Type Returns or sets the divide type

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

DivideCurveBuilderCornerOption Enumeration Represents the Divide Curve at Corner option types
DivideCurveBuilderEqualSegmentOption Enumeration Represents the Divide Curve equal segment method types
DivideCurveBuilderInputArcLengthDirectionFlag Enumeration Represents the Divide Curve Input Arc length direction flag
DivideCurveBuilderKnotPointOption Enumeration Represents the Divide Curve at Knot option types
DivideCurveBuilderTypes Enumeration Represents the Divide Curve types

Property Detail

ArcLength

DivideCurveBuilder.ArcLength

Returns or sets the arc length

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

Getter Method

Signature ArcLength

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature ArcLength

Parameters:arcLength (float) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

BoundingObjects

DivideCurveBuilder.BoundingObjects

Returns the Bounding Objects list

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

Getter Method

Signature BoundingObjects

Returns:
Return type:NXOpen.GeometricUtilities.BoundingObjectBuilderList

New in version NX7.5.1.

License requirements: None.

CornerMethod

DivideCurveBuilder.CornerMethod

Returns or sets the corner method

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

Getter Method

Signature CornerMethod

Returns:
Return type:NXOpen.Features.DivideCurveBuilderCornerOption

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature CornerMethod

Parameters:cornerMethod (NXOpen.Features.DivideCurveBuilderCornerOption) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

CornerNumber

DivideCurveBuilder.CornerNumber

Returns or sets the corner number

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

Getter Method

Signature CornerNumber

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature CornerNumber

Parameters:cornerNumber (int) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

CornerPoint

DivideCurveBuilder.CornerPoint

Returns the corner point

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

Getter Method

Signature CornerPoint

Returns:
Return type:NXOpen.SelectPointList

New in version NX5.0.0.

License requirements: None.

DirectionFlag

DivideCurveBuilder.DirectionFlag

Returns or sets the input arc length direction flag

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

Getter Method

Signature DirectionFlag

Returns:
Return type:NXOpen.Features.DivideCurveBuilderInputArcLengthDirectionFlag

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature DirectionFlag

Parameters:directionFlag (NXOpen.Features.DivideCurveBuilderInputArcLengthDirectionFlag) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

DividingCurve

DivideCurveBuilder.DividingCurve

Returns the select dividing curve

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

Getter Method

Signature DividingCurve

Returns:
Return type:NXOpen.SelectCurve

New in version NX5.0.0.

License requirements: None.

EqualArcLengthSegments

DivideCurveBuilder.EqualArcLengthSegments

Returns or sets the equal arc length segments

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

Getter Method

Signature EqualArcLengthSegments

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature EqualArcLengthSegments

Parameters:equalArcLengthSegments (int) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

EqualParameterSegments

DivideCurveBuilder.EqualParameterSegments

Returns or sets the equal parameter segments

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

Getter Method

Signature EqualParameterSegments

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature EqualParameterSegments

Parameters:equalParameterSegments (int) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

EqualSegmentMethod

DivideCurveBuilder.EqualSegmentMethod

Returns or sets the equal segment method

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

Getter Method

Signature EqualSegmentMethod

Returns:
Return type:NXOpen.Features.DivideCurveBuilderEqualSegmentOption

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature EqualSegmentMethod

Parameters:equalSegmentMethod (NXOpen.Features.DivideCurveBuilderEqualSegmentOption) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

KnotPoint

DivideCurveBuilder.KnotPoint

Returns the knot point

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

Getter Method

Signature KnotPoint

Returns:
Return type:NXOpen.SelectPointList

New in version NX5.0.0.

License requirements: None.

KnotPointMethod

DivideCurveBuilder.KnotPointMethod

Returns or sets the knot point method

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

Getter Method

Signature KnotPointMethod

Returns:
Return type:NXOpen.Features.DivideCurveBuilderKnotPointOption

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature KnotPointMethod

Parameters:knotPointMethod (NXOpen.Features.DivideCurveBuilderKnotPointOption) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

KnotPointNumber

DivideCurveBuilder.KnotPointNumber

Returns or sets the knot point number

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

Getter Method

Signature KnotPointNumber

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature KnotPointNumber

Parameters:knotPointNumber (int) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

Type

DivideCurveBuilder.Type

Returns or sets the divide type

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.Features.DivideCurveBuilderTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters:type (NXOpen.Features.DivideCurveBuilderTypes) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”)

Method Detail

Validate

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