Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface ISpline3D

Last update: 16.07.2025

Namespace: VM.Models.Pre
Assembly: VM.Models.Pre.dll

This interface is to represent spline3D.

public interface ISpline3D : ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment

Implements

ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Properties

Points

IList<string> Points { get; }

Property Value

IListstring&gt;

XScale

IExpressionValue<double> XScale { get; set; }

Property Value

IExpressionValuedouble&gt;

YScale

IExpressionValue<double> YScale { get; set; }

Property Value

IExpressionValuedouble&gt;

ZScale

IExpressionValue<double> ZScale { get; set; }

Property Value

IExpressionValuedouble&gt;

Connect with Ansys