BaseDataLoadingWheelBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.This class can only be used in base data, thus cannot be created directly by user.
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| Camber | Returns or sets the camber of wheel in degree. |
| CoordinateX | Returns or sets the x coordinate of wheel center point. |
| CoordinateY | Returns or sets the y coordinate of wheel center point. |
| CoordinateZ | Returns or sets the z coordinate of wheel center point. |
| DataDefinition | Returns or sets the value to indicate which definition option will be used to define the loading wheel data. |
| DeltaCamber | Returns or sets the delta camber of wheel. |
| DeltaStaticRadius | Returns or sets the delta static radius of wheel. |
| DeltaToe | Returns or sets the delta toe of wheel. |
| DeltaWidth | Returns or sets the delta width of wheel, for front or rear wheel, they have a wheel width. |
| DeltaX | Returns or sets the delta x value of wheel center point. |
| DeltaY | Returns or sets the delta y value of wheel center point. |
| DeltaZ | Returns or sets the delta z value of wheel center point. |
| DesignData | Returns or sets the design data of the wheel. |
| StaticRadius | Returns or sets the static radius of wheel. |
| Tag | Returns the Tag for this object. |
| Toe | Returns or sets the toe in/out of wheel in degree. |
| Width | Returns or sets the width of front or rear width, it’s value is sum of wheel width and delta width. |
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. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| BaseDataLoadingWheelBuilderDataDefinitionOptions Enumeration | This enum represents the options to define the wheel position. |
Property Detail¶
Camber¶
-
BaseDataLoadingWheelBuilder.Camber¶ Returns or sets the camber of wheel in degree.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
CamberReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CamberParameters: camber (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
CoordinateX¶
-
BaseDataLoadingWheelBuilder.CoordinateX¶ Returns or sets the x coordinate of wheel center point.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
CoordinateXReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordinateXParameters: absX (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
CoordinateY¶
-
BaseDataLoadingWheelBuilder.CoordinateY¶ Returns or sets the y coordinate of wheel center point.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
CoordinateYReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordinateYParameters: absY (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
CoordinateZ¶
-
BaseDataLoadingWheelBuilder.CoordinateZ¶ Returns or sets the z coordinate of wheel center point.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
CoordinateZReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordinateZParameters: absZ (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DataDefinition¶
-
BaseDataLoadingWheelBuilder.DataDefinition¶ Returns or sets the value to indicate which definition option will be used to define the loading wheel data.
-------------------------------------Getter Method
Signature
DataDefinitionReturns: Return type: NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptionsNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DataDefinitionParameters: dataDefinition ( NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaCamber¶
-
BaseDataLoadingWheelBuilder.DeltaCamber¶ Returns or sets the delta camber of wheel.
It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaCamberReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaCamberParameters: deltaCamber (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaStaticRadius¶
-
BaseDataLoadingWheelBuilder.DeltaStaticRadius¶ Returns or sets the delta static radius of wheel.
It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaStaticRadiusReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaStaticRadiusParameters: deltaStaticRadius (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaToe¶
-
BaseDataLoadingWheelBuilder.DeltaToe¶ Returns or sets the delta toe of wheel.
It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaToeReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaToeParameters: deltaToe (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaWidth¶
-
BaseDataLoadingWheelBuilder.DeltaWidth¶ Returns or sets the delta width of wheel, for front or rear wheel, they have a wheel width.
For each loading, they have a delta width, the loading width will be sum of wheel width and delta width. It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaWidthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaWidthParameters: deltaWidth (float) – New in version NX11.0.1.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaX¶
-
BaseDataLoadingWheelBuilder.DeltaX¶ Returns or sets the delta x value of wheel center point.
It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaXReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaXParameters: deltaX (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaY¶
-
BaseDataLoadingWheelBuilder.DeltaY¶ Returns or sets the delta y value of wheel center point.
It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaYReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaYParameters: deltaY (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DeltaZ¶
-
BaseDataLoadingWheelBuilder.DeltaZ¶ Returns or sets the delta z value of wheel center point.
It is used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Relative.-------------------------------------Getter Method
Signature
DeltaZReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeltaZParameters: deltaZ (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
DesignData¶
-
BaseDataLoadingWheelBuilder.DesignData¶ Returns or sets the design data of the wheel.
-------------------------------------Getter Method
Signature
DesignDataReturns: Return type: NXOpen.Features.VehicleDesign.BaseDataWheelBuilderNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DesignDataParameters: wheel ( NXOpen.Features.VehicleDesign.BaseDataWheelBuilder) –New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
StaticRadius¶
-
BaseDataLoadingWheelBuilder.StaticRadius¶ Returns or sets the static radius of wheel.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
StaticRadiusReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StaticRadiusParameters: staticRadius (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Toe¶
-
BaseDataLoadingWheelBuilder.Toe¶ Returns or sets the toe in/out of wheel in degree.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
ToeReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToeParameters: toe (float) – New in version NX8.5.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Width¶
-
BaseDataLoadingWheelBuilder.Width¶ Returns or sets the width of front or rear width, it’s value is sum of wheel width and delta width.
Used only when
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition()isNXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilderDataDefinitionOptions.Absolute.-------------------------------------Getter Method
Signature
WidthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: width (float) – New in version NX11.0.1.
License requirements: nx_general_packaging (“NX General Packaging”)
Method Detail¶
Validate¶
-
BaseDataLoadingWheelBuilder.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.