Search Results for

    Show / Hide Table of Contents

    Class IfcCreator

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseCreator
    IfcCreator
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double

    AttributeCategories

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

    Attributes

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

    ChordalTolerance

    Declaration
    public double ChordalTolerance { get; set; }
    Property Value
    Type Description
    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
    bool

    FileSaveFlag

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

    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
    string

    RelativeChordalTolerance

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

    SettingsFile

    Declaration
    public string SettingsFile { get; set; }
    Property Value
    Type Description
    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
    string filename

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX