Search Results for

    Show / Hide Table of Contents

    Class EasyPatternBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EasyPatternBuilder
    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.Weld
    Assembly: NXOpen.dll
    Syntax
    public class EasyPatternBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    EasyPatternBuilder()

    Declaration
    protected EasyPatternBuilder()

    Properties

    BackEdgeOffset

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

    DistanceTolerance

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

    GridAngleTolerance

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

    GridIncrement

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

    Height

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

    HemMethod

    Declaration
    public EasyPatternBuilder.HemMethodTypes HemMethod { get; set; }
    Property Value
    Type Description
    EasyPatternBuilder.HemMethodTypes

    LengthAndWidth

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

    MaximumSpacing

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

    MinimumFlangeWidth

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

    NumberSurfaceVectors

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

    PatternPath

    Declaration
    public Section PatternPath { get; }
    Property Value
    Type Description
    Section

    PlaneLocation

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

    PlaneMethod

    Declaration
    public EasyPatternBuilder.PlaneMethodTypes PlaneMethod { get; set; }
    Property Value
    Type Description
    EasyPatternBuilder.PlaneMethodTypes

    ReverseDirection

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

    SpacingMethod

    Declaration
    public EasyPatternBuilder.SpacingMethodTypes SpacingMethod { get; set; }
    Property Value
    Type Description
    EasyPatternBuilder.SpacingMethodTypes

    SurfaceVectorFace

    Declaration
    public ScCollector SurfaceVectorFace { get; }
    Property Value
    Type Description
    ScCollector

    TrimEdgeOffset

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

    Type

    Declaration
    public EasyPatternBuilder.Types Type { get; set; }
    Property Value
    Type Description
    EasyPatternBuilder.Types

    Implements

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