Class PartImporter
Inheritance
System.Object
System.MarshalByRefObject
PartImporter
Inherited Members
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
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 |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |
ImportViews
Declaration
public bool ImportViews { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.Double |
Methods
SetSpecifiedCoordinateSystem(CoordinateSystem)
Declaration
public void SetSpecifiedCoordinateSystem(CoordinateSystem specifiedCoordinateSystem)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | specifiedCoordinateSystem |
SetSpecifiedCoordinateSystem(CoordinateSystem, Boolean)
Declaration
public void SetSpecifiedCoordinateSystem(CoordinateSystem specifiedCoordinateSystem, bool deleteSpecifiedCoordinateSystem)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | specifiedCoordinateSystem | |
System.Boolean | deleteSpecifiedCoordinateSystem |
Implements
System.Runtime.Remoting.Messaging.IMessageSink