NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.ASCImporter Class Reference

Represents a NXOpen.ASCImporter . More...

Inheritance diagram for NXOpen.ASCImporter:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  Units { Millimeters, Inches }
 The Part Units selection Enum More...
 

Properties

unsafe string InputFile [get, set]
 Returns or sets the input file - name of a file which is being imported More...
 
unsafe string OutputFile [get, set]
 Returns or sets the output file - name of a file which is being created More...
 
unsafe NXOpen.ASCImporter.Units PartUnitsEnum [get, set]
 Returns or sets the part units enum More...
 
unsafe bool SheetGeometryToSketch [get, set]
 Returns or sets the toggle of creating sketch in sheet More...
 
unsafe bool ViewGeometryToSketch [get, set]
 Returns or sets the toggle of creating sketch in view More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Detailed Description

Represents a NXOpen.ASCImporter .

This class is used to import .ASC and .DWG files

To create a new instance of this class, use NXOpen.DexManager.CreateAscImporter

Default values.

Property Value

PartUnitsEnum

Millimeters

Created in NX7.5.0

Member Enumeration Documentation

The Part Units selection Enum

Enumerator
Millimeters 

Millimeters Selection

Inches 

Inches Selection

Property Documentation

unsafe string NXOpen.ASCImporter.InputFile
getset

Returns or sets the input file - name of a file which is being imported

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe string NXOpen.ASCImporter.OutputFile
getset

Returns or sets the output file - name of a file which is being created

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe NXOpen.ASCImporter.Units NXOpen.ASCImporter.PartUnitsEnum
getset

Returns or sets the part units enum

Created in NX7.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe bool NXOpen.ASCImporter.SheetGeometryToSketch
getset

Returns or sets the toggle of creating sketch in sheet

Created in NX8.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")

unsafe bool NXOpen.ASCImporter.ViewGeometryToSketch
getset

Returns or sets the toggle of creating sketch in view

Created in NX8.5.0

License requirements to get this property: nx_layout ("NX Layout")

License requirements to set this property: nx_layout ("NX Layout")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.