Interface IXbimSolid
Inherited Members
System.IDisposable.Dispose()
System.IEquatable<Xbim.Common.Geometry.IXbimSolid>.Equals(Xbim.Common.Geometry.IXbimSolid)
Assembly: Xbim.Common.dll
Syntax
public interface IXbimSolid : IXbimGeometryObject, IDisposable, IEquatable<IXbimSolid>
Properties
|
Improve this Doc
View Source
Edges
Declaration
IXbimEdgeSet Edges { get; }
Property Value
|
Improve this Doc
View Source
Faces
Declaration
IXbimFaceSet Faces { get; }
Property Value
|
Improve this Doc
View Source
IsPolyhedron
Declaration
bool IsPolyhedron { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Shells
Declaration
IXbimShellSet Shells { get; }
Property Value
|
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
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vertices
Declaration
IXbimVertexSet Vertices { get; }
Property Value
|
Improve this Doc
View Source
Volume
Declaration
Property Value
Type |
Description |
System.Double |
|
Methods
|
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
|
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
|
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
|
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
|
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
|
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
|
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