Class PartImporter
Assembly: NXOpen.dll
Syntax
public class PartImporter : Importer, IMessageSink, IComponentBuilder
Constructors
PartImporter()
Declaration
Properties
CreateNamedGroup
Declaration
public bool CreateNamedGroup { get; set; }
Property Value
DestinationCoordinateSystem
Declaration
public NXMatrix DestinationCoordinateSystem { get; set; }
Property Value
DestinationCoordinateSystemSpecification
Declaration
public PartImporter.DestinationCoordinateSystemSpecificationType DestinationCoordinateSystemSpecification { get; set; }
Property Value
DestinationPoint
Declaration
public Point3d DestinationPoint { get; set; }
Property Value
ImportCamObjects
Declaration
public bool ImportCamObjects { get; set; }
Property Value
ImportViews
Declaration
public bool ImportViews { get; set; }
Property Value
LayerOption
Declaration
public PartImporter.LayerOptionType LayerOption { get; set; }
Property Value
Scale
Declaration
public double Scale { get; set; }
Property Value
Methods
SetSpecifiedCoordinateSystem(CoordinateSystem)
Declaration
public void SetSpecifiedCoordinateSystem(CoordinateSystem specifiedCoordinateSystem)
Parameters
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