Xline Class

Helper class to handle the Autodesk Xline entity.
Public Class Xline
This language is not supported or no code example is available.
public class Xline
This language is not supported or no code example is available.
Name Description
Protected constructor Xline(Xline)
Public constructor Xline(Point3D, Vector3D) Standard constructor.
Public constructor Xline(SerializationInfo, StreamingContext) Constructor for deserializing objects.
Top
Name Description
Public property Direction Gets or sets the line direction.
Public property EndPoint The second point calculated as the sum of the base point (Point.StartPoint) and the direction (Direction).
Public property IsPoint
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this Xline.
Protected method ComputeBoundingBox(TraversalParams, out Point3D, out Point3D)
Public method ConvertToSurrogate()
Protected method Draw(DrawParams)
Protected method DrawDirection(DrawDirectionParams)
Protected method DrawForShadow(RenderParams)
Public method Dump()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method EstimateBoundingBox(BlockKeyedCollection, LayerKeyedCollection)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Regen(RegenParams)
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
It is shown as a segment, but it is written as a line of infinite length to Autodesk files.
devDept.Eyeshot.Translators.Xline

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition