Search Results for

    Show / Hide Table of Contents

    Interface IXbimSolidSet

    Inherited Members
    System.Collections.Generic.IEnumerable<Xbim.Common.Geometry.IXbimSolid>.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 IXbimSolidSet : IEnumerable<IXbimSolid>, 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
    IXbimSolid First { get; }
    Property Value
    Type Description
    IXbimSolid
    | Improve this Doc View Source

    IsPolyhedron

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

    IsSimplified

    Declaration
    bool IsSimplified { get; }
    Property Value
    Type Description
    System.Boolean
    | 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

    Methods

    | Improve this Doc View Source

    Add(IXbimGeometryObject)

    Will add any solids in the geomtry object to the set

    Declaration
    void Add(IXbimGeometryObject shape)
    Parameters
    Type Name Description
    IXbimGeometryObject shape
    | Improve this Doc View Source

    Cut(IXbimSolid, Double, ILogger)

    Declaration
    IXbimSolidSet 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
    IXbimSolidSet
    | Improve this Doc View Source

    Cut(IXbimSolidSet, Double, ILogger)

    Declaration
    IXbimSolidSet 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
    IXbimSolidSet
    | Improve this Doc View Source

    Intersection(IXbimSolid, Double, ILogger)

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

    Intersection(IXbimSolidSet, Double, ILogger)

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

    Range(Int32, Int32)

    Declaration
    IXbimSolidSet Range(int start, int count)
    Parameters
    Type Name Description
    System.Int32 start
    System.Int32 count
    Returns
    Type Description
    IXbimSolidSet
    | Improve this Doc View Source

    Union(IXbimSolid, Double, ILogger)

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

    Union(IXbimSolidSet, Double, ILogger)

    Declaration
    IXbimSolidSet Union(IXbimSolidSet toUnion, double tolerance, ILogger logger = null)
    Parameters
    Type Name Description
    IXbimSolidSet toUnion
    System.Double tolerance
    Microsoft.Extensions.Logging.ILogger logger
    Returns
    Type Description
    IXbimSolidSet

    Extension Methods

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