Search Results for

    Show / Hide Table of Contents

    Class StandardPartData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    StandardPartData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class StandardPartData : TransientObject, IMessageSink, IDisposable

    Constructors

    StandardPartData(IntPtr)

    Declaration
    protected StandardPartData(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AnalyzePositionMethods(String)

    Declaration
    public int AnalyzePositionMethods(string positionMethod)
    Parameters
    Type Name Description
    System.String positionMethod
    Returns
    Type Description
    System.Int32

    AssignConceptMoldBaseAttributes(Part, String, String, String, String, String[])

    Declaration
    public void AssignConceptMoldBaseAttributes(Part moldBasePart, string fileContainer, string assemblyName, string assemblyPartNumber, string assemblyItemType, string[] childrenNames)
    Parameters
    Type Name Description
    Part moldBasePart
    System.String fileContainer
    System.String assemblyName
    System.String assemblyPartNumber
    System.String assemblyItemType
    System.String[] childrenNames

    FreeResource()

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

    GetConceptStandardPartRecord(SpreadsheetData, String, String, String, String, String[])

    Declaration
    public ConceptStandardPartRecord GetConceptStandardPartRecord(SpreadsheetData sheetData, string fileContainer, string assemblyName, string assemblyPartNumber, string assemblyItemType, string[] childrenNames)
    Parameters
    Type Name Description
    SpreadsheetData sheetData
    System.String fileContainer
    System.String assemblyName
    System.String assemblyPartNumber
    System.String assemblyItemType
    System.String[] childrenNames
    Returns
    Type Description
    ConceptStandardPartRecord

    GetCurrentConceptObject()

    Declaration
    public NXObject GetCurrentConceptObject()
    Returns
    Type Description
    NXObject

    GetRootStandardPartOccurrence()

    Declaration
    public Component GetRootStandardPartOccurrence()
    Returns
    Type Description
    Component

    SetCreatedPartInstance(Component)

    Declaration
    public void SetCreatedPartInstance(Component component)
    Parameters
    Type Name Description
    Component component

    SetCurrentConceptObject(NXObject)

    Declaration
    public void SetCurrentConceptObject(NXObject conceptObject)
    Parameters
    Type Name Description
    NXObject conceptObject

    SetCurrentStandardPart(String, String, String)

    Declaration
    public void SetCurrentStandardPart(string catalogName, string className, string registeredName)
    Parameters
    Type Name Description
    System.String catalogName
    System.String className
    System.String registeredName

    SetDataToVersioned(Component)

    Declaration
    public void SetDataToVersioned(Component partOccurrence)
    Parameters
    Type Name Description
    Component partOccurrence

    SetDropData(NXObject, Point3d)

    Declaration
    public void SetDropData(NXObject entity, Point3d position)
    Parameters
    Type Name Description
    NXObject entity
    Point3d position

    SetInitialWorkPart(Part)

    Declaration
    public void SetInitialWorkPart(Part initialWorkPart)
    Parameters
    Type Name Description
    Part initialWorkPart

    SetIsToAddPocketToolBody(Boolean)

    Declaration
    public void SetIsToAddPocketToolBody(bool addPocketToolBody)
    Parameters
    Type Name Description
    System.Boolean addPocketToolBody

    SetIsToUseSymbol(Boolean)

    Declaration
    public void SetIsToUseSymbol(bool useSymbol)
    Parameters
    Type Name Description
    System.Boolean useSymbol

    SetLastAccessedObject(String, String, String)

    Declaration
    public void SetLastAccessedObject(string catalogName, string className, string registerName)
    Parameters
    Type Name Description
    System.String catalogName
    System.String className
    System.String registerName

    SetParentPart(Part)

    Declaration
    public void SetParentPart(Part parentPart)
    Parameters
    Type Name Description
    Part parentPart

    SetPositionMethod(String)

    Declaration
    public void SetPositionMethod(string positionMethod)
    Parameters
    Type Name Description
    System.String positionMethod

    SetReferenceSet(Int32)

    Declaration
    public void SetReferenceSet(int refsetIndex)
    Parameters
    Type Name Description
    System.Int32 refsetIndex

    SetReferenceSetName(String)

    Declaration
    public void SetReferenceSetName(string refsetName)
    Parameters
    Type Name Description
    System.String refsetName

    SetRootStandardPartOccurrence(Component)

    Declaration
    public void SetRootStandardPartOccurrence(Component partOccurrence)
    Parameters
    Type Name Description
    Component partOccurrence

    SetSelectedStandardPartData(String, String)

    Declaration
    public void SetSelectedStandardPartData(string libName, string libPath)
    Parameters
    Type Name Description
    System.String libName
    System.String libPath

    Implements

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