Class DrawInfoTwoPoint Last update: 16.07.2025 Namespace: VM.CAD.Builders Assembly: VM.CAD.Builders.dll Base class for the two-point progile geometry public abstract class DrawInfoTwoPoint : DrawInfo Inheritance object ← DrawInfo ← DrawInfoTwoPoint Derived DrawInfoArc, DrawInfoLine Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors DrawInfoTwoPoint() protected DrawInfoTwoPoint() Properties Point1 First point public Vector Point1 { get; set; } Property Value Vector Point2 Second point public Vector Point2 { get; set; } Property Value Vector