Show / Hide Table of Contents

    Class IFCOptions

    Class for miscellaneous options that can be passed to IFC Export functions.

    Inheritance
    object
    IFCOptions
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class IFCOptions

    Constructors

    IFCOptions(ModelViewDefinition)

    Class for miscellaneous options that can be passed to IFC Export functions.

    Declaration
    public IFCOptions(ModelViewDefinition model_view_def)
    Parameters
    Type Name Description
    ModelViewDefinition model_view_def

    Properties

    CompressBlob

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportBolts

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportCenterOfMass

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportCustomProperties

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportGrids

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportHoles

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportLogs

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportScheduling

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportStoriesByZoneAndSequence

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportWelds

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ExportWeldsAllProperties

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    GridDistance

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    IsRevitFriendly

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    IsStrumisFriendly

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    ModelViewDefinition

    Class for miscellaneous options that can be passed to IFC Export functions.

    Declaration
    public ModelViewDefinition ModelViewDefinition { get; set; }
    Property Value
    Type Description
    ModelViewDefinition

    Rotation

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    SchedulingXML

    Class for miscellaneous options that can be passed to IFC Export functions.

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

    Translation

    Class for miscellaneous options that can be passed to IFC Export functions.

    Declaration
    public Vector3D Translation { get; set; }
    Property Value
    Type Description
    Vector3D

    Methods

    ~IFCOptions()

    Class for miscellaneous options that can be passed to IFC Export functions.

    Declaration
    protected ~IFCOptions()
    Back to top