Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

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

objectDrawInfoDrawInfoTwoPoint

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

Connect with Ansys