Search Results for

    Show / Hide Table of Contents

    Class PartCleanup

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PartCleanup
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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
    Assembly: NXOpen.dll
    Syntax
    public class PartCleanup : TransientObject, IMessageSink, IDisposable

    Constructors

    PartCleanup(nint)

    Declaration
    protected PartCleanup(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    CleanupAssemblyConstraints

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

    CleanupCAMObjects

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

    CleanupDraftingObjects

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

    CleanupFeatureData

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

    CleanupMatingData

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

    CleanupMotionData

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

    CleanupPartFamilyData

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

    CleanupRoutingData

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

    DeleteBrokenInterpartLinks

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

    DeleteCorruptAssemblyStructure

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

    DeleteDuplicateLights

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

    DeleteInvalidAttributes

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

    DeleteMaterials

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

    DeleteSpreadSheetData

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

    DeleteUnusedExpressions

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

    DeleteUnusedExtractReferences

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

    DeleteUnusedFonts

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

    DeleteUnusedObjects

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

    DeleteUnusedUnits

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

    DeleteVisualEditorData

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

    FixOffplaneSketchCurves

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

    GroupsToDelete

    Declaration
    public PartCleanup.DeleteGroups GroupsToDelete { get; set; }
    Property Value
    Type Description
    PartCleanup.DeleteGroups

    PartsToCleanup

    Declaration
    public PartCleanup.CleanupParts PartsToCleanup { get; set; }
    Property Value
    Type Description
    PartCleanup.CleanupParts

    ResetComponentDisplay

    Declaration
    public PartCleanup.ResetComponentDisplayAction ResetComponentDisplay { get; set; }
    Property Value
    Type Description
    PartCleanup.ResetComponentDisplayAction

    TurnOffHighlighting

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

    Methods

    DoCleanup()

    Declaration
    public void DoCleanup()

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Reset()

    Declaration
    public void Reset()

    Implements

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