NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PressLineSimulation::CushionControlBuilder Class Reference

Represents a PressLineSimulation::CushionControl builder
To create a new instance of this class, use NXOpen::PressLineSimulation::ApplicationManager::CreateCushionControlBuilder
Default values. More...

Inheritance diagram for NXOpen::PressLineSimulation::CushionControlBuilder:
NXOpen::PressLineSimulation::DrivenCamBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double BinderLiftDistance ()
 Returns the binder lift distance. More...
 
double BinderLiftDuration ()
 Returns the binder lift duration. More...
 
bool Disabled ()
 Returns the disable status. More...
 
void SetBinderLiftDistance (double binderLiftDistance)
 Sets the binder lift distance. More...
 
void SetBinderLiftDuration (double binderLiftDuration)
 Sets the binder lift duration. More...
 
void SetDisabled (bool disabled)
 Sets the disable status. More...
 
void SetVentilationLiftDistance (double ventilationLiftDistance)
 Sets the ventilation lift distance. More...
 
void SetVentilationStayDuration (double ventilationStayDuration)
 Sets the ventilation stay duration. More...
 
double VentilationLiftDistance ()
 Returns the ventilation lift distance. More...
 
double VentilationStayDuration ()
 Returns the ventilation stay duration. More...
 
- Public Member Functions inherited from NXOpen::PressLineSimulation::DrivenCamBuilder
double CamCollisionFacetingTolerance ()
 Returns the cam collision faceting tolerance. More...
 
void SetCamCollisionFacetingTolerance (double camCollisionFacetingTolerance)
 Sets the cam collision faceting tolerance. 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 PressLineSimulation::CushionControl builder
To create a new instance of this class, use NXOpen::PressLineSimulation::ApplicationManager::CreateCushionControlBuilder
Default values.

Property Value

BinderLiftDistance

0

BinderLiftDuration

10

Disabled

1

VentilationLiftDistance

0

VentilationStayDuration

10


Created in NX12.0.0.

Member Function Documentation

double NXOpen::PressLineSimulation::CushionControlBuilder::BinderLiftDistance ( )

Returns the binder lift distance.


Created in NX12.0.0.

License requirements : None

double NXOpen::PressLineSimulation::CushionControlBuilder::BinderLiftDuration ( )

Returns the binder lift duration.


Created in NX12.0.0.

License requirements : None

bool NXOpen::PressLineSimulation::CushionControlBuilder::Disabled ( )

Returns the disable status.


Created in NX12.0.0.

License requirements : None

void NXOpen::PressLineSimulation::CushionControlBuilder::SetBinderLiftDistance ( double  binderLiftDistance)

Sets the binder lift distance.


Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")

Parameters
binderLiftDistancebinderliftdistance
void NXOpen::PressLineSimulation::CushionControlBuilder::SetBinderLiftDuration ( double  binderLiftDuration)

Sets the binder lift duration.


Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")

Parameters
binderLiftDurationbinderliftduration
void NXOpen::PressLineSimulation::CushionControlBuilder::SetDisabled ( bool  disabled)

Sets the disable status.


Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")

Parameters
disableddisabled
void NXOpen::PressLineSimulation::CushionControlBuilder::SetVentilationLiftDistance ( double  ventilationLiftDistance)

Sets the ventilation lift distance.


Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")

Parameters
ventilationLiftDistanceventilationliftdistance
void NXOpen::PressLineSimulation::CushionControlBuilder::SetVentilationStayDuration ( double  ventilationStayDuration)

Sets the ventilation stay duration.


Created in NX12.0.0.

License requirements : nx_pls_die_checker (" NX Press Die Checker")

Parameters
ventilationStayDurationventilationstayduration
double NXOpen::PressLineSimulation::CushionControlBuilder::VentilationLiftDistance ( )

Returns the ventilation lift distance.


Created in NX12.0.0.

License requirements : None

double NXOpen::PressLineSimulation::CushionControlBuilder::VentilationStayDuration ( )

Returns the ventilation stay duration.


Created in NX12.0.0.

License requirements : None


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