SteelInsertSegmentChildBuilder Class

class NXOpen.Die.SteelInsertSegmentChildBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a Steel Insert Segment Child sub feature.

This sub feature is created via the main feature builder.

New in version NX4.0.0.

Properties

Property Description
BeltThickness Returns the belt thickness
BuildStatus Returns the build status of die sisegs
DesignStatus Returns or sets the design status of die sisegs
DisplayStatus Returns or sets the display status of die sisegs
ExtensionDistance Returns the extension distance
ExtensionType Returns or sets the extension type
InsertType Returns or sets the insert type
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
ProfileRelief Returns the profile relief
ProfileReliefToggle Returns or sets the profile relief toggle
ReliefAngle Returns the relief angle
SegDirection Returns or sets the steel insert seg directions
SegPoint Returns or sets the steel insert seg point or plane
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.
SetBeltThickness  
SetExtensionDistance  
SetParentFeatureInternal Set the parent features which would be internal or slaves to the feature being created or commited
SetProfileRelief  
SetReliefAngle  
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

BeltThickness

SteelInsertSegmentChildBuilder.BeltThickness

Returns the belt thickness

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

Getter Method

Signature BeltThickness

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

BuildStatus

SteelInsertSegmentChildBuilder.BuildStatus

Returns the build status of die sisegs

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

Getter Method

Signature BuildStatus

Returns:
Return type:NXOpen.Die.DieBuildStatusOption

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

DesignStatus

SteelInsertSegmentChildBuilder.DesignStatus

Returns or sets the design status of die sisegs

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

Getter Method

Signature DesignStatus

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature DesignStatus

Parameters:designStatus (bool) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

DisplayStatus

SteelInsertSegmentChildBuilder.DisplayStatus

Returns or sets the display status of die sisegs

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

Getter Method

Signature DisplayStatus

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature DisplayStatus

Parameters:displayStatus (bool) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

ExtensionDistance

SteelInsertSegmentChildBuilder.ExtensionDistance

Returns the extension distance

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

Getter Method

Signature ExtensionDistance

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

ExtensionType

SteelInsertSegmentChildBuilder.ExtensionType

Returns or sets the extension type

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

Getter Method

Signature ExtensionType

Returns:
Return type:NXOpen.Die.SteelInsertSegmentChildBuilderExtensionTypeOption

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature ExtensionType

Parameters:extensionType (NXOpen.Die.SteelInsertSegmentChildBuilderExtensionTypeOption) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

InsertType

SteelInsertSegmentChildBuilder.InsertType

Returns or sets the insert type

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

Getter Method

Signature InsertType

Returns:
Return type:NXOpen.Die.SteelInsertSegmentChildBuilderInsertTypeOption

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature InsertType

Parameters:insertType (NXOpen.Die.SteelInsertSegmentChildBuilderInsertTypeOption) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

ProfileRelief

SteelInsertSegmentChildBuilder.ProfileRelief

Returns the profile relief

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

Getter Method

Signature ProfileRelief

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

ProfileReliefToggle

SteelInsertSegmentChildBuilder.ProfileReliefToggle

Returns or sets the profile relief toggle

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

Getter Method

Signature ProfileReliefToggle

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature ProfileReliefToggle

Parameters:profileReliefToggle (bool) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

ReliefAngle

SteelInsertSegmentChildBuilder.ReliefAngle

Returns the relief angle

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

Getter Method

Signature ReliefAngle

Returns:
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SegDirection

SteelInsertSegmentChildBuilder.SegDirection

Returns or sets the steel insert seg directions

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

Getter Method

Signature SegDirection

Returns:seg direction
Return type:NXOpen.Direction

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature SegDirection

Parameters:segDirection (NXOpen.Direction) – seg direction

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SegPoint

SteelInsertSegmentChildBuilder.SegPoint

Returns or sets the steel insert seg point or plane

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

Getter Method

Signature SegPoint

Returns:seg end point or plane
Return type:NXOpen.IOrientation

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

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

Setter Method

Signature SegPoint

Parameters:segPoint (NXOpen.IOrientation) – seg end point or plane

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

Method Detail

SetBeltThickness

SteelInsertSegmentChildBuilder.SetBeltThickness

Signature SetBeltThickness(beltThickness)

Parameters:beltThickness (str) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetExtensionDistance

SteelInsertSegmentChildBuilder.SetExtensionDistance

Signature SetExtensionDistance(extensionDistance)

Parameters:extensionDistance (str) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetProfileRelief

SteelInsertSegmentChildBuilder.SetProfileRelief

Signature SetProfileRelief(profileRelief)

Parameters:profileRelief (str) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

SetReliefAngle

SteelInsertSegmentChildBuilder.SetReliefAngle

Signature SetReliefAngle(reliefAngle)

Parameters:reliefAngle (str) –

New in version NX4.0.0.

License requirements: ug_die_design (“Die Design”)

Validate

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