Search Results for

    Show / Hide Table of Contents

    Class WeldBeadPathBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    WeldBeadPathBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 WeldBeadPathBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    WeldBeadPathBuilder()

    Declaration
    protected WeldBeadPathBuilder()

    Properties

    CreateEndToStart

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

    EndPath

    Declaration
    public OnPathDimensionBuilder EndPath { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    OffsetAlongNormal

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

    OffsetInFace

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

    OffsetMethod

    Declaration
    public WeldBeadPathBuilder.OffsetMethodType OffsetMethod { get; set; }
    Property Value
    Type Description
    WeldBeadPathBuilder.OffsetMethodType

    PathSection

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

    ReverseOffsetDirection

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

    StartPath

    Declaration
    public OnPathDimensionBuilder StartPath { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    Methods

    GetSweepPath()

    Declaration
    public Spline GetSweepPath()
    Returns
    Type Description
    Spline

    UpdatePath(out Boolean, out Point3d, out Vector3d, out Vector3d, out Vector3d)

    Declaration
    public void UpdatePath(out bool pointFound, out Point3d evaluationPoint, out Vector3d pathTangent, out Vector3d faceNormalWithFin, out Vector3d faceNormalOppositeFin)
    Parameters
    Type Name Description
    System.Boolean pointFound
    Point3d evaluationPoint
    Vector3d pathTangent
    Vector3d faceNormalWithFin
    Vector3d faceNormalOppositeFin

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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