Search Results for

    Show / Hide Table of Contents

    Class IgesCreator

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseCreator
    IgesCreator
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseCreator.DatasetName
    BaseCreator.ExportDestination
    BaseCreator.OutputFile
    BaseCreator.OutputFileExtension
    DexBuilder.ProcessHoldFlag
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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
    Assembly: NXOpen.dll
    Syntax
    public class IgesCreator : BaseCreator, IMessageSink, IComponentBuilder

    Constructors

    IgesCreator()

    Declaration
    protected IgesCreator()

    Properties

    Author

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    BcurveTol

    Declaration
    public double BcurveTol { get; set; }
    Property Value
    Type Description
    System.Double

    Company

    Declaration
    public string Company { get; set; }
    Property Value
    Type Description
    System.String

    Csys

    Declaration
    public CoordinateSystem Csys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    DrawingList

    Declaration
    public string DrawingList { get; set; }
    Property Value
    Type Description
    System.String

    ExportDrawings

    Declaration
    public bool ExportDrawings { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportFrom

    Declaration
    public IgesCreator.ExportFromOption ExportFrom { get; set; }
    Property Value
    Type Description
    IgesCreator.ExportFromOption

    ExportModelData

    Declaration
    public bool ExportModelData { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportSelectionBlock

    Declaration
    public ObjectSelector ExportSelectionBlock { get; }
    Property Value
    Type Description
    ObjectSelector

    FileSaveFlag

    Declaration
    public bool FileSaveFlag { get; set; }
    Property Value
    Type Description
    System.Boolean

    FlattenAssembly

    Declaration
    public bool FlattenAssembly { get; set; }
    Property Value
    Type Description
    System.Boolean

    IdenticalPointResolution

    Declaration
    public double IdenticalPointResolution { get; set; }
    Property Value
    Type Description
    System.Double

    InputFile

    Declaration
    public string InputFile { get; set; }
    Property Value
    Type Description
    System.String

    Jama

    Declaration
    public bool Jama { get; set; }
    Property Value
    Type Description
    System.Boolean

    LayerMask

    Declaration
    public string LayerMask { get; set; }
    Property Value
    Type Description
    System.String

    MapCrossHatchTo

    Declaration
    public IgesCreator.CrossHatchMapEnum MapCrossHatchTo { get; set; }
    Property Value
    Type Description
    IgesCreator.CrossHatchMapEnum

    MapRevolvedFacesTo

    Declaration
    public IgesCreator.MapRevolvedFacesOption MapRevolvedFacesTo { get; set; }
    Property Value
    Type Description
    IgesCreator.MapRevolvedFacesOption

    MapTabCylToBSurf

    Declaration
    public bool MapTabCylToBSurf { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxLineThickness

    Declaration
    public double MaxLineThickness { get; set; }
    Property Value
    Type Description
    System.Double

    MaxThreeDMdlSpace

    Declaration
    public double MaxThreeDMdlSpace { get; set; }
    Property Value
    Type Description
    System.Double

    ObjectTypes

    Declaration
    public ObjectTypeSelector ObjectTypes { get; }
    Property Value
    Type Description
    ObjectTypeSelector

    ReceiverID

    Declaration
    public string ReceiverID { get; set; }
    Property Value
    Type Description
    System.String

    ReferenceType

    Declaration
    public IgesCreator.CsysrefEnum ReferenceType { get; set; }
    Property Value
    Type Description
    IgesCreator.CsysrefEnum

    SettingsFile

    Declaration
    public string SettingsFile { get; set; }
    Property Value
    Type Description
    System.String

    StartSectionFile

    Declaration
    public string StartSectionFile { get; set; }
    Property Value
    Type Description
    System.String

    SysDefidenticalPointResolution

    Declaration
    public bool SysDefidenticalPointResolution { get; set; }
    Property Value
    Type Description
    System.Boolean

    SysDefmaxThreeDMdlSpace

    Declaration
    public bool SysDefmaxThreeDMdlSpace { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseStartSectionFile

    Declaration
    public bool UseStartSectionFile { get; set; }
    Property Value
    Type Description
    System.Boolean

    ViewList

    Declaration
    public string ViewList { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    SaveSettings(String)

    Declaration
    public void SaveSettings(string filename)
    Parameters
    Type Name Description
    System.String filename

    SetDrawingArray(TaggedObject[])

    Declaration
    public void SetDrawingArray(TaggedObject[] objects)
    Parameters
    Type Name Description
    TaggedObject[] objects

    Implements

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