RegenParams Class

Data for Entity.Regen.
Public Class RegenParams 
Inherits TraversalParams 
Implements IRegenParams
This language is not supported or no code example is available.
public class RegenParams : TraversalParams
IRegenParams
This language is not supported or no code example is available.
Name Description
Public constructor RegenParams(double, Workspace) Deviation and Workspace control constructor.
Public constructor RegenParams(double, double, Workspace) Deviation and angle constructor.
Public constructor RegenParams(double, double, double, Workspace) Deviation, angle and maxLength constructor.
Top
Name Description
Public property Angle Gets the maximum angular deflection in radians, ignored when zero.
Public property Blocks Gets blocks collection. (inherited from TraversalParams).
Public property Deviation Gets the maximum deviation. Determines the value between the analytical surface and its triangulation. The lower is the deviation value, the more accurate is the result.
Public property FontDefs Gets or sets The text style collection.
Public property MaxLength Gets the maximum segment or triangle side length, ignored when zero.
Public property Parents Parents list. (inherited from TraversalParams).
Public property SkipTexts When true the Text entities are not regenerated. (inherited from TraversalParams).
Public property TextStyles Gets or sets The text style collection.
Public property Transformation Gets the transformation to apply to the vertices. (inherited from TraversalParams).
Public property Workspace Gets the Workspace control. (inherited from TraversalParams).
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method PopTransformation() Pops the last transformation from the stack. (inherited from TraversalParams).
Public method PushTransformation(Transformation) Multiplies the transformation by the current transformation and pushes the resulting transformation on the stack. (inherited from TraversalParams).
Public method PushTransformation(BlockReference) Multiplies the transformation of the blockReference by the current transformation and pushes the resulting transformation on the stack. (inherited from TraversalParams).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition