Entity.GetOffsetDistance Method

Computes the offset distance for the extrude with draft angle methods.
Protected Shared Function GetOffsetDistance( _ 
ByVal extDir As Vector3D, _ 
ByVal amount As Vector3D, _ 
ByVal draftAngleInRadians As Double
) As Double
This language is not supported or no code example is available.
protected static double GetOffsetDistance( 
Vector3D extDir
Vector3D amount
double draftAngleInRadians 
)
This language is not supported or no code example is available.

Parameters

extDir
Vector3D

The extrusion direction (normalized)

amount
Vector3D

Extrude direction

draftAngleInRadians
double

Draft angle

Return Value

double

The signed offset distance.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition