Interface IXbimPoint
Inherited Members
System.IDisposable.Dispose()
System.IEquatable<Xbim.Common.Geometry.IXbimPoint>.Equals(Xbim.Common.Geometry.IXbimPoint)
Assembly: Xbim.Common.dll
Syntax
public interface IXbimPoint : IXbimGeometryObject, IDisposable, IEquatable<IXbimPoint>
Properties
|
Improve this Doc
View Source
Point
Declaration
XbimPoint3D Point { get; }
Property Value
|
Improve this Doc
View Source
Tolerance
Declaration
double Tolerance { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
X
Declaration
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Y
Declaration
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Z
Declaration
Property Value
Type |
Description |
System.Double |
|