InnerAngleBuilder Class

class NXOpen.Features.VehicleDesign.InnerAngleBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.VehicleDesign.InnerAngle builder, used to create or edit inner angle feature.

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

Default values.

Property Value
CalculationMethod Circular
InnerAngle.Value 14
RequirementsControl StandardDriven
ShowDistanceMeasurement 0
Visualization Curve
WheelSize StaticRadius

New in version NX8.5.0.

Properties

Property Description
CalculationMethod Returns or sets the calculation method type which determines the calculation method in the inner angle.
CarBodyFaces Returns the selected car body faces for measurement.
InnerAngle Returns the expression containing the inner angle.
Loading Returns or sets the loading used in the inner angle.
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
RequirementsControl Returns or sets the requirements control for standard driven or user defined.
ShowDistanceMeasurement Returns or sets the value to show distance measurement.
Standard Returns or sets the standard used to define the inner angle.
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 inner angle output.
WheelSize Returns or sets the wheel size type which determines the size of the wheels in the inner angle.

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

InnerAngleBuilderCalculationMethodType Enumeration Represents the calculation method types to calculate inner angle output.
InnerAngleBuilderRequirementsControlType Enumeration Represents the requirements control types to define the inner angle.
InnerAngleBuilderVisualizationType Enumeration Represents the visualization types of the output.
InnerAngleBuilderWheelSizeType Enumeration Represents the wheel size types to calculate inner angle output.

Property Detail

CalculationMethod

InnerAngleBuilder.CalculationMethod

Returns or sets the calculation method type which determines the calculation method in the inner angle.

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

Getter Method

Signature CalculationMethod

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature CalculationMethod

Parameters:calculationMethod (NXOpen.Features.VehicleDesign.InnerAngleBuilderCalculationMethodType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

CarBodyFaces

InnerAngleBuilder.CarBodyFaces

Returns the selected car body faces for measurement.

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

Getter Method

Signature CarBodyFaces

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

InnerAngle

InnerAngleBuilder.InnerAngle

Returns the expression containing the inner angle.

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

Getter Method

Signature InnerAngle

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

Loading

InnerAngleBuilder.Loading

Returns or sets the loading used in the inner angle.

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

Getter Method

Signature Loading

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Loading

Parameters:loading (str) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RequirementsControl

InnerAngleBuilder.RequirementsControl

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

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

Getter Method

Signature RequirementsControl

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature RequirementsControl

Parameters:requirementsControl (NXOpen.Features.VehicleDesign.InnerAngleBuilderRequirementsControlType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

ShowDistanceMeasurement

InnerAngleBuilder.ShowDistanceMeasurement

Returns or sets the value to show distance measurement.

True will show the distance measurement. False will hide the distance measurement.

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

Getter Method

Signature ShowDistanceMeasurement

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowDistanceMeasurement

Parameters:showDistanceMeasurement (bool) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Standard

InnerAngleBuilder.Standard

Returns or sets the standard used to define the inner angle.

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

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

InnerAngleBuilder.Visualization

Returns or sets the visualization type of the inner angle output.

See NXOpen.Features.VehicleDesign.InnerAngleBuilderVisualizationType for valid values.

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

Getter Method

Signature Visualization

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Visualization

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

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

WheelSize

InnerAngleBuilder.WheelSize

Returns or sets the wheel size type which determines the size of the wheels in the inner angle.

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

Getter Method

Signature WheelSize

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature WheelSize

Parameters:wheelSize (NXOpen.Features.VehicleDesign.InnerAngleBuilderWheelSizeType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Method Detail

Validate

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