SplineEndTangent Property
|
Gets or sets the spline curve end tangent.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3? EndTangent { get; set; }
Public Property EndTangent As Vector3?
Get
Set
public:
property Nullable<Vector3> EndTangent {
Nullable<Vector3> get ();
void set (Nullable<Vector3> value);
}
member EndTangent : Nullable<Vector3> with get, set
PROPERTY EndTangent AS Nullable<Vector3> GET SET
Property Value
Type:
NullableVector3Remarks Only applicable to splines created with fit points.
See Also