Interface IXbimBooleanOperand
Assembly: Xbim.Common.dll
Syntax
public interface IXbimBooleanOperand
Methods
|
Improve this Doc
View Source
Cut(IXbimGeometryObject, Double)
Declaration
IXbimGeometryObject Cut(IXbimGeometryObject toCut, double tolerance)
Parameters
Returns
|
Improve this Doc
View Source
Intersection(IXbimGeometryObject, Double)
Declaration
IXbimGeometryObject Intersection(IXbimGeometryObject toIntersect, double tolerance)
Parameters
Returns
|
Improve this Doc
View Source
Section(IXbimFace, Double)
Declaration
IXbimFaceSet Section(IXbimFace toSection, double tolerance)
Parameters
Type |
Name |
Description |
IXbimFace |
toSection |
|
System.Double |
tolerance |
|
Returns
|
Improve this Doc
View Source
Union(IXbimGeometryObject, Double)
Declaration
IXbimGeometryObject Union(IXbimGeometryObject toUnion, double tolerance)
Parameters
Returns