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

Represents a NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder . More...

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

Public Types

enum  SeatDirectionOptions {
  Frontward, Backward, Left, Right,
  Custom
}
 This enum represents the options to define the passenger's seat direction type. More...
 

Public Member Functions

unsafe void Assign (NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder other)
 Assigns values from another passenger. More...
 
unsafe double GetBackAngle ()
 Returns the passenger's back angle. More...
 
unsafe double GetHorizontalPointTravel ()
 Returns the passenger's horizontal adjustment in x direction. More...
 
unsafe double GetSeatAngle ()
 Returns the passenger's seat angle More...
 
unsafe void SetBackAngle (double dValue)
 Sets the passenger's back angle. More...
 
unsafe void SetHorizontalPointTravel (double dValue)
 Sets the passenger's horizontal adjustment in x direction. More...
 
unsafe void SetSeatAngle (double dValue)
 Sets the passenger's seat angle. More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool Active [get, set]
 Returns or sets the status to indicate whether the passenger is active or not. More...
 
unsafe NXOpen.Expression BackAngleExp [get]
 Returns the passenger's back angle. More...
 
unsafe string Description [get, set]
 Returns or sets the name or short description of the passenger. More...
 
unsafe NXOpen.Point HeelReferencePoint [get, set]
 Returns or sets the passenger's heel reference point. More...
 
unsafe bool HeelReferencePointActive [get, set]
 Returns or sets the status to indicate whether the passenger heel reference point is active or not. More...
 
unsafe NXOpen.Expression HorizontalPointTravelExp [get]
 Returns the passenger's horizontal adjustment in x direction. More...
 
unsafe NXOpen.Expression SeatAngleExp [get]
 Returns the passenger's seat angle. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatDirectionOptions 
SeatDirection [get, set]
 Returns or sets the direction that this passenger is facing. More...
 
unsafe NXOpen.Point SeatReferencePoint [get, set]
 Returns or sets the passenger's seat reference point. More...
 
unsafe bool SeatReferencePointActive [get, set]
 Returns or sets the status to indicate whether the passenger seat reference point is active or not. 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder .

An instance of this class can be obtained from BaseDataBuilder.CreatePassenger

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the options to define the passenger's seat direction type.

Enumerator
Frontward 

Seat position driving direction

Backward 

Seat position opposite to the driving direction

Left 

Seat directed towards the left side of the car.

Right 

Seat directed towards the right side of the car.

Custom 

Specify a custom value for the seat position (in deg).

1 to 179: Turning the seat rightwards; 1 to 179: Turning the seat leftwards.

Member Function Documentation

unsafe void NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.Assign ( NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder  other)
inline

Assigns values from another passenger.

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
other
unsafe double NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.GetBackAngle ( )
inline

Returns the passenger's back angle.

Created in NX8.5.0

Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.BackAngleExp to query or edit it.

License requirements: None.

Returns
unsafe double NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.GetHorizontalPointTravel ( )
inline

Returns the passenger's horizontal adjustment in x direction.

Created in NX8.5.0

Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HorizontalPointTravelExp to query or edit it.

License requirements: None.

Returns
unsafe double NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.GetSeatAngle ( )
inline

Returns the passenger's seat angle

Created in NX8.5.0

Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp to query or edit it.

License requirements: None.

Returns
unsafe void NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SetBackAngle ( double  dValue)
inline

Sets the passenger's back angle.

Created in NX8.5.0

Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.BackAngleExp to query or edit it.

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
dValue
unsafe void NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SetHorizontalPointTravel ( double  dValue)
inline

Sets the passenger's horizontal adjustment in x direction.

Created in NX8.5.0

Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HorizontalPointTravelExp to query or edit it.

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
dValue
unsafe void NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SetSeatAngle ( double  dValue)
inline

Sets the passenger's seat angle.

Created in NX8.5.0

Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp to query or edit it.

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
dValue

Property Documentation

unsafe bool NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.Active
getset

Returns or sets the status to indicate whether the passenger is active or not.

If it is true, the passenger is active.

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.BaseDataPassengerBuilder.BackAngleExp
get

Returns the passenger's back angle.

Created in NX9.0.1

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.Description
getset

Returns or sets the name or short description of the passenger.

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.Point NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HeelReferencePoint
getset

Returns or sets the passenger's heel reference point.

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.BaseDataPassengerBuilder.HeelReferencePointActive
getset

Returns or sets the status to indicate whether the passenger heel reference point is active or not.

If it is true, the passenger heel reference point is active.

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.BaseDataPassengerBuilder.HorizontalPointTravelExp
get

Returns the passenger's horizontal adjustment in x direction.

Created in NX9.0.1

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp
get

Returns the passenger's seat angle.

Created in NX9.0.1

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatDirectionOptions NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatDirection
getset

Returns or sets the direction that this passenger is facing.

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.Point NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatReferencePoint
getset

Returns or sets the passenger's seat reference point.

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.BaseDataPassengerBuilder.SeatReferencePointActive
getset

Returns or sets the status to indicate whether the passenger seat reference point is active or not.

If it is true, the passenger seat reference point is active.

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.