Search Results for

    Show / Hide Table of Contents

    Class SewBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SewBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class SewBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    SewBuilder()

    Declaration
    protected SewBuilder()

    Properties

    BodyPreference

    Declaration
    public SewBuilder.BodyPreferenceTypes BodyPreference { get; set; }
    Property Value
    Type Description
    SewBuilder.BodyPreferenceTypes

    IsCommonFacesSearched

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

    OutputMultipleSheets

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

    SewAllInstances

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  This is for pre NX8 usage; new features cannot be created by using this option in NX8 or later, it is safe to remove this call for post-NX8. ")]
    public bool SewAllInstances { get; set; }
    Property Value
    Type Description
    bool

    TargetBodies

    Declaration
    public SelectDisplayableObjectList TargetBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    TargetFaces

    Declaration
    public SelectFaceList TargetFaces { get; }
    Property Value
    Type Description
    SelectFaceList

    Tolerance

    Declaration
    public double Tolerance { get; set; }
    Property Value
    Type Description
    double

    ToolBodies

    Declaration
    public SelectDisplayableObjectList ToolBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    ToolFaces

    Declaration
    public SelectFaceList ToolFaces { get; }
    Property Value
    Type Description
    SelectFaceList

    Type

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

    Methods

    GetUnsewnBodies()

    Declaration
    public NXObject[] GetUnsewnBodies()
    Returns
    Type Description
    NXObject[]

    Implements

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