Search Results for

    Show / Hide Table of Contents

    Class SewBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SewBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.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
    System.Boolean

    OutputMultipleSheets

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

    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
    System.Boolean

    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
    System.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