NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

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 AddObject (NXOpen.NXObject @object)
 Adds a solution solved object to a solution More...
 
unsafe void AddSuppressedObject (NXOpen.NXObject @object)
 Adds a suppressed object to a solution More...
 
unsafe int CalculateGrueblerCount ()
 Calculate gruebler count of motion solution More...
 
unsafe void EditRunsimulinkMfile ()
 Edit runsimulink mfile More...
 
unsafe void ExportMotionHostCosimMfiles ()
 Export motion host cosim mfiles More...
 
unsafe void ExportSimulinkHostCosimMfiles ()
 Export simulink host cosim mfiles More...
 
unsafe void ExportSolverInputFile ()
 Export solver input file for a solution 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 void GetGraphObjectResult (NXOpen.Motion.Graph graph, out double[] resultPoints, out NXOpen.Unit unit)
 Get the result of the graph object More...
 
unsafe bool GetIsSuppressed (NXOpen.NXObject objectTag)
 Returns whether this object is suppressed or not in this solution More...
 
unsafe
NXOpen.Motion.LoadTransferControl 
GetLoadTransferControl ()
 Get NXOpen.Motion.LoadTransferControl object, must be called before any other load transfer control operation. More...
 
unsafe string GetName ()
 Get name More...
 
unsafe
NXOpen.Motion.PostToolsControl 
GetPostToolsControl ()
 Get NXOpen.Motion.PostToolsControl object, must be called before any other post tools control operation. 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 void LoadResult ()
 Load result More...
 
unsafe void RemoveObject (NXOpen.NXObject @object)
 Removes a solution solved object from 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 void SaveGraphObjectToAfu (string fileName, NXOpen.Motion.Graph xGraph, NXOpen.Motion.Graph yGraph)
 Save the result of graph to afu file 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 SetName (string solutionName, bool renameResultFile)
 Set name More...
 
unsafe void SolveNormalRunSolution ()
 Solve normal run solution. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Motion.MotionSolution
NXOpen.Motion.AnimationCollection Animations [get]
 Returns the NXOpen.Motion.AnimationCollection belonging to this part 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.