Search Results for

    Show / Hide Table of Contents

    Class PartImporter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    Importer
    PartImporter
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Importer.FileName
    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
    Assembly: NXOpen.dll
    Syntax
    public class PartImporter : Importer, IMessageSink, IComponentBuilder

    Constructors

    PartImporter()

    Declaration
    protected PartImporter()

    Properties

    CreateNamedGroup

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

    DestinationCoordinateSystem

    Declaration
    public NXMatrix DestinationCoordinateSystem { get; set; }
    Property Value
    Type Description
    NXMatrix

    DestinationCoordinateSystemSpecification

    Declaration
    public PartImporter.DestinationCoordinateSystemSpecificationType DestinationCoordinateSystemSpecification { get; set; }
    Property Value
    Type Description
    PartImporter.DestinationCoordinateSystemSpecificationType

    DestinationPoint

    Declaration
    public Point3d DestinationPoint { get; set; }
    Property Value
    Type Description
    Point3d

    ImportCamObjects

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

    ImportViews

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

    LayerOption

    Declaration
    public PartImporter.LayerOptionType LayerOption { get; set; }
    Property Value
    Type Description
    PartImporter.LayerOptionType

    Scale

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

    Methods

    SetSpecifiedCoordinateSystem(CoordinateSystem)

    Declaration
    public void SetSpecifiedCoordinateSystem(CoordinateSystem specifiedCoordinateSystem)
    Parameters
    Type Name Description
    CoordinateSystem specifiedCoordinateSystem

    SetSpecifiedCoordinateSystem(CoordinateSystem, bool)

    Declaration
    public void SetSpecifiedCoordinateSystem(CoordinateSystem specifiedCoordinateSystem, bool deleteSpecifiedCoordinateSystem)
    Parameters
    Type Name Description
    CoordinateSystem specifiedCoordinateSystem
    bool deleteSpecifiedCoordinateSystem

    Implements

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