Class BaseDataPassengerBuilder
Inheritance
BaseDataPassengerBuilder
Assembly: NXOpen.dll
Syntax
public class BaseDataPassengerBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseDataPassengerBuilder()
Declaration
protected BaseDataPassengerBuilder()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
AlignmentMethod
Declaration
public BaseDataPassengerBuilder.AlignmentMethods AlignmentMethod { get; set; }
Property Value
BackAngleExp
Declaration
public Expression BackAngleExp { get; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
HandCenterPoint
Declaration
public Point HandCenterPoint { get; set; }
Property Value
HandCenterPointActive
Declaration
public bool HandCenterPointActive { get; set; }
Property Value
HeelReferencePoint
Declaration
public Point HeelReferencePoint { get; set; }
Property Value
HeelReferencePointActive
Declaration
public bool HeelReferencePointActive { get; set; }
Property Value
HorizontalPointTravelExp
Declaration
public Expression HorizontalPointTravelExp { get; }
Property Value
PassengerType
Declaration
public BaseDataPassengerBuilder.PassengerTypeOptions PassengerType { get; set; }
Property Value
SeatAngleExp
Declaration
public Expression SeatAngleExp { get; }
Property Value
SeatDirection
Declaration
public BaseDataPassengerBuilder.SeatDirectionOptions SeatDirection { get; set; }
Property Value
SeatReferencePoint
Declaration
public Point SeatReferencePoint { get; set; }
Property Value
SeatReferencePointActive
Declaration
public bool SeatReferencePointActive { get; set; }
Property Value
TypeStateActive
Declaration
public bool TypeStateActive { get; set; }
Property Value
Methods
Assign(BaseDataPassengerBuilder)
Declaration
public void Assign(BaseDataPassengerBuilder other)
Parameters
GetBackAngle()
Declaration
[Obsolete("Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.BackAngleExp to query or edit it.")]
public double GetBackAngle()
Returns
GetHorizontalPointTravel()
Declaration
[Obsolete("Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HorizontalPointTravelExp to query or edit it.")]
public double GetHorizontalPointTravel()
Returns
GetSeatAngle()
Declaration
[Obsolete("Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp to query or edit it.")]
public double GetSeatAngle()
Returns
SetBackAngle(double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.BackAngleExp to query or edit it.")]
public void SetBackAngle(double dValue)
Parameters
Type |
Name |
Description |
double |
dValue |
|
SetHorizontalPointTravel(double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HorizontalPointTravelExp to query or edit it.")]
public void SetHorizontalPointTravel(double dValue)
Parameters
Type |
Name |
Description |
double |
dValue |
|
SetSeatAngle(double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp to query or edit it.")]
public void SetSeatAngle(double dValue)
Parameters
Type |
Name |
Description |
double |
dValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink