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

Exports input parameters for motor selection to SIZER drive design to support the sizing, configuration, and selection of drive components. More...

Inheritance diagram for NXOpen.Tooling.SIZERExportBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  _MCDMechanicalData
 Defines the mechanical data in MCD mode.
 
struct  _MechanicalData
 Defines the mechanical data in Motion mode.
 
struct  MCDMechanicalData
 Defines the mechanical data in MCD mode. More...
 
struct  MechanicalData
 Defines the mechanical data in Motion mode. More...
 

Public Types

enum  RunMode { None, Motion, Mcd }
 Represents the run mode. More...
 

Public Member Functions

unsafe void GetMcdMechanicalData (out NXOpen.Tooling.SIZERExportBuilder.MCDMechanicalData[] mechanicalData)
 Gets all groups of mechanical data in MCD mode. More...
 
unsafe void GetMechanicalData (out NXOpen.Tooling.SIZERExportBuilder.MechanicalData[] mechanicalData)
 Gets all groups of mechanical data in Motion mode. More...
 
unsafe
NXOpen.Tooling.SIZERExportBuilder.RunMode 
GetRunMode ()
 Gets the run mode. More...
 
unsafe void ProcessMcdSimulationData (double startTime, double endTime)
 Processes the simulation data in MCD mode. More...
 
unsafe void SetMcdMechanicalData (NXOpen.Tooling.SIZERExportBuilder.MCDMechanicalData[] mechanicalData)
 Sets all groups of mechanical data in MCD mode. More...
 
unsafe void SetMechanicalData (NXOpen.Tooling.SIZERExportBuilder.MechanicalData[] mechanicalData)
 Sets all groups of mechanical data in Motion mode. More...
 
unsafe void SetRunMode (NXOpen.Tooling.SIZERExportBuilder.RunMode runMode)
 Sets the run mode. 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 string OutputFile [get, set]
 Returns or sets the output *. 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

Exports input parameters for motor selection to SIZER drive design to support the sizing, configuration, and selection of drive components.

To create a new instance of this class, use NXOpen.Tooling.SIZERCollection.CreateExportBuilder

Created in NX7.5.0

Member Enumeration Documentation

Represents the run mode.

Enumerator
None 

None Mode

Motion 

Motion Mode

Mcd 

MCD Mode

Member Function Documentation

unsafe void NXOpen.Tooling.SIZERExportBuilder.GetMcdMechanicalData ( out NXOpen.Tooling.SIZERExportBuilder.MCDMechanicalData[]  mechanicalData)
inline

Gets all groups of mechanical data in MCD mode.

Created in NX9.0.0

License requirements: None.

Parameters
mechanicalDataArray of mechanical data
unsafe void NXOpen.Tooling.SIZERExportBuilder.GetMechanicalData ( out NXOpen.Tooling.SIZERExportBuilder.MechanicalData[]  mechanicalData)
inline

Gets all groups of mechanical data in Motion mode.

Created in NX7.5.0

License requirements: None.

Parameters
mechanicalDataArray of mechanical data
unsafe NXOpen.Tooling.SIZERExportBuilder.RunMode NXOpen.Tooling.SIZERExportBuilder.GetRunMode ( )
inline

Gets the run mode.

Created in NX9.0.0

License requirements: None.

Returns
Run mode
unsafe void NXOpen.Tooling.SIZERExportBuilder.ProcessMcdSimulationData ( double  startTime,
double  endTime 
)
inline

Processes the simulation data in MCD mode.

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
startTimeStart Time of simulation
endTimeEnd Time of simulation
unsafe void NXOpen.Tooling.SIZERExportBuilder.SetMcdMechanicalData ( NXOpen.Tooling.SIZERExportBuilder.MCDMechanicalData[]  mechanicalData)
inline

Sets all groups of mechanical data in MCD mode.

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
mechanicalDataArray of mechanical data
unsafe void NXOpen.Tooling.SIZERExportBuilder.SetMechanicalData ( NXOpen.Tooling.SIZERExportBuilder.MechanicalData[]  mechanicalData)
inline

Sets all groups of mechanical data in Motion mode.

Created in NX7.5.0

License requirements: mechanisms ("MECHANISMS")

Parameters
mechanicalDataArray of mechanical data
unsafe void NXOpen.Tooling.SIZERExportBuilder.SetRunMode ( NXOpen.Tooling.SIZERExportBuilder.RunMode  runMode)
inline

Sets the run mode.

Created in NX9.0.0

License requirements: mechanisms ("MECHANISMS") OR nx_mcd_core ("Mechatronics Concept Designer")

Parameters
runModeRun mode

Property Documentation

unsafe string NXOpen.Tooling.SIZERExportBuilder.OutputFile
getset

Returns or sets the output *.

mdix file, which is exported to SIZER.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS") OR 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.