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

Represents a NXOpen.CAE.PostGraphAcrossIterationsBuilder More...

Inheritance diagram for NXOpen.CAE.PostGraphAcrossIterationsBuilder:
NXOpen.CAE.PostGraphBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CombinationMethod {
  Average, Minimum, Maximum, Sum,
  Difference, WeightedAverage, Integral, AbsoluteMinimum,
  AbsoluteMaximum, SignedAbsoluteMinimum, SignedAbsoluteMaximum, Rms,
  Rss, WeightedRMS, WeightedRSS
}
 Defines the methods that can be used to combine multiple values into a single value More...
 
enum  IterationLabelingOption { Value, Id }
 Defines the Iteration labeling options More...
 
- Public Types inherited from NXOpen.CAE.PostGraphBuilder
enum  DataErrorHandling { Skip, UserValue }
 error handling option when result values are not present for the selected entities More...
 
enum  EdgeIntegralOption { Length, Area }
 weighted Average / Integral calculation based on weighted average by on selection of Edge More...
 
enum  EntityType {
  Node, Element, Point, Edge,
  Face, Body, Group
}
 types of the entity objects which are selected More...
 
enum  EvalutionErrors { Skip, UserValue, Abort }
 error handling option when there are expression evaluation errors while evaluating the formula More...
 
enum  FaceIntegralOption { Area, Volume }
 weighted Average/ Integral calculation based on weighted average by on selection of Face More...
 
enum  GeometryValue {
  Average, Minimum, Maximum, Sum,
  WeightedAverage, Integral
}
 This option is used to when the geometric entity selected has multiple result values. More...
 
enum  IncompatibleResult { Skip, Abort }
 error handling option when incompactible results are selected More...
 
enum  NodalCombination {
  Average, Minimum, Maximum, Sum,
  None
}
 nodal combination option for determining the nodal result value for element and element-nodal result More...
 

Public Member Functions

unsafe void SetEndIteration (NXOpen.CAE.BaseIteration iteration)
 Set end iteration More...
 
unsafe void SetStartIteration (NXOpen.CAE.BaseIteration iteration)
 Set start iteration More...
 
- Public Member Functions inherited from NXOpen.CAE.PostGraphBuilder
unsafe NXOpen.Fields.FieldTable GetFieldTable ()
 Gets the field which is created when user sets the NXOpen.CAE.PostGraphBuilder.CreateFieldOption to true for across iterations type of graphs More...
 
unsafe void SetEntityIds (bool isnodal, int[] entityIds)
 Set entity ids for extracting result data More...
 
unsafe void SetEntityObjects (NXOpen.TaggedObject[] entityObjs)
 Sets the entity objects for extracting result data. More...
 
unsafe void SetFreePoints (NXOpen.Point3d[] freePoints)
 Set free points for extracting data More...
 
unsafe void SetSelectionEntityObjects (NXOpen.CAE.PostSelectionEntity[] selectionEntities)
 Sets the selection entity object. 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 bool CombineAcrossEntities [get, set]
 Returns or sets the combine across entities method to be used if NXOpen.CAE.PostGraphAcrossIterationsBuilder.CombineAcrossEntities is True More...
 
unsafe
NXOpen.CAE.PostGraphAcrossIterationsBuilder.CombinationMethod 
CombineValueFromEntitiesOption [get, set]
 Returns or sets the set combine across entities option type More...
 
unsafe int IterationStepSpacing [get, set]
 Returns or sets the step spacing to be used between the start and end iteration. More...
 
unsafe
NXOpen.CAE.BaseIteration.IterationValueType 
IterationValueFilter [get, set]
 Returns or sets the set iteration value type filter More...
 
unsafe
NXOpen.CAE.PostGraphAcrossIterationsBuilder.IterationLabelingOption 
IterationValueOption [get, set]
 Returns or sets the select iteration type to be set as x axis More...
 
- Properties inherited from NXOpen.CAE.PostGraphBuilder
unsafe
NXOpen.CAE.Xyplot.ComplexOption2D 
ComplexGraphTypes [get, set]
 Returns or sets the complex plot display option while plotting complex result type More...
 
unsafe bool CreateFieldOption [get, set]
 Returns or sets the option to create field of the across iteration graph created by expression More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.EdgeIntegralOption 
EdgeIntegralOptionValue [get, set]
 Returns or sets the weighted average or integral option on selecting Edge More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.EvalutionErrors 
EvalutionErrorsOption [get, set]
 Returns or sets the error handling option when there are evaluation errors on selected entities or path More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.FaceIntegralOption 
FaceIntegralOptionValue [get, set]
 Returns or sets the weighted average or integral option on selecting Face More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.GeometryValue 
GeometryCombinationValue [get, set]
 Returns or sets the geometry value option in case of edge, face or body selection More...
 
unsafe string GraphTitle [get, set]
 Returns or sets the graph title More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.IncompatibleResult 
IncompatibleResultOption [get, set]
 Returns or sets the error handling option when results are not compatible on selected entities or path More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.NodalCombination 
NodalCombinationValue [get, set]
 Returns or sets the nodal combination option for determining the nodal value for element and element-nodal results This method has been deprecated. More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.DataErrorHandling 
NoDataOption [get, set]
 Returns or sets the error handling option when result is not present on selected entities or path More...
 
unsafe bool SaveAfuOption [get, set]
 Returns or sets the save in AFU option to save graph data as AFU records More...
 
unsafe
NXOpen.CAE.PostGraphBuilder.EntityType 
SelectedEntityType [get, set]
 Returns or sets the entity type of the tags of entities which passed using SetEntityObjects function More...
 
unsafe double UserData [get, set]
 Returns or sets the error handling value used when error occurs or no data present on entities 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.CAE.PostGraphAcrossIterationsBuilder

This is an abstract class and cannot be instantiated

Created in NX9.0.0

Member Enumeration Documentation

Defines the methods that can be used to combine multiple values into a single value

Enumerator
Average 
Minimum 
Maximum 
Sum 
Difference 
WeightedAverage 
Integral 
AbsoluteMinimum 
AbsoluteMaximum 
SignedAbsoluteMinimum 
SignedAbsoluteMaximum 
Rms 
Rss 
WeightedRMS 
WeightedRSS 

Defines the Iteration labeling options

Enumerator
Value 
Id 

Member Function Documentation

unsafe void NXOpen.CAE.PostGraphAcrossIterationsBuilder.SetEndIteration ( NXOpen.CAE.BaseIteration  iteration)
inline

Set end iteration

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
iteration
unsafe void NXOpen.CAE.PostGraphAcrossIterationsBuilder.SetStartIteration ( NXOpen.CAE.BaseIteration  iteration)
inline

Set start iteration

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
iteration

Property Documentation

unsafe bool NXOpen.CAE.PostGraphAcrossIterationsBuilder.CombineAcrossEntities
getset

Returns or sets the combine across entities method to be used if NXOpen.CAE.PostGraphAcrossIterationsBuilder.CombineAcrossEntities is True

Created in NX9.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe NXOpen.CAE.PostGraphAcrossIterationsBuilder.CombinationMethod NXOpen.CAE.PostGraphAcrossIterationsBuilder.CombineValueFromEntitiesOption
getset

Returns or sets the set combine across entities option type

Created in NX9.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe int NXOpen.CAE.PostGraphAcrossIterationsBuilder.IterationStepSpacing
getset

Returns or sets the step spacing to be used between the start and end iteration.

This option can be used to reduce the amount of data graphed.

Created in NX9.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe NXOpen.CAE.BaseIteration.IterationValueType NXOpen.CAE.PostGraphAcrossIterationsBuilder.IterationValueFilter
getset

Returns or sets the set iteration value type filter

Created in NX1847.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe NXOpen.CAE.PostGraphAcrossIterationsBuilder.IterationLabelingOption NXOpen.CAE.PostGraphAcrossIterationsBuilder.IterationValueOption
getset

Returns or sets the select iteration type to be set as x axis

Created in NX9.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")


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