TraversalParams Class

Base class that holds the data for many Entity methods.
Public Class TraversalParams
This language is not supported or no code example is available.
public class TraversalParams
This language is not supported or no code example is available.
Name Description
Public property Blocks Gets blocks collection.
Public property Parents Parents list.
Public property SkipTexts When true the Text entities are not regenerated.
Public property Transformation Gets the transformation to apply to the vertices.
Public property Workspace Gets the Workspace control.
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.
Public method PushTransformation(Transformation) Multiplies the transformation by the current transformation and pushes the resulting transformation on the stack.
Public method PushTransformation(BlockReference) Multiplies the transformation of the blockReference by the current transformation and pushes the resulting transformation on the stack.
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition