ProfileSplitBuilder Class

class NXOpen.Tooling.ProfileSplitBuilder

Bases: NXOpen.Builder

The ProfileSplit builder

To create a new instance of this class, use NXOpen.Tooling.ProfileSplitCollection.CreateProfileSplitBuilder()

New in version NX6.0.0.

Properties

Property Description
DefAssociative Returns or sets the associative flag
DefVector Returns or sets the extruded vector to return
ExtDist1 Returns the extruded start distance
ExtDist2 Returns the extruded end distance
SelectBody Returns the selected body to be splitted
SelectProfile Returns the selected profile
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
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.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
StTraverse Start traverse function to get edge loop
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

DefAssociative

ProfileSplitBuilder.DefAssociative

Returns or sets the associative flag

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

Getter Method

Signature DefAssociative

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature DefAssociative

Parameters:defassociative (bool) –

New in version NX6.0.0.

License requirements: None.

DefVector

ProfileSplitBuilder.DefVector

Returns or sets the extruded vector to return

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

Getter Method

Signature DefVector

Returns:
Return type:NXOpen.Direction

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature DefVector

Parameters:defVector (NXOpen.Direction) –

New in version NX6.0.0.

License requirements: None.

ExtDist1

ProfileSplitBuilder.ExtDist1

Returns the extruded start distance

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

Getter Method

Signature ExtDist1

Returns:
Return type:NXOpen.Expression

New in version NX6.0.0.

License requirements: None.

ExtDist2

ProfileSplitBuilder.ExtDist2

Returns the extruded end distance

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

Getter Method

Signature ExtDist2

Returns:
Return type:NXOpen.Expression

New in version NX6.0.0.

License requirements: None.

SelectBody

ProfileSplitBuilder.SelectBody

Returns the selected body to be splitted

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

Getter Method

Signature SelectBody

Returns:
Return type:NXOpen.SelectBodyList

New in version NX6.0.0.

License requirements: None.

SelectProfile

ProfileSplitBuilder.SelectProfile

Returns the selected profile

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

Getter Method

Signature SelectProfile

Returns:
Return type:NXOpen.Section

New in version NX6.0.0.

License requirements: None.

Method Detail

StTraverse

ProfileSplitBuilder.StTraverse

Start traverse function to get edge loop

Signature StTraverse()

New in version NX6.0.0.

License requirements: None.

Validate

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