Search Results for

    Show / Hide Table of Contents

    Interface IXbimShell

    A set of connected faces

    Inherited Members
    IXbimGeometryObject.GeometryType
    IXbimGeometryObject.IsValid
    IXbimGeometryObject.IsSet
    IXbimGeometryObject.BoundingBox
    IXbimGeometryObject.Transform(XbimMatrix3D)
    IXbimGeometryObject.TransformShallow(XbimMatrix3D)
    IXbimGeometryObject.Tag
    System.IDisposable.Dispose()
    System.IEquatable<Xbim.Common.Geometry.IXbimShell>.Equals(Xbim.Common.Geometry.IXbimShell)
    Namespace: Xbim.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public interface IXbimShell : IXbimGeometryObject, IDisposable, IEquatable<IXbimShell>

    Properties

    | Improve this Doc View Source

    Edges

    Declaration
    IXbimEdgeSet Edges { get; }
    Property Value
    Type Description
    IXbimEdgeSet
    | Improve this Doc View Source

    Faces

    Declaration
    IXbimFaceSet Faces { get; }
    Property Value
    Type Description
    IXbimFaceSet
    | Improve this Doc View Source

    IsClosed

    The shell is a closed manifold shape

    Declaration
    bool IsClosed { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPolyhedron

    Declaration
    bool IsPolyhedron { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SurfaceArea

    Declaration
    double SurfaceArea { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ToBRep

    Converts the object to a string in BRep format

    Declaration
    string ToBRep { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Vertices

    Declaration
    IXbimVertexSet Vertices { get; }
    Property Value
    Type Description
    IXbimVertexSet

    Methods

    | Improve this Doc View Source

    CanCreateSolid()

    Declaration
    bool CanCreateSolid()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CreateSolid()

    Declaration
    IXbimSolid CreateSolid()
    Returns
    Type Description
    IXbimSolid
    | Improve this Doc View Source

    Cut(IXbimSolid, Double, ILogger)

    Declaration
    IXbimGeometryObjectSet Cut(IXbimSolid toCut, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolid toCut
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimGeometryObjectSet
    | Improve this Doc View Source

    Cut(IXbimSolidSet, Double, ILogger)

    Declaration
    IXbimGeometryObjectSet Cut(IXbimSolidSet toCut, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolidSet toCut
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimGeometryObjectSet
    | Improve this Doc View Source

    Intersection(IXbimSolid, Double, ILogger)

    Declaration
    IXbimGeometryObjectSet Intersection(IXbimSolid toCut, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolid toCut
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimGeometryObjectSet
    | Improve this Doc View Source

    Intersection(IXbimSolidSet, Double, ILogger)

    Declaration
    IXbimGeometryObjectSet Intersection(IXbimSolidSet toCut, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolidSet toCut
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimGeometryObjectSet
    | Improve this Doc View Source

    SaveAsBrep(String)

    Declaration
    void SaveAsBrep(string fileName)
    Parameters
    Type Name Description
    System.String fileName
    | Improve this Doc View Source

    Section(IXbimFace, Double, ILogger)

    Declaration
    IXbimFaceSet Section(IXbimFace toSection, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimFace toSection
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimFaceSet
    | Improve this Doc View Source

    Union(IXbimSolid, Double, ILogger)

    Declaration
    IXbimGeometryObjectSet Union(IXbimSolid toCut, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolid toCut
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimGeometryObjectSet
    | Improve this Doc View Source

    Union(IXbimSolidSet, Double, ILogger)

    Declaration
    IXbimGeometryObjectSet Union(IXbimSolidSet toCut, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolidSet toCut
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimGeometryObjectSet
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim