NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.MotionProfileBuilder Class Reference

Represents a NXOpen.Mechatronics.MotionProfile builder. More...

Inheritance diagram for NXOpen.Mechatronics.MotionProfileBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  MasterValueUnit { Linear, Rotary, Time }
 the Master Unit types More...
 
enum  ProfileCyclicType { RelativeCyclic, Cyclic, NonCyclic }
 Indicates which cyclic type should be take. More...
 
enum  SlaveValueUnit { LinearPosition, RotaryPosition, LinearSpeed, RotarySpeed }
 the Slave Unit types More...
 

Public Member Functions

unsafe void AddElement (NXOpen.NXObject part, string name, double masterPos, double slavePos, double vin, double vout, double ain, double aout, bool vinEqVout, bool ainEqAout, bool constantSpeed)
 Add element to builder. More...
 
unsafe void ClearElements ()
 Clears the elements of function table. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Mechatronics.MotionProfileBuilder.ProfileCyclicType 
CyclicType [get, set]
 Returns or sets the cyclic type of a cam profile More...
 
unsafe bool IsForElecCam [get, set]
 Returns or sets the indicator that a motion profile is designed for a electronic cam More...
 
unsafe NXOpen.Expression MasterMaximum [get]
 Returns the masterMax. More...
 
unsafe NXOpen.Expression MasterMinimum [get]
 Returns the masterMin. More...
 
unsafe
NXOpen.Mechatronics.MotionProfileBuilder.MasterValueUnit 
MasterUnit [get, set]
 Returns or sets the masterUnit. More...
 
unsafe string Name [get, set]
 Returns or sets the name More...
 
unsafe NXOpen.Expression SlaveMaximum [get]
 Returns the slaveMax. More...
 
unsafe NXOpen.Expression SlaveMinimum [get]
 Returns the slaveMin. More...
 
unsafe
NXOpen.Mechatronics.MotionProfileBuilder.SlaveValueUnit 
SlaveUnit [get, set]
 Returns or sets the slaveUnit. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Mechatronics.MotionProfile builder.

To create a new instance of this class, use NXOpen.Mechatronics.MotionProfileCollection.CreateMotionProfileBuilder

Created in NX7.5.1

Member Enumeration Documentation

the Master Unit types

Enumerator
Linear 

Linear

Rotary 

Rotary

Time 

Time

Indicates which cyclic type should be take.

The type of Cam Profile can be switched between non-cyclic, cyclic and relative cyclic.

Enumerator
RelativeCyclic 

Relative Cyclic

Cyclic 

Cyclic

NonCyclic 

Non-cyclic

the Slave Unit types

Enumerator
LinearPosition 

Linear Position

RotaryPosition 

Rotary Position

LinearSpeed 

Linear Speed

RotarySpeed 

Rotary Speed

Member Function Documentation

unsafe void NXOpen.Mechatronics.MotionProfileBuilder.AddElement ( NXOpen.NXObject  part,
string  name,
double  masterPos,
double  slavePos,
double  vin,
double  vout,
double  ain,
double  aout,
bool  vinEqVout,
bool  ainEqAout,
bool  constantSpeed 
)
inline

Add element to builder.

Created in NX8.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
part
name
masterPos
slavePos
vin
vout
ain
aout
vinEqVout
ainEqAout
constantSpeed
unsafe void NXOpen.Mechatronics.MotionProfileBuilder.ClearElements ( )
inline

Clears the elements of function table.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Property Documentation

unsafe NXOpen.Mechatronics.MotionProfileBuilder.ProfileCyclicType NXOpen.Mechatronics.MotionProfileBuilder.CyclicType
getset

Returns or sets the cyclic type of a cam profile

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.MotionProfileBuilder.IsForElecCam
getset

Returns or sets the indicator that a motion profile is designed for a electronic cam

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.MotionProfileBuilder.MasterMaximum
get

Returns the masterMax.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.MotionProfileBuilder.MasterMinimum
get

Returns the masterMin.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.MotionProfileBuilder.MasterValueUnit NXOpen.Mechatronics.MotionProfileBuilder.MasterUnit
getset

Returns or sets the masterUnit.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.MotionProfileBuilder.Name
getset

Returns or sets the name

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.MotionProfileBuilder.SlaveMaximum
get

Returns the slaveMax.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.MotionProfileBuilder.SlaveMinimum
get

Returns the slaveMin.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.MotionProfileBuilder.SlaveValueUnit NXOpen.Mechatronics.MotionProfileBuilder.SlaveUnit
getset

Returns or sets the slaveUnit.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")


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