NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder Class Reference

Represents a NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder . More...

Inheritance diagram for NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DataDefinitionOptions { Relative, Absolute }
 This enum represents the options to define the wheel position. More...
 

Properties

unsafe double Camber [get, set]
 Returns or sets the camber of wheel in degree. More...
 
unsafe double CoordinateX [get, set]
 Returns or sets the x coordinate of wheel center point. More...
 
unsafe double CoordinateY [get, set]
 Returns or sets the y coordinate of wheel center point. More...
 
unsafe double CoordinateZ [get, set]
 Returns or sets the z coordinate of wheel center point. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions 
DataDefinition [get, set]
 Returns or sets the value to indicate which definition option will be used to define the loading wheel data. More...
 
unsafe double DeltaCamber [get, set]
 Returns or sets the delta camber of wheel. More...
 
unsafe double DeltaStaticRadius [get, set]
 Returns or sets the delta static radius of wheel. More...
 
unsafe double DeltaToe [get, set]
 Returns or sets the delta toe of wheel. More...
 
unsafe double DeltaWidth [get, set]
 Returns or sets the delta width of wheel, for front or rear wheel, they have a wheel width. More...
 
unsafe double DeltaX [get, set]
 Returns or sets the delta x value of wheel center point. More...
 
unsafe double DeltaY [get, set]
 Returns or sets the delta y value of wheel center point. More...
 
unsafe double DeltaZ [get, set]
 Returns or sets the delta z value of wheel center point. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataWheelBuilder 
DesignData [get, set]
 Returns or sets the design data of the wheel. More...
 
unsafe double StaticRadius [get, set]
 Returns or sets the static radius of wheel. More...
 
unsafe double Toe [get, set]
 Returns or sets the toe in/out of wheel in degree. More...
 
unsafe double Width [get, set]
 Returns or sets the width of front or rear width, it's value is sum of wheel width and delta width. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder .

This class can only be used in base data, thus cannot be created directly by user.

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the options to define the wheel position.

Enumerator
Relative 

Relative: The wheel data of this loading will use relative values to design data.

Absolute 

Absolute: The wheel data of this loading will use absolute values.

Property Documentation

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.Camber
getset

Returns or sets the camber of wheel in degree.

Used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.CoordinateX
getset

Returns or sets the x coordinate of wheel center point.

Used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.CoordinateY
getset

Returns or sets the y coordinate of wheel center point.

Used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.CoordinateZ
getset

Returns or sets the z coordinate of wheel center point.

Used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition
getset

Returns or sets the value to indicate which definition option will be used to define the loading wheel data.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaCamber
getset

Returns or sets the delta camber of wheel.

It is used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaStaticRadius
getset

Returns or sets the delta static radius of wheel.

It is used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaToe
getset

Returns or sets the delta toe of wheel.

It is used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaWidth
getset

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 is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaX
getset

Returns or sets the delta x value of wheel center point.

It is used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaY
getset

Returns or sets the delta y value of wheel center point.

It is used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DeltaZ
getset

Returns or sets the delta z value of wheel center point.

It is used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Relative .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.VehicleDesign.BaseDataWheelBuilder NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DesignData
getset

Returns or sets the design data of the wheel.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.StaticRadius
getset

Returns or sets the static radius of wheel.

Used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.Toe
getset

Returns or sets the toe in/out of wheel in degree.

Used only when NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinition is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe double NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.Width
getset

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 is NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions.Absolute .

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.