Class DeformationParameters
Inheritance
DeformationParameters
Assembly: NXOpen.dll
public class DeformationParameters : TaggedObject, IMessageSink
Constructors
Declaration
protected DeformationParameters()
Properties
Declaration
public Result.Complex ComplexCriterion { get; set; }
Property Value
Declaration
public Result.Component Component { get; set; }
Property Value
Declaration
public Result.DeformationScale DeformationType { get; set; }
Property Value
Declaration
public BaseResultType GenericType { get; set; }
Property Value
Declaration
public double InitialDeformationScale { get; set; }
Property Value
Declaration
public Result.DeformationScale InitialDeformationScaleType { get; set; }
Property Value
Declaration
public BaseResultType InitialDeformationUserDefinedResultType { get; set; }
Property Value
Declaration
public Result.InitialDeformationSelection InitialDeformationUserselectionType { get; set; }
Property Value
Declaration
public bool IsReferenceNode { get; set; }
Property Value
Declaration
public double PhaseAngle { get; set; }
Property Value
Declaration
public PostSelectionEntity ReferenceNode { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX1872.0.0. use NXOpen.CAE.DeformationParameters.ReferenceNode")]
public int ReferenceNodeLabel { get; set; }
Property Value
Declaration
public double Scale { get; set; }
Property Value
Declaration
public bool UseShellNormalComponent { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink