Share

HermiteFace.Tangents Property

Tangents of the surface.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IList<XYZ> this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

IList<XYZ>

See Also

Reference

Was this information helpful?