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

This class is worked as a packet of information that can be be used to deform NXOpen.CAE.Post objects. More...

Inheritance diagram for NXOpen.CAE.DeformationParameters:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe NXOpen.CAE.Result.Complex ComplexCriterion [get, set]
 Returns or sets the complexity criterion. More...
 
unsafe NXOpen.CAE.Result.Component Component [get, set]
 Returns or sets the result component that is used for deforming the model. More...
 
unsafe
NXOpen.CAE.Result.DeformationScale 
DeformationType [get, set]
 Returns or sets the type of scale used for deforming the model More...
 
unsafe NXOpen.CAE.BaseResultType GenericType [get, set]
 Returns or sets the result type that will be used for deforming the model More...
 
unsafe double InitialDeformationScale [get, set]
 Returns or sets the initial deformation scale to be applied to the deformation value More...
 
unsafe
NXOpen.CAE.Result.DeformationScale 
InitialDeformationScaleType [get, set]
 Returns or sets the type of initial deformation scale used for deforming the model More...
 
unsafe NXOpen.CAE.BaseResultType InitialDeformationUserDefinedResultType [get, set]
 Returns or sets the initial deformation result type that will be used for deforming the model More...
 
unsafe
NXOpen.CAE.Result.InitialDeformationSelection 
InitialDeformationUserselectionType [get, set]
 Returns or sets the initial deformation section type that will be used for deforming the model More...
 
unsafe bool IsReferenceNode [get, set]
 Returns or sets a value of true means the reference node will be used More...
 
unsafe double PhaseAngle [get, set]
 Returns or sets the phase angle at which result will be evaluated and used for deformation. More...
 
unsafe
NXOpen.CAE.PostSelectionEntity 
ReferenceNode [get, set]
 Returns or sets a selection entity having the node which identifies the reference node used when deforming the model More...
 
unsafe int ReferenceNodeLabel [get, set]
 Returns or sets the node label which identifies the reference node used when deforming the model if NXOpen.CAE.DeformationParameters.IsReferenceNode is set to true More...
 
unsafe double Scale [get, set]
 Returns or sets the scale to be applied to the deformation value More...
 
unsafe bool UseShellNormalComponent [get, set]
 Returns or sets a value of true means the shell elements will be deformed along normal direction 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

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

Detailed Description

This class is worked as a packet of information that can be be used to deform NXOpen.CAE.Post objects.


Use NXOpen.CAE.ResultManager to create an NXOpen.CAE.DeformationParameters


You can modifiy these values but validation of correctness will only be performed when this object is set to a NXOpen.CAE.Post object

To obtain an instance of this class use NXOpen.Session.ResultManager .

Created in NX7.5.0

Property Documentation

unsafe NXOpen.CAE.Result.Complex NXOpen.CAE.DeformationParameters.ComplexCriterion
getset

Returns or sets the complexity criterion.

If the result type is complex NXOpen.CAE.BaseResultType.Complex the complexity criterion defines which value is used for deformation(like NXOpen.CAE.Result.Complex.Real or NXOpen.CAE.Result.Complex.Imaginary )

Created in NX7.5.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.Result.Component NXOpen.CAE.DeformationParameters.Component
getset

Returns or sets the result component that is used for deforming the model.

Created in NX7.5.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.Result.DeformationScale NXOpen.CAE.DeformationParameters.DeformationType
getset

Returns or sets the type of scale used for deforming the model

Created in NX7.5.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.BaseResultType NXOpen.CAE.DeformationParameters.GenericType
getset

Returns or sets the result type that will be used for deforming the model

Created in NX7.5.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 double NXOpen.CAE.DeformationParameters.InitialDeformationScale
getset

Returns or sets the initial deformation scale to be applied to the deformation value

Created in NX11.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.Result.DeformationScale NXOpen.CAE.DeformationParameters.InitialDeformationScaleType
getset

Returns or sets the type of initial deformation scale used for deforming the model

Created in NX11.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.BaseResultType NXOpen.CAE.DeformationParameters.InitialDeformationUserDefinedResultType
getset

Returns or sets the initial deformation result type that will be used for deforming the model

Created in NX11.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.Result.InitialDeformationSelection NXOpen.CAE.DeformationParameters.InitialDeformationUserselectionType
getset

Returns or sets the initial deformation section type that will be used for deforming the model

Created in NX11.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 bool NXOpen.CAE.DeformationParameters.IsReferenceNode
getset

Returns or sets a value of true means the reference node will be used

Created in NX7.5.2

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 double NXOpen.CAE.DeformationParameters.PhaseAngle
getset

Returns or sets the phase angle at which result will be evaluated and used for deformation.

If the result type is complex NXOpen.CAE.BaseResultType.Complex and the NXOpen.CAE.DeformationParameters.ComplexCriterion is set to NXOpen.CAE.Result.Complex.PhaseAngle , the Phaseangle will be used to evaluate the value of the complex result

Created in NX7.5.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.PostSelectionEntity NXOpen.CAE.DeformationParameters.ReferenceNode
getset

Returns or sets a selection entity having the node which identifies the reference node used when deforming the model

Created in NX1872.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.DeformationParameters.ReferenceNodeLabel
getset

Returns or sets the node label which identifies the reference node used when deforming the model if NXOpen.CAE.DeformationParameters.IsReferenceNode is set to true

Created in NX7.5.2

Deprecated in NX1872.0.0. use NXOpen.CAE.DeformationParameters.ReferenceNode

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 double NXOpen.CAE.DeformationParameters.Scale
getset

Returns or sets the scale to be applied to the deformation value

Created in NX7.5.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 bool NXOpen.CAE.DeformationParameters.UseShellNormalComponent
getset

Returns or sets a value of true means the shell elements will be deformed along normal direction

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")


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