Search Results for

    Show / Hide Table of Contents

    Interface IXbimShellSet

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

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    First

    Declaration
    IXbimShell First { get; }
    Property Value
    Type Description
    IXbimShell
    | Improve this Doc View Source

    IsPolyhedron

    Declaration
    bool IsPolyhedron { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Add(IXbimGeometryObject)

    Declaration
    void Add(IXbimGeometryObject shape)
    Parameters
    Type Name Description
    IXbimGeometryObject shape
    | 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

    Union(Double)

    Unions all elements in the set and updates the set to the result

    Declaration
    void Union(double tolerance)
    Parameters
    Type Name Description
    System.Double tolerance
    | 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

    Extension Methods

    IEnumerableExtensions.AsTriplet<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim