Search Results for

    Show / Hide Table of Contents

    Interface IXbimMesh

    Inherited Members
    IXbimShell.Faces
    IXbimShell.Edges
    IXbimShell.Vertices
    IXbimShell.SurfaceArea
    IXbimShell.IsPolyhedron
    IXbimShell.IsClosed
    IXbimShell.CanCreateSolid()
    IXbimShell.CreateSolid()
    IXbimShell.Cut(IXbimSolidSet, Double, ILogger)
    IXbimShell.Cut(IXbimSolid, Double, ILogger)
    IXbimShell.Union(IXbimSolidSet, Double, ILogger)
    IXbimShell.Union(IXbimSolid, Double, ILogger)
    IXbimShell.Intersection(IXbimSolidSet, Double, ILogger)
    IXbimShell.Intersection(IXbimSolid, Double, ILogger)
    IXbimShell.Section(IXbimFace, Double, ILogger)
    IXbimShell.SaveAsBrep(String)
    IXbimShell.ToBRep
    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 IXbimMesh : IXbimShell, IXbimGeometryObject, IDisposable, IEquatable<IXbimShell>

    Properties

    | Improve this Doc View Source

    IsSolid

    The mesh is a closed manifold shape

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

    Methods

    | Improve this Doc View Source

    Cut(IXbimMesh, Double)

    Declaration
    IXbimMesh Cut(IXbimMesh toCut, double tolerance)
    Parameters
    Type Name Description
    IXbimMesh toCut
    System.Double tolerance
    Returns
    Type Description
    IXbimMesh
    | Improve this Doc View Source

    Intersection(IXbimMesh, Double)

    Declaration
    IXbimMesh Intersection(IXbimMesh toIntersect, double tolerance)
    Parameters
    Type Name Description
    IXbimMesh toIntersect
    System.Double tolerance
    Returns
    Type Description
    IXbimMesh
    | Improve this Doc View Source

    Section(IXbimMesh, Double)

    Declaration
    IXbimMesh Section(IXbimMesh mesh, double tolerance)
    Parameters
    Type Name Description
    IXbimMesh mesh
    System.Double tolerance
    Returns
    Type Description
    IXbimMesh
    | Improve this Doc View Source

    Union(IXbimMesh, Double)

    Declaration
    IXbimMesh Union(IXbimMesh toUnion, double tolerance)
    Parameters
    Type Name Description
    IXbimMesh toUnion
    System.Double tolerance
    Returns
    Type Description
    IXbimMesh
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim