Search Results for

    Show / Hide Table of Contents

    Class ContactMeshBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ContactMeshBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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
    Assembly: NXOpen.dll
    Syntax
    public class ContactMeshBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ContactMeshBuilder()

    Declaration
    protected ContactMeshBuilder()

    Properties

    AlignmentMethod

    Declaration
    public ContactMeshBuilder.AlignmentType AlignmentMethod { get; set; }
    Property Value
    Type Description
    ContactMeshBuilder.AlignmentType

    AlignTargetEdgeNodes

    Declaration
    public bool AlignTargetEdgeNodes { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContactEdge

    Declaration
    public SelectCAEEdge ContactEdge { get; }
    Property Value
    Type Description
    SelectCAEEdge

    ContactEdgeEndPoint

    Declaration
    public Point ContactEdgeEndPoint { get; set; }
    Property Value
    Type Description
    Point

    ContactEdgeStartPoint

    Declaration
    public Point ContactEdgeStartPoint { get; set; }
    Property Value
    Type Description
    Point

    ElementType

    Declaration
    public ElementTypeBuilder ElementType { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    EnableGapTolerance

    Declaration
    public bool EnableGapTolerance { get; set; }
    Property Value
    Type Description
    System.Boolean

    GapTolerance

    Declaration
    public double GapTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    NumElements

    Declaration
    public int NumElements { get; set; }
    Property Value
    Type Description
    System.Int32

    TargetEdge

    Declaration
    public SelectCAEEdge TargetEdge { get; }
    Property Value
    Type Description
    SelectCAEEdge

    TargetEdgeEndPoint

    Declaration
    public Point TargetEdgeEndPoint { get; set; }
    Property Value
    Type Description
    Point

    TargetEdgeStartPoint

    Declaration
    public Point TargetEdgeStartPoint { get; set; }
    Property Value
    Type Description
    Point

    Implements

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