Search Results for

    Show / Hide Table of Contents

    Class WeldFillBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    WeldFillBuilder
    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 WeldFillBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    WeldFillBuilder()

    Declaration
    protected WeldFillBuilder()

    Properties

    Boundary

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

    BoundaryMethod

    Declaration
    public WeldFillBuilder.BoundaryMethodType BoundaryMethod { get; set; }
    Property Value
    Type Description
    WeldFillBuilder.BoundaryMethodType

    ChangeViewOrientation

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

    Characteristics

    Declaration
    public CharacteristicsBuilder Characteristics { get; }
    Property Value
    Type Description
    CharacteristicsBuilder

    Corner1

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

    Corner2

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

    DistanceTolerance

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

    ExtendDistance

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

    ExtrudeHeight

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

    FillStripList

    Declaration
    public WeldFillStripBuilderList FillStripList { get; }
    Property Value
    Type Description
    WeldFillStripBuilderList

    InnerBoundary

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

    Orientation

    Declaration
    public CoordinateSystem Orientation { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    PlacementFace

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

    SubdivideRegion

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

    UseSeedFace

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

    Width

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

    WidthAlong

    Declaration
    public WeldFillBuilder.WidthAlongType WidthAlong { get; set; }
    Property Value
    Type Description
    WeldFillBuilder.WidthAlongType

    Methods

    DeleteFillStrip(WeldFillStripBuilder)

    Declaration
    public void DeleteFillStrip(WeldFillStripBuilder fillStrip)
    Parameters
    Type Name Description
    WeldFillStripBuilder fillStrip

    NewFillStrip(Point3d, Double)

    Declaration
    public WeldFillStripBuilder NewFillStrip(Point3d center, double length)
    Parameters
    Type Name Description
    Point3d center
    System.Double length
    Returns
    Type Description
    WeldFillStripBuilder

    Implements

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