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

Represents a NXOpen.CAE.Post3DGraphBuilder More...

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

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...
 

Additional Inherited Members

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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...
 

Detailed Description

Represents a NXOpen.CAE.Post3DGraphBuilder

This is an abstract class and cannot be instantiated

Created in NX10.0.0

Member Function Documentation

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

Set end iteration

Created in NX10.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.Post3DGraphBuilder.SetStartIteration ( NXOpen.CAE.BaseIteration  iteration)
inline

Set start iteration

Created in NX10.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

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