Class Spline
Last update: 16.07.2025Namespace: VM.Managed.CAD
Assembly: VMAppCore.dll
This class is to represent the spline.
public class Spline
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Spline()
public Spline()
Methods
Dispose(bool)
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
A_0 bool
Dispose()
public override sealed void Dispose()
~Spline()
protected ~Spline()
MakeSplineAndGetPoint(Document3D, uint, Vector[])
public Vector[] MakeSplineAndGetPoint(Document3D doc, uint nCount, Vector[] vecInputPt)
Parameters
doc Document3D
nCount uint
vecInputPt Vector[]
Returns
Vector[]