Search Results for

    Show / Hide Table of Contents

    Class StrainGageBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseBuilder
    StrainGageBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseBuilder.ObjectLabel
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE.ResponseSimulation
    Assembly: NXOpen.dll
    Syntax
    public class StrainGageBuilder : BaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    StrainGageBuilder()

    Declaration
    protected StrainGageBuilder()

    Properties

    Csys

    Declaration
    public SmartObject Csys { get; set; }
    Property Value
    Type Description
    SmartObject

    GageType

    Declaration
    public StrainGageType GageType { get; set; }
    Property Value
    Type Description
    StrainGageType

    Placement

    Declaration
    public StrainGagePlacementType Placement { get; set; }
    Property Value
    Type Description
    StrainGagePlacementType

    Plane

    Declaration
    public StrainGageOrientationPlane Plane { get; set; }
    Property Value
    Type Description
    StrainGageOrientationPlane

    ResultType

    Declaration
    public StrainGageResult ResultType { get; set; }
    Property Value
    Type Description
    StrainGageResult

    RotationAngle

    Declaration
    public Expression RotationAngle { get; }
    Property Value
    Type Description
    Expression

    SelectedElementFaces

    Declaration
    public SelectFEElemFaceList SelectedElementFaces { get; }
    Property Value
    Type Description
    SelectFEElemFaceList

    SelectedNode

    Declaration
    public SelectFENodeList SelectedNode { get; }
    Property Value
    Type Description
    SelectFENodeList

    ShellElementFace

    Declaration
    public StrainGageShellElementFaceType ShellElementFace { get; set; }
    Property Value
    Type Description
    StrainGageShellElementFaceType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX