NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Mechatronics::HydraulicValveBuilder Class Reference

Represents a NXOpen::Mechatronics::HydraulicValve builder. More...

Inheritance diagram for NXOpen::Mechatronics::HydraulicValveBuilder:
NXOpen::Mechatronics::PhysicsConstraintBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  OutputValveType { OutputValveTypeFourWay, OutputValveTypeThreeWay }
 the Valve types. More...
 

Public Member Functions

NXOpen::ExpressionControlInput ()
 Returns. More...
 
NXOpen::Mechatronics::SelectHydraulicCylinderListCylinders ()
 Returns. More...
 
NXOpen::ExpressionExhaustPressure ()
 Returns. More...
 
NXOpen::ExpressionNominalFlow ()
 Returns. More...
 
NXOpen::ExpressionNominalPressure ()
 Returns. More...
 
void SetCylinders (const std::vector< NXOpen::Mechatronics::HydraulicCylinder * > &cylinders)
 the Cylinders. More...
 
void SetValveType (NXOpen::Mechatronics::HydraulicValveBuilder::OutputValveType valveType)
 Sets. More...
 
NXOpen::ExpressionSupplyPressure ()
 Returns. More...
 
NXOpen::Mechatronics::HydraulicValveBuilder::OutputValveType ValveType ()
 Returns. More...
 
- Public Member Functions inherited from NXOpen::Mechatronics::PhysicsConstraintBuilder
NXString Name ()
 Returns the name. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Mechatronics::HydraulicValve builder.


To create a new instance of this class, use NXOpen::Mechatronics::HydraulicValveCollection::CreateHydraulicValveBuilder

Created in NX11.0.0.

Member Enumeration Documentation

the Valve types.

Enumerator
OutputValveTypeFourWay 

4-way valve

OutputValveTypeThreeWay 

3-way valve

Member Function Documentation

NXOpen::Expression* NXOpen::Mechatronics::HydraulicValveBuilder::ControlInput ( )

Returns.

the initial control input.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::SelectHydraulicCylinderList* NXOpen::Mechatronics::HydraulicValveBuilder::Cylinders ( )

Returns.

the Cylinder. This can be a HydraulicCylinder .


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::HydraulicValveBuilder::ExhaustPressure ( )

Returns.

the initial exhaust pressure.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::HydraulicValveBuilder::NominalFlow ( )

Returns.

the initial nominal flow.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::HydraulicValveBuilder::NominalPressure ( )

Returns.

the initial nominal pressure.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::HydraulicValveBuilder::SetCylinders ( const std::vector< NXOpen::Mechatronics::HydraulicCylinder * > &  cylinders)

the Cylinders.

Sets the cylinder array.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
cylindersInput geometries
void NXOpen::Mechatronics::HydraulicValveBuilder::SetValveType ( NXOpen::Mechatronics::HydraulicValveBuilder::OutputValveType  valveType)

Sets.

the valve type.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
valveTypevalvetype
NXOpen::Expression* NXOpen::Mechatronics::HydraulicValveBuilder::SupplyPressure ( )

Returns.

the initial supply pressure.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::HydraulicValveBuilder::OutputValveType NXOpen::Mechatronics::HydraulicValveBuilder::ValveType ( )

Returns.

the valve type.


Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")


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