Search Results for

    Show / Hide Table of Contents

    Class WeldCutBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    WeldCutBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class WeldCutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    WeldCutBuilder()

    Declaration
    protected WeldCutBuilder()

    Properties

    CoordSystem

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

    KeepCoordSystem

    Declaration
    public bool KeepCoordSystem { get; set; }
    Property Value
    Type Description
    bool

    KeepSelectCSYSFace

    Declaration
    public bool KeepSelectCSYSFace { get; set; }
    Property Value
    Type Description
    bool

    KeepSelectGuideCurve

    Declaration
    public bool KeepSelectGuideCurve { get; set; }
    Property Value
    Type Description
    bool

    KeepSelectTargetFace

    Declaration
    public bool KeepSelectTargetFace { get; set; }
    Property Value
    Type Description
    bool

    PlacementType

    Declaration
    public WeldCutBuilder.CreationMethod PlacementType { get; set; }
    Property Value
    Type Description
    WeldCutBuilder.CreationMethod

    SelectCSYSFace

    Declaration
    public SelectFace SelectCSYSFace { get; }
    Property Value
    Type Description
    SelectFace

    SelectGuideCurve

    Declaration
    public SelectTaggedObject SelectGuideCurve { get; }
    Property Value
    Type Description
    SelectTaggedObject

    SelectTargetFace

    Declaration
    public SelectFace SelectTargetFace { get; }
    Property Value
    Type Description
    SelectFace

    SketchBlock

    Declaration
    public SketchExpressionModifierBuilder SketchBlock { get; }
    Property Value
    Type Description
    SketchExpressionModifierBuilder

    WeldLocation

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX