Interface IXbimMesh
Inherited Members
System.IDisposable.Dispose()
System.IEquatable<Xbim.Common.Geometry.IXbimShell>.Equals(Xbim.Common.Geometry.IXbimShell)
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
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
|
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
|
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
|
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