Interface IVector3D
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public interface IVector3D
Properties
| Improve this Doc View SourceX
Declaration
double X { get; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Declaration
double Y { get; }
Property Value
Type | Description |
---|---|
System.Double |
Z
Declaration
double Z { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceIsInvalid()
Declaration
bool IsInvalid()
Returns
Type | Description |
---|---|
System.Boolean |