Interface IXbimGeometryObjectSet
A mixed collection of geometry objects
Inherited Members
System.Collections.Generic.IEnumerable<Xbim.Common.Geometry.IXbimGeometryObject>.GetEnumerator()
System.IDisposable.Dispose()
Assembly: Xbim.Common.dll
Syntax
public interface IXbimGeometryObjectSet : IEnumerable<IXbimGeometryObject>, IEnumerable, IXbimGeometryObject, IDisposable
Properties
|
Improve this Doc
View Source
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
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
First
Declaration
IXbimGeometryObject First { get; }
Property Value
|
Improve this Doc
View Source
Shells
Declaration
IXbimShellSet Shells { get; }
Property Value
|
Improve this Doc
View Source
Solids
Declaration
IXbimSolidSet Solids { get; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
Add(IXbimGeometryObject)
Declaration
void Add(IXbimGeometryObject shape)
Parameters
|
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
|
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
|
Improve this Doc
View Source
Intersection(IXbimSolid, Double, ILogger)
Declaration
IXbimGeometryObjectSet 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
IXbimGeometryObjectSet 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
Sew()
Sews the objects to remove duplicate vertices and edges and make the highest level topology
Declaration
Returns
Type |
Description |
System.Boolean |
True if the object was sewn, false it is already sewn
|
|
Improve this Doc
View Source
Union(IXbimSolid, Double, ILogger)
Declaration
IXbimGeometryObjectSet 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
IXbimGeometryObjectSet Union(IXbimSolidSet toUnion, double tolerance, ILogger logger = null)
Parameters
Type |
Name |
Description |
IXbimSolidSet |
toUnion |
|
System.Double |
tolerance |
|
Microsoft.Extensions.Logging.ILogger |
logger |
|
Returns
Extension Methods