HermiteFace.Points Property

HermiteFacePoints Property

Interpolation points of the surface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<XYZ> Points { get; }
Public ReadOnly Property Points As IList(Of XYZ)
	Get
public:
property IList<XYZ^>^ Points {
	IList<XYZ^>^ get ();
}
member Points : IList<XYZ> with get

Property Value

IListXYZ
See Also