NXOpen .NET Reference  12.0.0
List of all members
NXOpen.Motion.AdvancedSolution Class Reference

Represents a Motion.AdvancedSolution . More...

Inheritance diagram for NXOpen.Motion.AdvancedSolution:
NXOpen.Motion.MotionSolution NXOpen.NXObject NXOpen.INXObject

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Public Member Functions inherited from NXOpen.Motion.MotionSolution
unsafe void SolveNormalRunSolution ()
 Solve normal run solution. More...
 
unsafe void ExportMotionHostCosimMfiles ()
 Export motion host cosim mfiles More...
 
unsafe void EditRunsimulinkMfile ()
 Edit runsimulink mfile More...
 
unsafe void ExportSimulinkHostCosimMfiles ()
 Export simulink host cosim mfiles More...
 
unsafe int CalculateGrueblerCount ()
 Calculate gruebler count of motion solution More...
 
unsafe void AddObject (NXOpen.NXObject @object)
 Adds a solution solved object to a solution More...
 
unsafe void RemoveObject (NXOpen.NXObject @object)
 Removes a solution solved object from a solution More...
 
unsafe void AddSuppressedObject (NXOpen.NXObject @object)
 Adds a suppressed object to a solution More...
 
unsafe void RemoveSuppressedObject (NXOpen.NXObject @object)
 Removes a suppressed object from a solution More...
 
unsafe void RemoveSuppressedObject (NXOpen.NXObject motionObject, bool forceOk)
 Removes a suppressed object from a solution Takes a flag that can be use to force ok to the dialog that could arise when conflict objects are found: e. More...
 
unsafe string GetName ()
 Get name More...
 
unsafe void SetName (string solutionName, bool renameResultFile)
 Set name More...
 
unsafe
NXOpen.Motion.AnimationControl 
GetAnimationControl ()
 Get NXOpen.Motion.AnimationControl object, must be called before any other animation control operation, and the finish API must be call if not use anymore More...
 
unsafe
NXOpen.Motion.ArticulationControl 
GetArticulationControl ()
 Get NXOpen.Motion.ArticulationControl object, must be called before any other articulation control operation, and the finish API must be call if not use anymore More...
 
unsafe
NXOpen.Motion.SpreadsheetRunControl 
GetSpreadsheetRunControl (string spreadsheetName)
 Get NXOpen.Motion.SpreadsheetRunControl object, must be called before any other spreadsheet run control operation, and the finish API must be call if not use anymore More...
 
unsafe
NXOpen.Motion.LoadTransferControl 
GetLoadTransferControl ()
 Get NXOpen.Motion.LoadTransferControl object, must be called before any other load transfer control operation. More...
 
unsafe
NXOpen.Motion.PostToolsControl 
GetPostToolsControl ()
 Get NXOpen.Motion.PostToolsControl object, must be called before any other post tools control operation. More...
 
unsafe void GetGraphObjectResult (NXOpen.Motion.Graph graph, out double[] resultPoints, out NXOpen.Unit unit)
 Get the result of the graph object More...
 
unsafe void SaveGraphObjectToSpreadsheet (NXOpen.Motion.Graph xGraph, NXOpen.Motion.Graph[] yGraphs, bool showGraph, bool writeTime)
 Save the result of graph to spreadsheet More...
 
unsafe void SaveGraphObjectToAfu (string fileName, NXOpen.Motion.Graph xGraph, NXOpen.Motion.Graph yGraph)
 Save the result of graph to afu file More...
 
unsafe void LoadResult ()
 Load result More...
 
unsafe void ExportSolverInputFile ()
 Export solver input file for a solution More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

Represents a Motion.AdvancedSolution .

This class exposes the Advanced Solution Element.

To create or edit an instance of this class, use NXOpen.Motion.AdvancedSolutionBuilder

Created in NX12.0.0


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