Class XbimLine
Inheritance
System.Object
XbimLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public class XbimLine
Properties
| Improve this Doc View SourceOrientation
Declaration
public XbimVector3D Orientation { get; set; }
Property Value
Type | Description |
---|---|
XbimVector3D |
Pnt
Declaration
public XbimPoint3D Pnt { get; set; }
Property Value
Type | Description |
---|---|
XbimPoint3D |