BumperPendulumBuilder Class

class NXOpen.Features.VehicleDesign.BumperPendulumBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.VehicleDesign.BumperPendulum builder

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateBumperPendulumBuilder()

Default values.

Property Value
RequirementsControl StandardDriven
Visualization Surface

New in version NX8.5.0.

Properties

Property Description
FrontCollector Returns the selected front body.
FrontFacetBodies Returns the selected front facet body
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
RearCollector Returns the selected rear body.
RearFacetBodies Returns the selected rear facet body.
RequirementsControl Returns or sets the requirements control for standard driven or user defined.
Standard Returns or sets the standard used to define the bumper pendulum.
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
Visualization Returns or sets the visualization type of the bumper pendulum output.

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.
GetPendulum Get the selected pendulum.
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

BumperPendulumBuilderRequirementsControlType Enumeration Represents the requirements control types to define the bumper pendulum.
BumperPendulumBuilderVisualizationType Enumeration Represents the visualization types of the output.

Property Detail

FrontCollector

BumperPendulumBuilder.FrontCollector

Returns the selected front body.

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

Getter Method

Signature FrontCollector

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

FrontFacetBodies

BumperPendulumBuilder.FrontFacetBodies

Returns the selected front facet body

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

Getter Method

Signature FrontFacetBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

RearCollector

BumperPendulumBuilder.RearCollector

Returns the selected rear body.

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

Getter Method

Signature RearCollector

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

RearFacetBodies

BumperPendulumBuilder.RearFacetBodies

Returns the selected rear facet body.

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

Getter Method

Signature RearFacetBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

RequirementsControl

BumperPendulumBuilder.RequirementsControl

Returns or sets the requirements control for standard driven or user defined.

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

Getter Method

Signature RequirementsControl

Returns:
Return type:NXOpen.Features.VehicleDesign.BumperPendulumBuilderRequirementsControlType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature RequirementsControl

Parameters:requirement (NXOpen.Features.VehicleDesign.BumperPendulumBuilderRequirementsControlType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Standard

BumperPendulumBuilder.Standard

Returns or sets the standard used to define the bumper pendulum.

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

Getter Method

Signature Standard

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Standard

Parameters:standard (str) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Visualization

BumperPendulumBuilder.Visualization

Returns or sets the visualization type of the bumper pendulum output.

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

Getter Method

Signature Visualization

Returns:
Return type:NXOpen.Features.VehicleDesign.BumperPendulumBuilderVisualizationType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Visualization

Parameters:visualization (NXOpen.Features.VehicleDesign.BumperPendulumBuilderVisualizationType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Method Detail

GetPendulum

BumperPendulumBuilder.GetPendulum

Overloaded method GetPendulum

  • GetPendulum(index)
  • GetPendulum(description)

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

Get the selected pendulum.

Signature GetPendulum(index)

Parameters:index (int) –
Returns:
Return type:NXOpen.Features.VehicleDesign.PendulumPlacementBuilder

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

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

Get the selected pendulum.

Signature GetPendulum(description)

Parameters:description (str) –
Returns:
Return type:NXOpen.Features.VehicleDesign.PendulumPlacementBuilder

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

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

Validate

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