Entity.RegenNoChanges Method

Computes an array of vertices according to the desired chordal error, without changing the entity's Vertices and RegenMode.
Public Overridable Function RegenNoChanges( _ 
ByVal deviation As Double
) As Point3D()
This language is not supported or no code example is available.
public virtual Point3D[] RegenNoChanges( 
double deviation 
)
This language is not supported or no code example is available.

Parameters

deviation
double

The maximum deviation

Return Value

Point3D[]
Remarks
 
Can't be called on BlockReference entities. Call one of the other overloads for BlockReference entities.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition