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

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

Inheritance diagram for NXOpen::Mechatronics::CamBuilder:
NXOpen::Mechatronics::CouplingBuilder NXOpen::Mechatronics::PhysicsConstraintBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  AxisJointType { AxisJointTypeLinear, AxisJointTypeAngular }
 Represents the axis joint type. More...
 

Public Member Functions

NXOpen::Mechatronics::CamProfileCamProfile ()
 Returns the cam profile. More...
 
NXOpen::Mechatronics::CamBuilder::AxisJointType MasterAxisType ()
 Returns the master axis type. More...
 
NXOpen::ExpressionMasterOffset ()
 Returns the master offset. More...
 
NXOpen::ExpressionMasterScaleFactor ()
 Returns the master scale factor. More...
 
NXOpen::Mechatronics::MotionProfileMotionProfile ()
 Returns the motion profile. More...
 
void SetCamProfile (NXOpen::Mechatronics::CamProfile *profile)
 Sets the cam profile. More...
 
void SetMasterAxisType (NXOpen::Mechatronics::CamBuilder::AxisJointType masterAxisType)
 Sets the master axis type. More...
 
void SetMotionProfile (NXOpen::Mechatronics::MotionProfile *profile)
 Sets the motion profile. More...
 
void SetSlaveAxisType (NXOpen::Mechatronics::CamBuilder::AxisJointType slaveAxisType)
 Sets the slave axis type. More...
 
NXOpen::Mechatronics::CamBuilder::AxisJointType SlaveAxisType ()
 Returns the slave axis type. More...
 
NXOpen::ExpressionSlaveOffset ()
 Returns the slave offset. More...
 
NXOpen::ExpressionSlaveScaleFactor ()
 Returns the slave scale factor. More...
 
- Public Member Functions inherited from NXOpen::Mechatronics::CouplingBuilder
bool AllowSlip ()
 Returns the coulping can slip or not. More...
 
NXOpen::Mechatronics::SelectPhysicsJointMasterAxisJoint ()
 Returns the master axis joint. More...
 
void SetAllowSlip (bool allowSlip)
 Sets the coulping can slip or not. More...
 
void SetMasterAxisJoint (NXOpen::Mechatronics::PhysicsJoint *master)
 Sets the master axis. More...
 
void SetSlaveAxisJoint (NXOpen::Mechatronics::PhysicsJoint *slave)
 Sets the slave axis. More...
 
NXOpen::Mechatronics::SelectPhysicsJointSlaveAxisJoint ()
 Returns the slave axis joint. 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::Cam builder.


To create a new instance of this class, use NXOpen::Mechatronics::CamCollection::CreateCamBuilder

Created in NX7.5.1.

Member Enumeration Documentation

Represents the axis joint type.

Enumerator
AxisJointTypeLinear 

Linear.

AxisJointTypeAngular 

Angular.

Member Function Documentation

NXOpen::Mechatronics::CamProfile* NXOpen::Mechatronics::CamBuilder::CamProfile ( )

Returns the cam profile.

This can be NXOpen::Mechatronics::CamProfile .
Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::CamBuilder::AxisJointType NXOpen::Mechatronics::CamBuilder::MasterAxisType ( )

Returns the master axis type.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::CamBuilder::MasterOffset ( )

Returns the master offset.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::CamBuilder::MasterScaleFactor ( )

Returns the master scale factor.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::MotionProfile* NXOpen::Mechatronics::CamBuilder::MotionProfile ( )

Returns the motion profile.

This can be NXOpen::Mechatronics::MotionProfile .
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::CamBuilder::SetCamProfile ( NXOpen::Mechatronics::CamProfile profile)

Sets the cam profile.

This can be NXOpen::Mechatronics::CamProfile .
Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
profileprofile
void NXOpen::Mechatronics::CamBuilder::SetMasterAxisType ( NXOpen::Mechatronics::CamBuilder::AxisJointType  masterAxisType)

Sets the master axis type.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
masterAxisTypemasteraxistype
void NXOpen::Mechatronics::CamBuilder::SetMotionProfile ( NXOpen::Mechatronics::MotionProfile profile)

Sets the motion profile.

This can be NXOpen::Mechatronics::MotionProfile .
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
profileprofile
void NXOpen::Mechatronics::CamBuilder::SetSlaveAxisType ( NXOpen::Mechatronics::CamBuilder::AxisJointType  slaveAxisType)

Sets the slave axis type.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
slaveAxisTypeslaveaxistype
NXOpen::Mechatronics::CamBuilder::AxisJointType NXOpen::Mechatronics::CamBuilder::SlaveAxisType ( )

Returns the slave axis type.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::CamBuilder::SlaveOffset ( )

Returns the slave offset.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::CamBuilder::SlaveScaleFactor ( )

Returns the slave scale factor.


Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")


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