Search Results for

    Show / Hide Table of Contents

    Class IfcCreator

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseCreator
    IfcCreator
    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 IfcCreator : BaseCreator, IMessageSink, IComponentBuilder

    Constructors

    IfcCreator()

    Declaration
    protected IfcCreator()

    Properties

    AngularTolerance

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

    AttributeCategories

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

    Attributes

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

    ChordalTolerance

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

    ChordalToleranceMethodOption

    Declaration
    public IfcCreator.ChordalToleranceMethodOptionEnum ChordalToleranceMethodOption { get; set; }
    Property Value
    Type Description
    IfcCreator.ChordalToleranceMethodOptionEnum

    ExportFrom

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

    ExportSelectionBlock

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

    ExportUnits

    Declaration
    public IfcCreator.UnitsEnum ExportUnits { get; set; }
    Property Value
    Type Description
    IfcCreator.UnitsEnum

    ExportUserDefinedAttributes

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

    FileSaveFlag

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

    IfcFileFormat

    Declaration
    public IfcCreator.IfcFormatEnum IfcFileFormat { get; set; }
    Property Value
    Type Description
    IfcCreator.IfcFormatEnum

    IncludeOrExcludeAttributeCategories

    Declaration
    public IfcCreator.IncludeOrExcludeAttributeCategoriesEnum IncludeOrExcludeAttributeCategories { get; set; }
    Property Value
    Type Description
    IfcCreator.IncludeOrExcludeAttributeCategoriesEnum

    IncludeOrExcludeAttributes

    Declaration
    public IfcCreator.IncludeOrExcludeAttributesEnum IncludeOrExcludeAttributes { get; set; }
    Property Value
    Type Description
    IfcCreator.IncludeOrExcludeAttributesEnum

    InputFile

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

    RelativeChordalTolerance

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

    SettingsFile

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

    TessellationMethodOption

    Declaration
    public IfcCreator.TessellationMethodOptionEnum TessellationMethodOption { get; set; }
    Property Value
    Type Description
    IfcCreator.TessellationMethodOptionEnum

    Methods

    SaveSettings(String)

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

    Implements

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