Class HydraulicValveBuilder
Inheritance
HydraulicValveBuilder
Assembly: NXOpen.dll
Syntax
public class HydraulicValveBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
HydraulicValveBuilder()
Declaration
protected HydraulicValveBuilder()
Properties
Declaration
public Expression ControlInput { get; }
Property Value
Cylinders
Declaration
public SelectHydraulicCylinderList Cylinders { get; }
Property Value
ExhaustPressure
Declaration
public Expression ExhaustPressure { get; }
Property Value
NominalFlow
Declaration
public Expression NominalFlow { get; }
Property Value
NominalPressure
Declaration
public Expression NominalPressure { get; }
Property Value
SupplyPressure
Declaration
public Expression SupplyPressure { get; }
Property Value
ValveType
Declaration
public HydraulicValveBuilder.OutputValveType ValveType { get; set; }
Property Value
Methods
SetCylinders(HydraulicCylinder[])
Declaration
public void SetCylinders(HydraulicCylinder[] cylinders)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink