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

Represents a NXOpen.Features.VehicleDesign.WheelFixing builder used to create or edit a vehicle design wheel fixing. More...

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

Public Types

enum  ObjectPositionType { WheelExtents, WheelContact }
 Represents the object position used to indicate if the wheel fixing is positioned at the theoretically widest dimension of the wheel (diameter) or exactly at the wheel geometry of the base data. More...
 
enum  PositionType { Front, Rear, Both }
 Represents the wheel fixing positions. More...
 
enum  RequirementsControlType { StandardDriven, UserDefined }
 Represents the requirements control types to define the wheel fixing. More...
 
enum  ShapeType { Block, CircleSegment }
 Represents the shape used to indicate if the wheel fixing is a block or a circle segment. More...
 
enum  WheelSizeType { StaticRadius, Diameter }
 Represents the wheel size used to indicate if the wheel fixing is based on static radius or the diameter of the wheels. More...
 

Properties

unsafe NXOpen.Expression HeightZ [get]
 Returns the expression that contains the value which indicates the height Z of the wheel fixing when the shape is block. More...
 
unsafe NXOpen.Expression LengthX [get]
 Returns the expression that contains the value which indicates the Length X of the wheel fixing when the shape is block. More...
 
unsafe NXOpen.Expression LevelZ [get]
 Returns the expression that contains the value which indicates the level Z of the wheel fixing when the shape is circle segment. More...
 
unsafe string Loading [get, set]
 Returns or sets the loading used in the wheel fixing. More...
 
unsafe
NXOpen.Features.VehicleDesign.WheelFixingBuilder.ObjectPositionType 
ObjectPosition [get, set]
 Returns or sets the wheel fixing object position. More...
 
unsafe
NXOpen.Features.VehicleDesign.WheelFixingBuilder.PositionType 
Position [get, set]
 Returns or sets the wheel fixing position. More...
 
unsafe NXOpen.Expression Radius [get]
 Returns the expression that contains the value which indicates the radius of the wheel fixing when the shape is circle segment. More...
 
unsafe
NXOpen.Features.VehicleDesign.WheelFixingBuilder.RequirementsControlType 
RequirementsControl [get, set]
 Returns or sets the requirements control for standard driven or user defined. More...
 
unsafe
NXOpen.Features.VehicleDesign.WheelFixingBuilder.ShapeType 
Shape [get, set]
 Returns or sets the wheel fixing shape. More...
 
unsafe string Standard [get, set]
 Returns or sets the standard used to define the wheel fixing. More...
 
unsafe
NXOpen.Features.VehicleDesign.WheelFixingBuilder.WheelSizeType 
WheelSize [get, set]
 Returns or sets the wheel size of the wheel fixing. More...
 
unsafe NXOpen.Expression WidthY [get]
 Returns the expression that contains the value which indicates the Width Y of the wheel fixing when the shape is block. More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
unsafe bool PatchSolutionFlag [get, set]
 Returns or sets the patch solution flag More...
 
unsafe string PatchSurfaceFilename [get, set]
 Returns or sets the patch surface filename More...
 
unsafe string SurroundingPatchSurfaceFilename [get, set]
 Returns or sets the surrounding patch surface filename More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.VehicleDesign.WheelFixing builder used to create or edit a vehicle design wheel fixing.

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateWheelFixingBuilder

Default values.

Property Value

HeightZ.Value

0

LengthX.Value

0

LevelZ.Value

0

ObjectPosition

WheelExtents

Position

Front

Radius.Value

0

RequirementsControl

StandardDriven

Shape

Block

WheelSize

StaticRadius

WidthY.Value

0

Created in NX8.5.0

Member Enumeration Documentation

Represents the object position used to indicate if the wheel fixing is positioned at the theoretically widest dimension of the wheel (diameter) or exactly at the wheel geometry of the base data.

Enumerator
WheelExtents 
WheelContact 

Represents the wheel fixing positions.

Enumerator
Front 
Rear 
Both 

Represents the requirements control types to define the wheel fixing.

Enumerator
StandardDriven 
UserDefined 

Represents the shape used to indicate if the wheel fixing is a block or a circle segment.

Enumerator
Block 
CircleSegment 

Represents the wheel size used to indicate if the wheel fixing is based on static radius or the diameter of the wheels.

Enumerator
StaticRadius 
Diameter 

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.WheelFixingBuilder.HeightZ
get

Returns the expression that contains the value which indicates the height Z of the wheel fixing when the shape is block.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.WheelFixingBuilder.LengthX
get

Returns the expression that contains the value which indicates the Length X of the wheel fixing when the shape is block.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.WheelFixingBuilder.LevelZ
get

Returns the expression that contains the value which indicates the level Z of the wheel fixing when the shape is circle segment.

Created in NX8.5.0

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.WheelFixingBuilder.Loading
getset

Returns or sets the loading used in the wheel fixing.

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.WheelFixingBuilder.ObjectPositionType NXOpen.Features.VehicleDesign.WheelFixingBuilder.ObjectPosition
getset

Returns or sets the wheel fixing object 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 NXOpen.Features.VehicleDesign.WheelFixingBuilder.PositionType NXOpen.Features.VehicleDesign.WheelFixingBuilder.Position
getset

Returns or sets the wheel fixing 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 NXOpen.Expression NXOpen.Features.VehicleDesign.WheelFixingBuilder.Radius
get

Returns the expression that contains the value which indicates the radius of the wheel fixing when the shape is circle segment.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.WheelFixingBuilder.RequirementsControlType NXOpen.Features.VehicleDesign.WheelFixingBuilder.RequirementsControl
getset

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

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.WheelFixingBuilder.ShapeType NXOpen.Features.VehicleDesign.WheelFixingBuilder.Shape
getset

Returns or sets the wheel fixing shape.

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.WheelFixingBuilder.Standard
getset

Returns or sets the standard used to define the wheel fixing.

Only used when the requirements control type is NXOpen.Features.VehicleDesign.WheelFixingBuilder.RequirementsControlType.StandardDriven .

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.WheelFixingBuilder.WheelSizeType NXOpen.Features.VehicleDesign.WheelFixingBuilder.WheelSize
getset

Returns or sets the wheel size of the wheel fixing.

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.Expression NXOpen.Features.VehicleDesign.WheelFixingBuilder.WidthY
get

Returns the expression that contains the value which indicates the Width Y of the wheel fixing when the shape is block.

Created in NX8.5.0

License requirements: None.


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