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.CorrelTestAnalysisSolutionBuilder Class Reference

Represents the builder for the Test Analysis Solution. More...

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

Public Types

enum  MethodType { Automatic, Manual }
 the method type. More...
 
enum  SourceType { Solution, PreTestSolution }
 the source type. More...
 

Public Member Functions

unsafe void ClearExciterConfig ()
 Clear the exciter config 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
NXOpen.CAE.PreTestSensorConfig 
Config [get, set]
 Returns or sets the config index More...
 
unsafe bool DetectActiveModeSensors [get, set]
 Returns or sets the detect active mode sensors More...
 
unsafe NXOpen.CAE.CaeDOFSet DofSet [get, set]
 Returns or sets the DOF Set More...
 
unsafe
NXOpen.CAE.PreTestExciterConfig 
ExciterConfig [get, set]
 Returns or sets the exciter config index More...
 
unsafe
NXOpen.CAE.SelectGroupsBuilder 
GroupsSelection [get]
 Returns the selected groups More...
 
unsafe double MaxDistanceRatio [get, set]
 Returns or sets the maximum distance ratio More...
 
unsafe int MaxNumOfWiresPerNode [get, set]
 Returns or sets the maximum number of wires per node More...
 
unsafe
NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.MethodType 
Method [get, set]
 Returns or sets the wireframe creation method More...
 
unsafe NXOpen.Expression MinAngleBetweenWires [get]
 Returns the minimum angle between wires More...
 
unsafe string Name [get, set]
 Returns or sets the name More...
 
unsafe NXOpen.CAE.PreTestSolution PreTestSolution [get, set]
 Returns or sets the pre-test solution More...
 
unsafe NXOpen.CAE.SimSolution Solution [get, set]
 Returns or sets the solution More...
 
unsafe
NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.SourceType 
Source [get, set]
 Returns or sets the source 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 the builder for the Test Analysis Solution.

To create a new instance of this class, use NXOpen.CAE.CorrelSolutionCollection.CreateCorrelTestAnalysisSolutionBuilder

Created in NX1872.0.0

Member Enumeration Documentation

the method type.

Enumerator
Automatic 
Manual 

the source type.

Enumerator
Solution 
PreTestSolution 

Member Function Documentation

unsafe void NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.ClearExciterConfig ( )
inline

Clear the exciter config

Created in NX1899.0.0

License requirements: nx_correl_base ("FE Correlation")

Property Documentation

unsafe NXOpen.CAE.PreTestSensorConfig NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.Config
getset

Returns or sets the config index

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe bool NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.DetectActiveModeSensors
getset

Returns or sets the detect active mode sensors

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.CaeDOFSet NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.DofSet
getset

Returns or sets the DOF Set

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.PreTestExciterConfig NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.ExciterConfig
getset

Returns or sets the exciter config index

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.SelectGroupsBuilder NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.GroupsSelection
get

Returns the selected groups

Created in NX1872.0.0

License requirements: None.

unsafe double NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.MaxDistanceRatio
getset

Returns or sets the maximum distance ratio

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe int NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.MaxNumOfWiresPerNode
getset

Returns or sets the maximum number of wires per node

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.MethodType NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.Method
getset

Returns or sets the wireframe creation method

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.Expression NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.MinAngleBetweenWires
get

Returns the minimum angle between wires

Created in NX1872.0.0

License requirements: None.

unsafe string NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.Name
getset

Returns or sets the name

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.PreTestSolution NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.PreTestSolution
getset

Returns or sets the pre-test solution

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.SimSolution NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.Solution
getset

Returns or sets the solution

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")

unsafe NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.SourceType NXOpen.CAE.CorrelTestAnalysisSolutionBuilder.Source
getset

Returns or sets the source

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_correl_base ("FE Correlation")


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