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

Represents a NXOpen::Mechatronics::TransportSurfaceBuilder . More...

Inheritance diagram for NXOpen::Mechatronics::TransportSurfaceBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  MoveType { MoveTypeStraight, MoveTypeCircle }
 the motion types. More...
 

Public Member Functions

NXOpen::DirectionAxisVector ()
 Returns the specify axis vector. More...
 
NXOpen::PointCenterPoint ()
 Returns the center point
Created in NX10.0.0. More...
 
NXOpen::SelectFaceListFaces ()
 Returns the faces. More...
 
NXOpen::Mechatronics::CollisionMaterialMaterial ()
 Returns the material. More...
 
NXOpen::ExpressionMedianRadius ()
 Returns the median radius. More...
 
NXOpen::ExpressionMedianStartPosition ()
 Returns the median start position. More...
 
NXOpen::ExpressionMedianVelocity ()
 Returns the median velocity. More...
 
NXOpen::Mechatronics::TransportSurfaceBuilder::MoveType MotionType ()
 Returns the motion type
Created in NX10.0.0. More...
 
NXString Name ()
 Returns the name. More...
 
NXOpen::ExpressionParallelInitialPosition ()
 Returns the initial position in parallel direction. More...
 
NXOpen::ExpressionParallelVelocity ()
 Returns the parallel velocity. More...
 
NXOpen::ExpressionPerpendicularInitialPosition ()
 Returns the initial position in perpendicular direction. More...
 
NXOpen::ExpressionPerpendicularVelocity ()
 Returns the perpendicular velocity. More...
 
void SetAxisVector (NXOpen::Direction *axisVector)
 Sets the specify axis vector. More...
 
void SetCenterPoint (NXOpen::Point *centerPoint)
 Sets the center point
Created in NX10.0.0. More...
 
void SetFaces (const std::vector< NXOpen::NXObject * > &faces)
 Sets the faces. More...
 
void SetMaterial (NXOpen::Mechatronics::CollisionMaterial *material)
 Sets the material. More...
 
void SetMotionType (NXOpen::Mechatronics::TransportSurfaceBuilder::MoveType motionType)
 Sets the motion type
Created in NX10.0.0. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
void SetVelocityVector (NXOpen::Direction *velocityVector)
 Sets the specify vector. More...
 
NXOpen::DirectionVelocityVector ()
 Returns the specify vector. 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::TransportSurfaceBuilder .


To create a new instance of this class, use NXOpen::Mechatronics::TransportSurfaceCollection::CreateTransportSurfaceBuilder

Created in NX7.5.1.

Member Enumeration Documentation

the motion types.

Enumerator
MoveTypeStraight 

Straight.

MoveTypeCircle 

Circle.

Member Function Documentation

NXOpen::Direction* NXOpen::Mechatronics::TransportSurfaceBuilder::AxisVector ( )

Returns the specify axis vector.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Point* NXOpen::Mechatronics::TransportSurfaceBuilder::CenterPoint ( )

Returns the center point
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::SelectFaceList* NXOpen::Mechatronics::TransportSurfaceBuilder::Faces ( )

Returns the faces.

This can be a NXOpen::Face .
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::CollisionMaterial* NXOpen::Mechatronics::TransportSurfaceBuilder::Material ( )

Returns the material.

This can be a NXOpen::Mechatronics::CollisionMaterial .
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::MedianRadius ( )

Returns the median radius.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::MedianStartPosition ( )

Returns the median start position.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::MedianVelocity ( )

Returns the median velocity.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Mechatronics::TransportSurfaceBuilder::MoveType NXOpen::Mechatronics::TransportSurfaceBuilder::MotionType ( )

Returns the motion type
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::TransportSurfaceBuilder::Name ( )

Returns the name.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::ParallelInitialPosition ( )

Returns the initial position in parallel direction.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::ParallelVelocity ( )

Returns the parallel velocity.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::PerpendicularInitialPosition ( )

Returns the initial position in perpendicular direction.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Expression* NXOpen::Mechatronics::TransportSurfaceBuilder::PerpendicularVelocity ( )

Returns the perpendicular velocity.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

void NXOpen::Mechatronics::TransportSurfaceBuilder::SetAxisVector ( NXOpen::Direction axisVector)

Sets the specify axis vector.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
axisVectoraxisvector
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetCenterPoint ( NXOpen::Point centerPoint)

Sets the center point
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
centerPointcenterpoint
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetFaces ( const std::vector< NXOpen::NXObject * > &  faces)

Sets the faces.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
facesfaces
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetMaterial ( NXOpen::Mechatronics::CollisionMaterial material)

Sets the material.

This can be a NXOpen::Mechatronics::CollisionMaterial .
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
materialmaterial
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetMotionType ( NXOpen::Mechatronics::TransportSurfaceBuilder::MoveType  motionType)

Sets the motion type
Created in NX10.0.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
motionTypemotiontype
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetName ( const NXString name)

Sets the name.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetName ( const char *  name)

Sets the name.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::TransportSurfaceBuilder::SetVelocityVector ( NXOpen::Direction velocityVector)

Sets the specify vector.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
velocityVectorvelocityvector
NXOpen::Direction* NXOpen::Mechatronics::TransportSurfaceBuilder::VelocityVector ( )

Returns the specify vector.


Created in NX7.5.1.

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.