Interface IXbimFace
Inherited Members
System.IDisposable.Dispose()
System.IEquatable<Xbim.Common.Geometry.IXbimFace>.Equals(Xbim.Common.Geometry.IXbimFace)
Assembly: Xbim.Common.dll
Syntax
public interface IXbimFace : IXbimGeometryObject, IDisposable, IEquatable<IXbimFace>
Properties
|
Improve this Doc
View Source
Area
Declaration
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
InnerBounds
Declaration
IXbimWireSet InnerBounds { get; }
Property Value
|
Improve this Doc
View Source
IsPlanar
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Location
Declaration
XbimPoint3D Location { get; }
Property Value
|
Improve this Doc
View Source
Normal
The topological normal of the face, nb. this may differ from the normal of the bound
Declaration
XbimVector3D Normal { get; }
Property Value
|
Improve this Doc
View Source
OuterBound
Declaration
IXbimWire OuterBound { get; }
Property Value
|
Improve this Doc
View Source
Perimeter
Declaration
double Perimeter { 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 |
|
Methods
|
Improve this Doc
View Source
SaveAsBrep(String)
Declaration
void SaveAsBrep(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|