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

Represents a NXOpen.Features.VehicleDesign.BaseDataWheelBuilder . More...

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

Public Types

enum  PositionDefinitionOptions { WheelCenterPoint, AttachmentPointRimOffset }
 This enum represents the options to define the wheel position. More...
 

Properties

unsafe double Camber [get, set]
 Returns or sets the wheel camber in degree. More...
 
unsafe double CoordinateX [get, set]
 Returns or sets the x coordinate of right wheel center point or attachment point. More...
 
unsafe double CoordinateY [get, set]
 Returns or sets the y coordinate of right wheel center point or attachment point. More...
 
unsafe double CoordinateZ [get, set]
 Returns or sets the z coordinate of right wheel center point or attachment point. More...
 
unsafe double Diameter [get, set]
 Returns or sets the norminal diameter of the wheel. More...
 
unsafe string Name [get, set]
 Returns or sets the name of the wheel. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions 
PositionDefinition [get, set]
 Returns or sets the value to indicate which option is used to define the wheel position. More...
 
unsafe double RimOffset [get, set]
 Returns or sets the rim offset. More...
 
unsafe bool ShowSurface [get, set]
 Returns or sets the option to indicate whether to show surface or not. More...
 
unsafe bool ShowWireframe [get, set]
 Returns or sets the option to indicate whether to show curve or not. More...
 
unsafe double StaticRadius [get, set]
 Returns or sets the static radius of the wheel. More...
 
unsafe double Toe [get, set]
 Returns or sets the wheel toe in/out in degreee. More...
 
unsafe double Track [get]
 Returns the track of the axle. More...
 
unsafe double Width [get, set]
 Returns or sets the width of the wheel. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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.BaseDataWheelBuilder .

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
WheelCenterPoint 
AttachmentPointRimOffset 

Property Documentation

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

Returns or sets the wheel camber in degree.

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.BaseDataWheelBuilder.CoordinateX
getset

Returns or sets the x coordinate of right wheel center point or attachment point.

If NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.WheelCenterPoint , it is center point x coordinate. If NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.AttachmentPointRimOffset , it is attachment point x coordinate. The left wheel will be located symmetrical to the vehicle centerline.

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.BaseDataWheelBuilder.CoordinateY
getset

Returns or sets the y coordinate of right wheel center point or attachment point.

If NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.WheelCenterPoint , it is center point y coordinate. If NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.AttachmentPointRimOffset , it is attachment point y coordinate. The left wheel will be located symmetrical to the vehicle centerline.

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.BaseDataWheelBuilder.CoordinateZ
getset

Returns or sets the z coordinate of right wheel center point or attachment point.

If NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.WheelCenterPoint , it is center point z coordinate. If NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.AttachmentPointRimOffset , it is attachment point z coordinate. The left wheel will be located symmetrical to the vehicle centerline.

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.BaseDataWheelBuilder.Diameter
getset

Returns or sets the norminal diameter 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 string NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.Name
getset

Returns or sets the name 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 NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition
getset

Returns or sets the value to indicate which option is used to define the wheel position.

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.BaseDataWheelBuilder.RimOffset
getset

Returns or sets the rim offset.

Rim offset is the shift between the mounting point of the wheel and the wheel center. It is used only when NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinition is NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.PositionDefinitionOptions.AttachmentPointRimOffset .

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 bool NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.ShowSurface
getset

Returns or sets the option to indicate whether to show surface or not.

If it is true, the wheel surface is shown.

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 bool NXOpen.Features.VehicleDesign.BaseDataWheelBuilder.ShowWireframe
getset

Returns or sets the option to indicate whether to show curve or not.

If it is true, the wheel curve is shown.

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.BaseDataWheelBuilder.StaticRadius
getset

Returns or sets the static radius 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.BaseDataWheelBuilder.Toe
getset

Returns or sets the wheel toe in/out in degreee.

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.BaseDataWheelBuilder.Track
get

Returns the track of the axle.

Track is a computed value - the distance between the right wheel center point and the left wheel center point.

Created in NX8.5.0

License requirements: None.

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

Returns or sets the width 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")


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