NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

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

Properties

unsafe string OutputFile [get, set]
 Returns or sets the output *. 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)

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)

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 ( )

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 
)

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)

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)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.